diff --git a/HISTORY.md b/HISTORY.md index 9feddce..9fdb0ef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,30 @@ - -# [5.2.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.1.0...v5.2.0) / 2022-05-19 +# History + +- [6.0.0](#600-2023-01-02) (Jan 2023) +- [5.2.0](#520-2022-05-19) (May 2022) +- [5.1.0](#510-2021-03-17) (Mar 2021) +- [5.0.0](#500-2018-03-01) (Mar 2018) +- [4.3](#43-2017-12-24) (Dec 2017) +- [4.2](#42-2017-12-24) (Dec 2017) +- [4.1](#41-2017-04-05) (Apr 2017) +- [4.0](#40-2017-03-06) (Mar 2017) +- [3.1](#31-2016-12-16) (Dec 2016) +- [3.0](#30-2016-11-19) (Nov 2016) + + + +# Release notes + +## [6.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.2.0...v6.0.0) (2023-01-02) + + +### Features + +* upgrade to Spring Boot 3.0.0 ([d4c810e](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/d4c810e0444556906b8639dead0861adea27ee69)) + + + +## [5.2.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.1.0...v5.2.0) (2022-05-19) ### Features @@ -8,75 +33,75 @@ - -# [5.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.0.0...v5.1.0) / 2021-03-17 +## [5.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.0.0...v5.1.0) (2021-03-17) ### Features * add support for the SearchPanes extension ([16803f9](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/16803f9d1e4f8c8c7b128a55b0be96d8cec36382)) - -# [5.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.3...v5.0.0) / 2018-03-01 + + +## [5.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.3...v5.0.0) (2018-03-01) ### BREAKING CHANGES - * Update to spring boot 2.0.0 (#73) + * Update to spring boot 2.0.0 ([#73](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/73)) + - -# [4.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.2...v4.3) / 2017-12-24 +## [4.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.2...v4.3) (2017-12-24) ### Bug Fixes - * Remove JOIN FETCH when using COUNT query (#68) + * Remove JOIN FETCH when using COUNT query ([#68](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/68)) - -# [4.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.1...v4.2) / 2017-12-24 + +## [4.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.1...v4.2) (2017-12-24) ### Bug Fixes - * Add proper JOIN FETCH clause (#67) - * Remove column duplicates when using JOIN FETCH (#64) + * Add proper JOIN FETCH clause ([#67](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/67)) + * Remove column duplicates when using JOIN FETCH ([#64](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/64)) + - -# [4.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.0...v4.1) / 2017-04-05 +## [4.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.0...v4.1) (2017-04-05) ### Bug Fixes - * Fix searching with the separator "+" (#55) + * Fix searching with the separator "+" ([#55](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/55)) + - -# [4.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.1...v4.0) / 2017-03-06 +## [4.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.1...v4.0) (2017-03-06) ### BREAKING CHANGES - * Update bom to Brussels-RELEASE version (#51) + * Update bom to Brussels-RELEASE version ([#51](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/51)) - -# [3.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.0...v3.1) / 2016-12-16 + +## [3.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.0...v3.1) (2016-12-16) ### Features - * Add the ability to filter on NULL values (#44) + * Add the ability to filter on NULL values ([#44](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/44)) + - -# [3.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v2.6...v3.0) / 2016-11-19 +## [3.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v2.6...v3.0) (2016-11-19) ### Bug Fixes - * Restrict eager loading to @OneToOne and @OneToMany relationships (#39) + * Restrict eager loading to @OneToOne and @OneToMany relationships ([#39](https://github.com/darrachequesne/spring-data-jpa-datatables/pull/39)) 2.6 / 2016-10-13 diff --git a/README.md b/README.md index cc035b9..85f2130 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,19 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 5.2.0 + 6.0.0 ``` +Compatibility with Spring Boot: + +| Version | Spring Boot version | +|---------------|-------------------------------------------------------------------------| +| 4.x and below | 1 | +| 5.x | 2 | +| 6.x | [3](https://www.springcloud.io/post/2022-11/springboot3-upgrade-guide/) | + + Back to [top](#spring-data-jpa-datatables). diff --git a/pom.xml b/pom.xml index 7d2ecd8..358270d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 6.0.0-SNAPSHOT + 6.0.0 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)