Releases: hibernate/hibernate-reactive
2.4.2.Final
What's Changed
- Fix queries on JSON fields by @DavideD in #1987
- Replace
toString
withJsonObject#encode
by @DavideD in #2003 - IdClass with ManyToOne by @DavideD in #2005
- Add JSON mapping section to the documentation by @DavideD in #2006
Full Changelog: 2.4.1...2.4.2
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/56
2.4.1.Final
What's Changed
- Schedule snapshots build by @DavideD in #1978
- Remove release from GitHub by @DavideD in #1980
- Upgrade Gradle Wrapper to 8.10 by @DavideD in #1983
- Upgrade actions/upload-artifact by @DavideD in #1986
- Fix support for @EmbeddedId by @DavideD in #1988
- Update release process by @DavideD in #1991
- Upgrade Hibernate ORM and Vert.x by @DavideD in #1994
- Update JDK for testing by @DavideD in #1996
Full Changelog: 2.4.0...2.4.1
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/55?closed=1
2.4.0.Final
What's Changed
- Avoid creation of multiple connections during schema migration by @DavideD in #1928
- Upgrade dbs version for testing by @DavideD in #1934
- Add jdk 24 to the build on CI by @marko-bekhta in #1939
- Update dbs for testing examples on CI by @DavideD in #1940
- Make DefautlReactiveLockEventListener#cascadeLock reactive by @DavideD in #1948
- Upgrade Vert.x SQL client to 4.5.8 by @DavideD in #1936
- Change log4j.properties by @DavideD in #1951
- Revert "[#1946] Add a simple PR template" by @DavideD in #1955
- Tests clean up by @DavideD in #1953
- Remove snapshots releases from main branch by @DavideD in #1961
- Upgrade PostgreSQL jdbc driver to 42.7.3 by @DavideD in #1964
- Upgrade Hiberante Reactive in the JBang template to 2.3.1.Final by @DavideD in #1966
- For main, Upgrade Vert.x SQL client to 4.5.9 by @DavideD in #1968
- Fix issues with GitHub actions by @DavideD in #1971
- Upgrade Hibernate ORM to 6.6.0.CR2 by @DavideD in #1969
- Upgrade Hibernate ORM to 6.6.0.Final by @DavideD in #1976
New Contributors
- @marko-bekhta made their first contribution in #1939
Full Changelog: 2.3.1...2.4.0
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/54?closed=1
2.4.0.CR1
What's Changed
- Avoid creation of multiple connections during schema migration by @DavideD in #1928
- Upgrade databases version for testing by @DavideD in #1934
- Add jdk 24 to the build on CI by @marko-bekhta in #1939
- Update dbs for testing examples on CI by @DavideD in #1940
- Make DefautlReactiveLockEventListener#cascadeLock reactive by @DavideD in #1948
- Upgrade Vert.x SQL client to 4.5.8 by @DavideD in #1936
- Change log4j.properties by @DavideD in #1951
- Revert "[#1946] Add a simple PR template" by @DavideD in #1955
- Tests clean up by @DavideD in #1953
- Remove snapshots releases from main branch by @DavideD in #1961
- Upgrade PostgreSQL jdbc driver to 42.7.3 by @DavideD in #1964
- Upgrade Hiberante Reactive in the JBang template to 2.3.1.Final by @DavideD in #1966
- Upgrade Vert.x SQL client to 4.5.9 by @DavideD in #1968
- Fix issues with GitHub actions by @DavideD in #1971
- Upgrade Hibernate ORM to 6.6.0.CR2 by @DavideD in #1969
New Contributors
- @marko-bekhta made their first contribution in #1939
Full Changelog: 2.3.1...2.4.0.CR1
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/51?closed=1
2.3.1.Final
What's Changed
- [#1899] Upgrade JBang templates to 2.3.0.Final by @DavideD in #1900
- Add Develocity by @DavideD in #1902
- Fix CI failure setting up JDK 21 by @DavideD in #1918
- Upgrade Hibernate ORM to 6.5.1.Final by @DavideD in #1914
- Fix NullPointerException whith batching inserts by @DavideD in #1916
- Hibernate Validator integration test by @DavideD in #1919
- Upgrade Testcontainers to 1.19.8 by @DavideD in #1922
- Upgrade Hibernate ORM to 6.5.2.Final by @DavideD in #1926
Full Changelog: 2.3.0...2.3.1
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/52?closed=1
2.3.0.Final
What's Changed
- Update reference documentation style sheet by @DavideD in #1883
- Fix default Hibernate ORM version setting by @DavideD in #1889
- Add support for
@SoftDelete
by @DavideD in #1886 - Fix getReference with Bytecode Enhancements by @DavideD in #1892
- Update javadoc for .fetch + tests by @DavideD in #1894
- Upgrade Hibernate ORM to 6.5.0.Final by @DavideD in #1898
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/49?closed=1
Full Changelog: 2.3.0.CR1...2.3.0
2.3.0.CR1
What's Changed
- Dependencies and databases upgrade by @DavideD in #1848
- Tests for @array and @struct by @DavideD in #1858
- Allow running the ORM tracking workflow against a specific branch/tag by @yrodiere in #1859
- Upgrade Hibernate ORM to 6.4.4.Final and Mutiny to 2.6.3 by @DavideD in #1862
- Upgrade Vert.x SQL client to 4.5.3 by @DavideD in #1865
- Upgrade Hibernate ORM to 6.5.0.CR2 by @DavideD in #1880
Full Changelog: 2.2.2...2.3.0.CR1
** Milestone**: https://github.com/hibernate/hibernate-reactive/milestone/43?closed=1
2.2.2.Final
What's Changed
- Remove unused code that causes error on in Quarkus at start up by @DavideD in #1839
- Upgrade Hibernate ORM to 6.4.2.Final by @DavideD in #1837
- Disable or enable test for database types using annotations by @DavideD in #1842
Milestone: 2.2.2.Final
Full Changelog: 2.2.1...2.2.2
2.0.8.Final
2.2.1.Final
What's Changed
- Upsert dbs support by @DavideD in #1805
- Upgrade nu.studer.credentials gradle plugin to 3 by @DavideD in #1806
- Test ConstraintViolationException SQLState code by @DavideD in #1807
- Close connection on cancel signal by @DavideD in #1810
- Test arrays by @DavideD in #1811
- Support setOrder by @DavideD in #1815
- Upgrade Vert.x to 4.5.1 + minor fixes by @DavideD in #1822
- Additional jdks for the build by @DavideD in #1824
- Upgrade to ORM 6.4.1.Final by @DavideD in #1829
Milestone: 2.2.1.Final
Full Changelog: 2.2.0...2.2.1