From de89121b69703d824beb876187c9386f9c8d96f6 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Tue, 6 Sep 2022 16:51:14 +0800 Subject: [PATCH] v 3.5.6 ReleaseNotes --- ReleaseNotes.txt | 23 ++++++++++++++++++- .../maxkey-web-app/src/app/shared/consts.ts | 2 +- .../src/app/shared/consts.ts | 2 +- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f52a642f0..ac29a96b3 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,25 @@ -MaxKey v 3.5.5 GA 2022/08/23 +MaxKey v 3.5.6 GA 2022/09/07 + *(MAXKEY-221101) 解决springcloud JAR包冲突问题 + *(MAXKEY-221102) CAS 未注册URL登录错误提示优化CAS service ${errorMessage!} not registered . + *(MAXKEY-221103) 同步代码优化org.maxkey.persistence -->org.maxkey.provision + *(MAXKEY-221104) 优化对象转换类ObjectTransformer + *(MAXKEY-221105) 数据同步的对象经过序列化后存储到数据库,下一版本在后台系统定义同步线程实现数据同步 + *(MAXKEY-221106) 优化HMAC512签名的代码 + *(MAXKEY-221107) 腾讯企业邮箱登录优化 + *(MAXKEY-221108) 开源之夏SDK的提交 + *(MAXKEY-221109) 压缩images包下面的图片尺寸 + *(MAXKEY-221110) 添加知识星球扫码连接 + *(MAXKEY-221111) 默认组织根节点不可删除,隐藏删除按钮 + *(MAXKEY-221112) 默认角色组不可删除,隐藏删除按钮 + *(MAXKEY-221113) 移除KAFKA支持 + *(MAXKEY-221114) 移除RocketMQ支持 + *(MAXKEY-221115) 移除非必须的监控模块maxkey-monitor,该模块建议开发者自行部署 + *(MAXKEY-221016) 依赖项引用、更新和升级 + springcloudalibabacspl 1.8.5 + jbosslogging 3.4.3.Final + hibernateVersion 6.2.4.Final + +MaxKey v 3.5.5 GA 2022/08/23 *(MAXKEY-221001) 前端token刷新问题修复 *(MAXKEY-221002) CAS单点注销问题,在登录时存储ticket *(MAXKEY-221003) cookie为空时,清空认证信息 diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index a663b9d4f..938077c16 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v3.5.5 GA' + VERSION: 'v3.5.6 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index eef62f242..1722bb347 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v3.5.5 GA' + VERSION: 'v3.5.6 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 8a3bf69a6..768fda6df 100644 --- a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml +++ b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml @@ -1,7 +1,7 @@ #端口号 application: name: maxkey-gateway-server - formatted-version: v3.5.5 GA + formatted-version: v3.5.6 GA server: port: 9000 spring: diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index 2a3ea3671..85ce62818 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey -application.formatted-version =v3.5.5 GA +application.formatted-version =v3.5.6 GA #for dynamic service discovery spring.application.name =maxkey ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index 63202cb30..e659df768 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey-Mgt -application.formatted-version =v3.5.5 GA +application.formatted-version =v3.5.6 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################