Releases: hibernate/hibernate-reactive
3.0.0.Beta3
What's Changed
- Upgrade Hibernate ORM to 3.0.0.Beta5 by @DavideD in #2160
- Upgrade Vert.x SQL client to 4.5.14 by @DavideD in #2194
- StatelessSession insertAll in batch does not do batching by @dreab8 in #2136
- Add support for upsert with batching by @DavideD in #2140
- Upgrade Testcontainers to 1.20.6 by @DavideD in #2144
- Add CONTRIBUTING.md by @DavideD in #2142
- Avoid creation of logger at runtime by @DavideD in #2151
- Remove JDK 23 for testing, enable JDK 24 GA by @DavideD in #2161
- Remove experimental table support when starting CockroachDB by @DavideD in #2153
- eliminate dependency on useless helper class by @gavinking in #2164
- Create custom Vert.x contextual data storage by @tsegismont in #2177
- Hibernate Reactive eager fetching the wrong record for ManyToOne by @marko-bekhta in #2167
Full Changelog: 3.0.0.Beta2...3.0.0.Beta3
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/48?closed=1
2.4.6.Final
What's Changed
- Upgrade Hibernate ORM to 6.6.13.Final by @DavideD in #2197
- Upgrade Vert.x SQL client to 4.5.14 by @DavideD in #2195
- Fix for creation and dropping options of ids temporary tables by @DavideD in #2112
- Backports NPE error fix by @DavideD in #2184
- Avoid creation of log at runtime by @DavideD in #2185
- Hibernate Reactive eager fetching the wrong record for ManyToOne by @marko-bekhta in #2168
- Create custom Vert.x contextual data storage by @DavideD in #2198
Full Changelog: 2.4.5...2.4.6
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/61?closed=1
3.0.0.Beta2
Closed issues: https://github.com/hibernate/hibernate-reactive/milestone/58?closed=1
Full Changelog: 3.0.0.Beta1...3.0.0.Beta2
2.4.5.Final
What's Changed
- Upgrade Hibernate ORM to 6.6.7.Final by @DavideD in #2107
- Upgrade Hibernate ORM to 6.6.6.Final by @DavideD in #2095
- Backport fixes for test related to time zones by @DavideD in #2083
- PropertyAccessException when creating a new object with a one-to-one association by @dreab8 in #2082
- Upgrade Gradle Wrapper to 8.12 by @DavideD in #2088
- Don't ignore return value of deleteRows by @DavideD in #2089
- Upgrade Vert.x SQL client to 4.5.12 by @DavideD in #2091
- Use SHA instead of versions in GH actions by @DavideD in #2100
Full Changelog: 2.4.4...2.4.5
2.4.4.Final
What's Changed
- #2073 Upgrade Hibernate ORM to 6.6.5.Final
Bug fixes:
- #2026 UnexpectedAccessToTheDatabase error when merging a detached entity with a ToMany association
- #2060 ClassCastException when using embeddable ids
For testing
Full Changelog: 2.4.3...2.4.4
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/59
2.4.3.Final
What's Changed
- Update GitHub build cache configuration by @DavideD in #2013
- Upgrade Vert.x SQL client to 4.5.11 by @DavideD in #2018
- Upgrade Hibernate ORM to 6.6.4.Final by @DavideD in #2023
Full Changelog: 2.4.2...2.4.3
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/57?closed=1
3.0.0.Beta1
What's Changed
- Update GitHub build cache configuration by @DavideD in #2013
- Upgrade Vert.x SQL client to 4.5.11 by @DavideD in #2018
- Upgrade Hibernate ORM to 6.6.3.Final by @DavideD in #2023
- Upgrade Hibernate ORM to 7.0.0.Beta3 by @DavideD in #2028
- Change development version to 3.0.0-SNAPSHOT by @DavideD in #2035
Full Changelog: 2.4.2...3.0.0.Beta1
Milestone: https://github.com/hibernate/hibernate-reactive/milestone/50?closed=1
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