Releases: hibernate/hibernate-reactive
Releases · hibernate/hibernate-reactive
2.0.0.CR1
What's Changed
- Timezone tests with new assertions by @DavideD in #1581
- sync some code in ReactiveSessionImpl with core SessionImpl by @gavinking in #1585
- Cleanups and sync with 6 by @gavinking in #1589
- Re-simplify query APIs by @gavinking in #1590
- Upgrade Hibernate ORM to 6.2.1.Final by @DavideD in #1593
- remove unnecessary class by @gavinking in #1594
- Autodetect the dialect version by @DavideD in #1575
- Add registry to docker commands in podman.md by @DavideD in #1601
- Upgrade Vert.x to 4.4.1 by @DavideD in #1568
- Wire in SqlExceptionHelper which is now useful in Vert.x 4.4.0 by @DavideD in #1603
- Error with JOINED inheritance and ManyToOne by @DavideD in #1599
- Identifier generator fix by @Sanne in #1608
Full Changelog: 2.0.0.Beta2...2.0.0.CR1
2.0.0.Beta2
What's Changed
- Ignore
hibernate.jdbc.use_get_generated_keys
by @DavideD in #1552 - Add reactive global temporary tables creation strategies by @DavideD in #1556
- Add Db2 by @DavideD in #1555
- Add Oracle by @blafond in #1557
- Update integration tests to use Oracle container image 23.2.0-faststart by @Sanne in #1561
- Add check mark in front of the selected driver by @DavideD in #1566
- slightly change the format of the new log message by @gavinking in #1570
- Enable UTC for Oracle by @DavideD in #1571
- update DefaultReactiveListeners and Actions by @gavinking in #1578
- Further switch the Oracle container image to use the slim variants by @Sanne in #1572
Full Changelog: 2.0.0.Beta1...2.0.0.Beta2
2.0.0.Beta1
What's Changed
- [#1516] Reenable LazyBasicFieldTest#testFetchBasicField by @DavideD in #1537
- Support for MySQL and MSSQL by @DavideD in #1535
- Enable ci tests using latest Hibernate snapshots by @DavideD in #1511
- Reenable tests for Bytecode enhancements by @DavideD in #1541
- Re-enable LazyPropertyTest by @DavideD in #1542
- improvements to the readme by @gavinking in #1544
- remove obsolete code by @gavinking in #1545
- Upgrade to Hibernate ORM 6.2.0.Final by @DavideD in #1547
- Add CockroachDB by @DavideD in #1549
Full Changelog: 2.0.0.Alpha2...2.0.0.Beta1
2.0.0.Alpha2
What's Changed
- Support natural id simple load by @DavideD in #1492
- WIP to upgrade to latest Hibernate ORM 6.2-SNAPSHOT by @Sanne in #1490
- Ensure we apply the exception converter consistently by @Sanne in #1494
- Custom initializers for Hibernate Reactive by @DavideD in #1493
- DefaultReactiveLoadEventListener#proxyImplementation by @DavideD in #1499
- Update DB2 container version and instructions by @Sanne in #1503
- Making it somewhat easier to manage difference with ORM among Service Initiators by @Sanne in #1505
- Ignore tests removing an element from a collection of elements by @DavideD in #1507
- Prep for ORM 6.2 by @sebersole in #1510
- Enable integration tests with bytecode enhancer by @Sanne in #1518
- Fixing auto-flush on mutation queries by @Sanne in #1519
- Formatting of javadoc by @Sanne in #1520
New Contributors
- @sebersole made their first contribution in #1510
Full Changelog: 2.0.0.Alpha1...2.0.0.Alpha2
2.0.0.Alpha1
What's Changed
- Fix dependencies in the JBang scripts by @blafond in #1403
- Upgrade db versions for testing by @DavideD in #1405
- [#1396] Upgrade testcontainers to 1.17.5 by @blafond in #1408
- [#1409] Add jbang template instructions by @blafond in #1410
- Upgrade Cockroach DB to 22.1.9 by @blafond in #1411
- test for dynamic entities + change to BaseReactiveTest by @gavinking in #1415
- futher explanation of "field-level lazy" by @gavinking in #1419
- Fix lazy one to one with bytecode enhancements by @DavideD in #1418
- Improved patch to prevent type cache pollution on getting ReactiveQueryExecutor by @Sanne in #1420
- Upgrade to Mutiny 1.8.0 by @jponge in #1424
- [#1425] Fix URL parsing error by @blafond in #1430
- Minor refactoring for JdbcUrlParserTest by @DavideD in #1434
- Upgrade Mutiny to 2.0 by @blafond in #1435
- Test Hibernate Reactive against JDK 21 EA, JDK 19 GA by @yrodiere in #1438
- Upgrade Vert.x SQL client to 4.3.8 by @DavideD in #1460
- New main with Hibernate Reactive 2 by @DavideD in #1487
- Introduce a NativeParametersRendering service to directly render PostgreSQL-compatible SELECT statements by @Sanne in #1488
- Update the project dependencies by @Sanne in #1489
Full Changelog: 1.1.9...2.0.0.Alpha1