Skip to content

Releases: spring-projects/spring-data-relational

2.2.4

12 Aug 09:39
227c94d
Compare
Choose a tag to compare

2.1.12

12 Aug 08:38
da17da5
Compare
Choose a tag to compare

2.3.0-M1

16 Jul 12:21
5ed1a4a
Compare
Choose a tag to compare
2.3.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Convert AggregateReference using Converters instead of custom code paths #992
  • Support AggregateReference in derived query methods #987
  • Add support for repository query method projections #980
  • After Upgrading spring-data-jdbbc from 1.1.12.RELEASE to 2.0.6.RELEASE LocalDateTime parameters in Repository methods fail #974
  • Add support for projections using repository query methods #971
  • Support for reading large resultsets [DATAJDBC-356] #578

🪲 Bug Fixes

  • spring-data-jdbc and postgres: Trailing junk on timestamp #935
  • MSSQL bit wrongly mapped to boolean value TRUE #908
  • org.springframework.data.relational.core.sql.render.ConditionVisitor does not handle ConstantConditions #907

📔 Documentation

  • No connections in poll available when performing multiple queries in parallel #1000

❤️ Contributors

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

2.2.3

16 Jul 09:52
602a426
Compare
Choose a tag to compare

2.1.11

16 Jul 08:46
4e8201d
Compare
Choose a tag to compare

2.2.2

22 Jun 14:05
6ffe792
Compare
Choose a tag to compare

2.1.10

22 Jun 13:29
84b03ca
Compare
Choose a tag to compare

2.2.1

14 May 10:35
ef49add
Compare
Choose a tag to compare

2.1.9

14 May 10:05
e8cc7f1
Compare
Choose a tag to compare

2.2.0

14 Apr 12:37
1ba4299
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add support for queries returning Page and Slice #774

📔 Documentation

  • Improve documentation of entity state detection #951