Skip to content

Releases: spring-projects/spring-data-relational

3.0.0

18 Nov 13:30
c244985
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Empty collection not converted to correct type when using element-wise converters #1379
  • Add failing test with multiple joins and InlineQuery #1362

🔨 Dependency Upgrades

  • Upgrade to R2DBC drivers 1.0 GA #1378

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

2.4.6

18 Nov 09:55
8178094
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Add failing test with multiple joins and InlineQuery #1362

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

2.3.10

18 Nov 09:35
a2b0b0d
Compare
Choose a tag to compare

📗 Links

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

3.0.0-RC2

04 Nov 14:26
06e40a3
Compare
Choose a tag to compare

3.0.0-RC1

13 Oct 15:31
99ac540
Compare
Choose a tag to compare
3.0.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Feature: Support order by SimpleFunction and SimpleExpression #1348
  • JdbcAggregateTemplate doesn't need the domainType as an explicit argument. #1315
  • Switch the default behavior of the table annotation on column names of foreign key references. #1162
  • Make it configurable if the table annotation on an entity affects the column name of the foreign key reference to that table #1161
  • Add an "InsertOnly" annotation to support a write-once semantic. [DATAJDBC-416] #637
  • SpEL support for @Query annotation [DATAJDBC-397] #619

🐞 Bug Fixes

  • Cannot map empty Criteria #1329

📔 Documentation

  • @Table Annotation is not honoured when joining on tables other than the aggregate root #1147

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

2.4.5

13 Oct 13:47
Compare
Choose a tag to compare

2.4.4

13 Oct 09:24
Compare
Choose a tag to compare

2.3.9

13 Oct 12:38
Compare
Choose a tag to compare

2.3.8

13 Oct 07:53
Compare
Choose a tag to compare

3.0.0-M6

19 Sep 14:41
Compare
Choose a tag to compare
3.0.0-M6 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Correct behaviour of NOOP deletes to match the specification in CrudRepository #1313
  • Add configuration to disable entity lifecycle events #1291
  • One-to-many relation: ResultSet contains ... multiple times #1073

🐞 Bug Fixes

  • Exists method throws "SELECT does not declare a select list" #1310
  • Updating aggregate with no "column" members (only "Id" and relations) does not work #1309
  • AfterConvertCallback breaks the element order for a Flux of result elements #1307
  • NamedParameterUtils cannot bind reused parameters to anonymous bind markers #1306
  • H2Dialect.LimitClause produces invalid SQL instead of standard OFFSET / FETCH #1287

📔 Documentation

  • BeforeConvertCallback<> not called when persisting nested entity #1328
  • Remove Reference to XML namespace #1290
  • Auditing does not work with @Modifying query #970

🔨 Dependency Upgrades

  • Adopt to changed Mockk artifact name #1326
  • Upgrade to postgresql 42.4.1 #1302

❤️ Contributors

We'd like to thank all the contributors who worked on this release!