diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index ece684781..7a06d66f7 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,22 @@ -MaxKey v 3.5.4 GA 2022/08/05 +MaxKey v 3.5.5 GA 2022/08/23 + *(MAXKEY-221001) 前端token刷新问题修复 + *(MAXKEY-221002) CAS单点注销问题,在登录时存储ticket + *(MAXKEY-221003) cookie为空时,清空认证信息 + *(MAXKEY-221004) session监听的日志打印空指针异常修复 + *(MAXKEY-221005) 登录异常会话清除,值为正常完成状态 + *(MAXKEY-221006) 组织根节点定义,根节点id=租户id、根节点id=0、根节点id=-1或者根节点id=父节点id + *(MAXKEY-221007) Swagger描述更新 + *(MAXKEY-221008) 动态角色定时刷新问题修复,按照有效租户和有效动态角色刷新 + *(MAXKEY-221009) 新增角色成员失败修复 + *(MAXKEY-221001) OAuth2 code修正redis连接不释放 程序运行时间长会出现redis连接超过最大值错误(when ) + *(MAXKEY-221011) 日志打印信息优化 + *(MAXKEY-221012) 依赖项引用、更新和升级 + springBoot 2.6.11 + springSecurity 5.6.7 + springkafka 2.8.8 + mybatis-jpa-extra 2.8 + +MaxKey v 3.5.4 GA 2022/08/05 *(MAXKEY-220901) 分离出maxkey-authentication-provider,进行代码优化调整 *(MAXKEY-220902) 认证端退出登录时,清除相应的cookie,清除服务端会话的调用 *(MAXKEY-220903) 认证端支持ip地址和域名两种访问方式 diff --git a/gradle.properties b/gradle.properties index f041b770c..4cc4d2d7e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =maxkey.top -version =3.5.4 +version =3.5.5 vendor =https://www.maxkey.top author =MaxKeyTop @@ -63,10 +63,10 @@ tomcatVersion =9.0.65 tomcatembedloggingjuliVersion =8.5.2 #spring springVersion =5.3.22 -springBootVersion =2.6.10 -springSecurityVersion =5.6.6 +springBootVersion =2.6.11 +springSecurityVersion =5.6.7 springDataVersion =2.6.6 -springkafkaVersion =2.8.8 +springkafkaVersion =2.9.0 springretryVersion =1.3.3 springplugincoreVersion =2.0.0.RELEASE springpluginmetadataVersion =2.0.0.RELEASE diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index f2f22a293..8a3bf69a6 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.4 GA + formatted-version: v3.5.5 GA server: port: 9000 spring: diff --git a/maxkey-webs/maxkey-monitor/src/main/resources/application.properties b/maxkey-webs/maxkey-monitor/src/main/resources/application.properties index 434069387..dfaa19922 100644 --- a/maxkey-webs/maxkey-monitor/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-monitor/src/main/resources/application.properties @@ -18,7 +18,7 @@ application.title =MaxKey #for dynamic service discovery spring.application.name =maxkey-monitor -application.formatted-version =v3.5.4 GA +application.formatted-version =v3.5.5 GA server.port =9528 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 9607e604b..2a3ea3671 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.4 GA +application.formatted-version =v3.5.5 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 c6a3fcd2f..63202cb30 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.4 GA +application.formatted-version =v3.5.5 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################