This commit is contained in:
MaxKey
2023-02-10 10:17:26 +08:00
parent 8053a178f1
commit 943f1eaf96
7 changed files with 29 additions and 10 deletions

View File

@@ -1,4 +1,23 @@
MaxKey v 3.5.13 GA 2023/01/27
MaxKey v 3.5.14 GA 2023/02/14
*(MAXKEY-230201) 社交登录查询关联账号查询新增租户标识查询
*(MAXKEY-230202) docker-compose 搭建 maxkey-mgt 启动报错 I6BR6D
*(MAXKEY-230203) JWKSetKeyStore优化
*(MAXKEY-230204) maxkey-webapis 重命名为 maxkey-web-apis
*(MAXKEY-230205) CasDefaultAdapter 增加 username字段
*(MAXKEY-230206) 增加docker部署和启动脚本maxkey_docker_install.sh,maxkey_docker_start.sh等
*(MAXKEY-230207) 前端页面版权年度自动按照当前年度修改
*(MAXKEY-230208) OAuth2不显示OpenID Connect的tab页
*(MAXKEY-230209) 应用新增修改,下拉菜单改为弹出框,增加协议的图标及描述
*(MAXKEY-230210) docker-compose部署配置优化
*(MAXKEY-230211) docker mysql 8.0.32升级
*(MAXKEY-230212) docker部署文档优化
*(MAXKEY-230213) JumpServer开源堡垒机单点登录适配文档
*(MAXKEY-230214) 依赖项引用、更新和升级
freemarker 2.3.32
tomcat 9.0.71
mysqlconnector 8.0.32
MaxKey v 3.5.13 GA 2023/01/27
*(MAXKEY-230101) application-http.properties重命名为application-maxkey-mgt.properties
*(MAXKEY-230102) application-http.properties重命名为application-maxkey.properties
*(MAXKEY-230103) 分离出maxkey-authentication-sms模块

View File

@@ -15,7 +15,7 @@
# */
#maxkey properties
group =net.maxsso
version =3.5.13
version =3.5.14
vendor =https://www.maxkey.top
author =MaxKeyTop
@@ -51,7 +51,7 @@ httpcoreVersion =4.4.16
httpasyncclientVersion =4.1.5
velocityVersion =1.7
velocitydepVersion =1.4
freemarkerVersion =2.3.31
freemarkerVersion =2.3.32
xmlbeansVersion =5.0.2
commonscompressVersion =1.21
log4jVersion =2.19.0
@@ -61,7 +61,7 @@ kafkaclientsVersion =2.8.9
rocketmqclientVersion =4.9.4
rocketmqspringbootVersion =2.2.2
#apache tomcat
tomcatVersion =9.0.70
tomcatVersion =9.0.71
tomcatembedloggingjuliVersion =8.5.2
#spring
springVersion =5.3.25
@@ -95,7 +95,7 @@ springdocVersion =1.6.13
knife4jVersion =3.0.3
#database
postgresqlVersion =42.4.1
mysqlconnectorjavaVersion =8.0.31
mysqlconnectorjavaVersion =8.0.32
druidVersion =1.2.15
druidspringbootstarterVersion =1.2.15
jedisVersion =4.2.3

View File

@@ -26,5 +26,5 @@ export const CONSTS = {
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember_me',
TOKEN: '_token',
VERSION: 'v3.5.13 GA'
VERSION: 'v3.5.14 GA'
};

View File

@@ -19,5 +19,5 @@ export const CONSTS = {
INST: 'inst',
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember',
VERSION: 'v3.5.13 GA'
VERSION: 'v3.5.14 GA'
};

View File

@@ -1,7 +1,7 @@
#端口号
application:
name: maxkey-gateway-server
formatted-version: v3.5.13 GA
formatted-version: v3.5.14 GA
server:
port: 9000
spring:

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.formatted-version =v3.5.13 GA
application.formatted-version =v3.5.14 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 =v3.5.13 GA
application.formatted-version =v3.5.14 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################