From 3dc5d068325ac1a89b6f04323abe8501821a3767 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Thu, 29 Jan 2026 09:24:06 +0800 Subject: [PATCH] ReleaseNotes v 4.1.11 --- ReleaseNotes.txt | 21 ++++++++++++++++++- gradle.properties | 2 +- .../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 +- .../src/main/resources/application.properties | 2 +- 8 files changed, 27 insertions(+), 8 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index b647602e8..365d0dcdb 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -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 diff --git a/gradle.properties b/gradle.properties index 5ecc82cad..9b2c1108c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 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 daf7553a0..0a04408f5 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 @@ -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' }; 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 ab5de342f..d29d69697 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_mgt', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v4.1.10 GA' + VERSION: 'v4.1.11 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 079a43260..bb0814b2b 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: v4.1.10 GA + formatted-version: v4.1.11 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 1d83f9a4f..8ade8b7ac 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 =v4.1.10 GA +application.formatted-version =v4.1.11 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 718a5ead2..9c307c9c6 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 =v4.1.10 GA +application.formatted-version =v4.1.11 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################ diff --git a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties b/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties index 708ee6237..d7ce65a0e 100644 --- a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties @@ -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 ############################################################################