ReleaseNotes v 4.1.11

This commit is contained in:
shimingxy
2026-01-29 09:24:06 +08:00
parent a4cdee7a37
commit 3dc5d06832
8 changed files with 27 additions and 8 deletions

View File

@@ -1,4 +1,23 @@
MaxKey v 4.1.10 2025/12/13
MaxKey v 4.1.11 2026/02/02
*(MAXKEY-260101) remove build_docker.gradle
*(MAXKEY-260102) RestTimeBasedOtpController优化
*(MAXKEY-260103) Unnecessary path variable definition [WEB_ANNOTATION_NAMES]
*(MAXKEY-260104) update NOTICE. 术语大小写不规范 by smxzk32145745
*(MAXKEY-260105) README 优化 by smxzk32145745
*(MAXKEY-260106) remove provision
*(MAXKEY-260107) redirect_uri 被Xss拦截器拦截 #IDEANO
*(MAXKEY-260108) Cas Proxy分离
*(MAXKEY-260109) cas 目录优化
*(MAXKEY-260110) #IDGR9O cas登录grantingTicket生成的url会有重复参数
*(MAXKEY-260111) 使用client_credentials获取token报空指针 #IDK3Q0
*(MAXKEY-260112) 密码策略-密码过期取值范围问题修复
*(MAXKEY-260113) 代码优化和调整
*(MAXKEY-260114) 依赖项引用、更新和升级
springVersion 6.2.15
springBootVersion 3.5.9
springcloudVersion 4.3.1
MaxKey v 4.1.10 2025/12/13
*(MAXKEY-250601) 管理端密码修改在列表“更多”
*(MAXKEY-250602) Frontend Dockerfile
*(MAXKEY-250603) tableHasCheckedItem

View File

@@ -15,7 +15,7 @@
# */
#maxkey properties
group =org.dromara.maxkey
version =4.1.10
version =4.1.11
vendor =https://www.maxkey.top
author =MaxKeyTop
githubUrl =https://github.com/dromara/MaxKey

View File

@@ -27,5 +27,5 @@ export const CONSTS = {
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember_me',
TOKEN: '_token',
VERSION: 'v4.1.10 GA'
VERSION: 'v4.1.11 GA'
};

View File

@@ -19,5 +19,5 @@ export const CONSTS = {
INST: 'inst_mgt',
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember',
VERSION: 'v4.1.10 GA'
VERSION: 'v4.1.11 GA'
};

View File

@@ -1,7 +1,7 @@
#端口号
application:
name: maxkey-gateway-server
formatted-version: v4.1.10 GA
formatted-version: v4.1.11 GA
server:
port: 9000
spring:

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.formatted-version =v4.1.10 GA
application.formatted-version =v4.1.11 GA
#for dynamic service discovery
spring.application.name =maxkey
############################################################################

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey-Mgt
application.formatted-version =v4.1.10 GA
application.formatted-version =v4.1.11 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey-OpenApi
application.formatted-version =v4.1.10 GA
application.formatted-version =v4.1.11 GA
#for dynamic service discovery
spring.application.name =maxkey-openapi
############################################################################