Skip to content

Commit

Permalink
发布3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Dec 24, 2023
1 parent 8621646 commit 0240b1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# CHANGELOG
## [v3.5.5] 2023.12.24
- fix: 修复配置databaseId失效
- fix: 修复自增主键忽略注入错误忽略非自增主键注入问题
- fix: 修复ChainWrapper模式下GroupBy生成多的逗
- fix: 修复selectOne缓存问题
- fix: 修复数据权限多表支持在某些场景下失效问题
- fix: 修复生成器mysql类型转换器point转换错误
- fix: 修复kotlin下无法使用父类属性操作
- fix: 修复自动注入DdlApplicationRunner返回null导致的高版本springboot启动错误
- fix: 修复生成器代码提示的RuntimeUtils安全性漏洞问题
- feat: 新增fastjson2支持
- feat: 升级gradle-wrapper至8.4
- feat: 升级kotlin-gradle-plugin至1.9.21
- feat: 升级mybatis至3.5.15
- feat: 升级lombok至1.18.30
- feat: 升级spring-boot3至3.2.0
- feat: 升级spring-boot2版本mybatis-spring至2.1.2
- feat: 升级spring-boot3版本mybatis-spring至3.0.3
- feat: 移除通用service中saveOrUpdate的事务
- feat: 支持Trino,Presto,GBase8s-pg,SUNDB数据库

## [v3.5.4.1] 2023.11.4
- fix: 修复Aop增强Mapper层导致的转换错误.
Expand Down
13 changes: 1 addition & 12 deletions changelog-temp.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
- fix: 修复配置databaseId失效
- fix: 修复自增主键忽略注入错误忽略非自增主键注入问题
- fix: 修复ChainWrapper模式下GroupBy生成多的逗
- fix: 修复selectOne缓存问题
- feat: 升级gradle-wrapper至8.4
- feat: 升级kotlin-gradle-plugin至1.9.21
- feat: 升级mybatis至3.5.14
- feat: 升级lombok至1.18.30
- feat: 升级spring-boot3至3.2.0
- feat: 升级spring-boot2版本mybatis-spring至2.1.2
- feat: 升级spring-boot3版本mybatis-spring至3.0.3
- feat: 支持Trino,Presto数据库


2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION=3.5.5-SNAPSHOT
APP_VERSION=3.5.5
APP_GROUP=com.baomidou
signing.keyId=1FD337F9
signing.password=243194995
Expand Down

0 comments on commit 0240b1f

Please sign in to comment.