Releases: spring-projects/spring-data-relational
Releases · spring-projects/spring-data-relational
2.4.0-M2
3.0.0-M1
2.4.0-M1
📗 Links
⭐ New Features
- JDBC data types from org.postgresql.geometric are treated as referenced agreggates instead of jdbc data types #1065
🐞 Bug Fixes
- Remove converter warnings regarding java.time.OffsetDateTime with mysql dialect #1122
- Specify Oracle user during DML operations #1099
- Cannot save entity only have id and collections [DATAJDBC-557] #777
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.3.1
📗 Links
🐞 Bug Fixes
- Remove converter warnings regarding java.time.OffsetDateTime with mysql dialect #1122
2.2.8
2.3.0
📗 Links
⭐ New Features
- Render
LOCK
clause throughSelectRenderContext
#1078 - Add support for
CAST
for a column #1066 SelectBuilder
does not allow usage ofCondition
in projection #1007- OrderByClauseVisitor does not use fully qualified column names #968
📔 Documentation
- unnessecary
@Autowired
in documentation #1072
2.2.7
2.1.15
2.3.0-RC1
📗 Links
⭐ New Features
- Clarify behavior when both (named and provided query) are configured through
@Query
#1061 - Replace
AfterLoadEvent
/Callback withAfterConvertEvent
/Callback #1053 - PostgreSQL: Unable to find server array type for provided name DOUBLE #1033
- SelectBuilder's .join(...).on(X).equals(Y) assumes X/Y are not Expressions.just(...) expressions #1009
- Add support for join with subselect #1003
- SelectBuilder makes assumptions about join conditions being "trivial" #995
🐞 Bug Fixes
@Query(name = "Pet.findByNameEqualsAlt")
not considered as named query #1022
📔 Documentation
- Fix typo in Query Methods documentation #1064
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.3 #1067
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.2.6
📗 Links
⭐ New Features
- Clarify behavior when both (named and provided query) are configured through
@Query
#1061
🐞 Bug Fixes
@Query(name = "Pet.findByNameEqualsAlt")
not considered as named query #1022
📔 Documentation
- Fix typo in Query Methods documentation #1064
❤️ Contributors
We'd like to thank all the contributors who worked on this release!