mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
3.5.5 GA ReleaseNotes
This commit is contained in:
parent
1eb17b90b9
commit
ae7614a36c
@ -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 <w_zhi_yuan@163.com>)
|
||||||
|
*(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-220901) 分离出maxkey-authentication-provider,进行代码优化调整
|
||||||
*(MAXKEY-220902) 认证端退出登录时,清除相应的cookie,清除服务端会话的调用
|
*(MAXKEY-220902) 认证端退出登录时,清除相应的cookie,清除服务端会话的调用
|
||||||
*(MAXKEY-220903) 认证端支持ip地址和域名两种访问方式
|
*(MAXKEY-220903) 认证端支持ip地址和域名两种访问方式
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# */
|
# */
|
||||||
#maxkey properties
|
#maxkey properties
|
||||||
group =maxkey.top
|
group =maxkey.top
|
||||||
version =3.5.4
|
version =3.5.5
|
||||||
vendor =https://www.maxkey.top
|
vendor =https://www.maxkey.top
|
||||||
author =MaxKeyTop
|
author =MaxKeyTop
|
||||||
|
|
||||||
@ -63,10 +63,10 @@ tomcatVersion =9.0.65
|
|||||||
tomcatembedloggingjuliVersion =8.5.2
|
tomcatembedloggingjuliVersion =8.5.2
|
||||||
#spring
|
#spring
|
||||||
springVersion =5.3.22
|
springVersion =5.3.22
|
||||||
springBootVersion =2.6.10
|
springBootVersion =2.6.11
|
||||||
springSecurityVersion =5.6.6
|
springSecurityVersion =5.6.7
|
||||||
springDataVersion =2.6.6
|
springDataVersion =2.6.6
|
||||||
springkafkaVersion =2.8.8
|
springkafkaVersion =2.9.0
|
||||||
springretryVersion =1.3.3
|
springretryVersion =1.3.3
|
||||||
springplugincoreVersion =2.0.0.RELEASE
|
springplugincoreVersion =2.0.0.RELEASE
|
||||||
springpluginmetadataVersion =2.0.0.RELEASE
|
springpluginmetadataVersion =2.0.0.RELEASE
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#端口号
|
#端口号
|
||||||
application:
|
application:
|
||||||
name: maxkey-gateway-server
|
name: maxkey-gateway-server
|
||||||
formatted-version: v3.5.4 GA
|
formatted-version: v3.5.5 GA
|
||||||
server:
|
server:
|
||||||
port: 9000
|
port: 9000
|
||||||
spring:
|
spring:
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
application.title =MaxKey
|
application.title =MaxKey
|
||||||
#for dynamic service discovery
|
#for dynamic service discovery
|
||||||
spring.application.name =maxkey-monitor
|
spring.application.name =maxkey-monitor
|
||||||
application.formatted-version =v3.5.4 GA
|
application.formatted-version =v3.5.5 GA
|
||||||
|
|
||||||
server.port =9528
|
server.port =9528
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
#MaxKey Title and Version #
|
#MaxKey Title and Version #
|
||||||
############################################################################
|
############################################################################
|
||||||
application.title =MaxKey
|
application.title =MaxKey
|
||||||
application.formatted-version =v3.5.4 GA
|
application.formatted-version =v3.5.5 GA
|
||||||
#for dynamic service discovery
|
#for dynamic service discovery
|
||||||
spring.application.name =maxkey
|
spring.application.name =maxkey
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
#MaxKey Title and Version #
|
#MaxKey Title and Version #
|
||||||
############################################################################
|
############################################################################
|
||||||
application.title =MaxKey-Mgt
|
application.title =MaxKey-Mgt
|
||||||
application.formatted-version =v3.5.4 GA
|
application.formatted-version =v3.5.5 GA
|
||||||
#for dynamic service discovery
|
#for dynamic service discovery
|
||||||
spring.application.name =maxkey-mgt
|
spring.application.name =maxkey-mgt
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user