|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### 6.1.1 - 2025-06-20 |
| 4 | + |
| 5 | +- Add pagination support for SunDB database **by wangsl** |
| 6 | +- Add adapter support for Xugu (虚谷数据库) database **by 吴启洋** |
| 7 | +- Fix issue where `additionalParameter` was not properly copied when copying `countBoundSql` **by yefeng** |
| 8 | +- Fix `offsetPage` example code error **by S00ahKim** |
| 9 | +- Fix Jakarta/Javax ServletRequest compatibility issue, support Spring Boot 3.x **by PING** |
| 10 | +- Add `PageInfo.of()` overloaded method to support manually specifying total record count for pagination info **by yesAnd** |
| 11 | +- Upgrade MyBatis version to 3.5.19 (from 3.5.10) |
| 12 | +- Upgrade Guava version to 33.4.8-jre (from 32.0.0-jre) |
| 13 | +- Upgrade Logback Classic version to 1.2.13 (from 1.2.11) |
| 14 | +- Optimize Xugu JDBC dependency configuration, add `<scope>test</scope>` |
| 15 | +- Fix typos and link references in English documentation **by Coco Liliace** |
| 16 | +- Add relevant comments to improve code readability **by yesAnd** |
| 17 | +- Resolve dependency security vulnerabilities, update related component versions |
| 18 | + |
| 19 | +#### Compatibility Notes |
| 20 | +- This version maintains backward compatibility with previous versions |
| 21 | +- New database support: SunDB, Xugu (虚谷数据库) |
| 22 | +- Fixed Spring Boot 3.x compatibility issues, recommended for users using Jakarta EE |
| 23 | + |
| 24 | +#### Upgrade Recommendations |
| 25 | +- All users are recommended to upgrade, especially those using Spring Boot 3.x or requiring new database support |
| 26 | +- Users of SunDB or Xugu databases can directly use pagination features |
| 27 | +- Please ensure dependency version compatibility before |
| 28 | + |
3 | 29 | ### 6.1.0 - 2023-12-16
|
4 | 30 |
|
5 | 31 | - Released version 6.1.0, PageHelper provides direct dependency on jsqlparser as intermediate interfaces, allowing
|
|
0 commit comments