Releases: spring-projects/spring-data-relational
Releases · spring-projects/spring-data-relational
3.1.4
📗 Links
⭐ New Features
GraphQlRepository
with reactive repository and pagination not working #1609- Add support for Postgres UUID arrays using JDBC #1567
🐞 Bug Fixes
BasicRelationalConverter
converts enum arrays tonull
#1593
📔 Documentation
- Fix links to spring.io docs #1571
- Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes #948
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.10
2.4.16
3.2.0-M2
3.1.3
3.0.9
2.4.15
3.2.0-M1
📗 Links
⭐ New Features
- Allow non-domain sort orders to be used with
R2dbcQueryCreator
#1548 - Retrofit events for generics matching of ApplicationEvent subtypes with generic payload parameter #1539
- Add SpEL support for table and column names #1325
- Allow using JDBC and R2DBC repositories in a single application #1143
- Schema generation [DATAJDBC-536] #756
🐞 Bug Fixes
- Unsafe SqlOrder should not be prefixed by table name. #1512
- Regression on entities with Enum[] fields #1460
- Use
awaitSingle
operator instead ofawaitFirst
#1355
📔 Documentation
- Update event documentation to reflect the notification-only aspect of lifecycle events #1538
- Projections is a nested section in the reference documentation #1515
🔨 Dependency Upgrades
- Upgrade to latest R2DBC drivers #1559
- Upgrade to Maven Wrapper 3.9.3 #1553
- Upgrade to Maven Wrapper 3.9.2 #1537
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.1.2
📗 Links
⭐ New Features
- Allow non-domain sort orders to be used with
R2dbcQueryCreator
#1548