Releases: spring-projects/spring-data-relational
Releases · spring-projects/spring-data-relational
2.4.3
2.3.7
2.2.12
3.0.0-M5
📗 Links
⭐ New Features
- Upgrade to R2DBC 1.0 #1292
- Use
TypeScanner
to scan for initial entities #1288 - Support AOT processing of R2DBC repositories #1279
- Support AOT processing of JDBC repositories #1269
- Deprecate classes supporting H2 1.x. #1243
- Query by Example support #1192
- Improve performance for batch operations [DATAJDBC-314] #537
🐞 Bug Fixes
- IllegalArgumentException: The root aggregate cannot be updated because the version property is null #1254
@ReadOnlyProperty
with child entity associated with a View possibly related to DATAJDBC-431 #1249- Enum type in Query annotation does not work in in clause #1212
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.5 #1256
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.4.2
📗 Links
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.3.6
2.4.1
📗 Links
⭐ New Features
- Deprecate classes supporting H2 1.x. #1243
🐞 Bug Fixes
- IllegalArgumentException: The root aggregate cannot be updated because the version property is null #1254
- Enum type in Query annotation does not work in in clause #1212
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.5 #1257
2.3.5
3.0.0-M4
📗 Links
⭐ New Features
- Do not override existing limit in selectOne. #1233
🐞 Bug Fixes
- Inconsistent JdbcAggregateTemplate#save return value on updates #1201
- Inconsistent JdbcAggregateTemplate#save return value using BeforeSaveCallback #1199
- Fix assemble table alias for embedded entity with empty prefix and reference #1149
- Constructor is accessed twice when persisting Java 16 records #1137
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.4.0
📗 Links
🐞 Bug Fixes
- Generated entity identifier in
BeforeSaveCallback
upon insert is no longer applied in theINSERT
statement #1232