Skip to content

6.0.0

Latest

Choose a tag to compare

@abel533 abel533 released this 12 Feb 05:53
· 10 commits to master since this release

6.0.0 版本更新 (2026-02-12)

  • 适配 Spring Boot 4.x (JDK 17+, Jakarta JPA)
    • 依赖更新:Spring Boot 4.0.2, Spring Framework 7.0.3, MyBatis 3.5.19, JPA 3.2.0
    • mybatis-spring 更新到 4.0.0
  • safeDelete 时校验更严格,如果 Example 有条件为 null 被忽略导致全表操作也会被禁止。
  • logicDeleteByKey 的处理还不完善,默认值和原有逻辑一致,暂时不要使用。
  • aggregation 操作中的字段会处理别名
  • 新增:根据实体中的属性进行查询指定属性

New Contributors

Full Changelog: 5.0.1...6.0.0