Skip to content

Commit d39edb8

Browse files
committed
Updated changelog.
See #967
1 parent 283fad3 commit d39edb8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 2.3.0-M1 (2021-07-16)
5+
----------------------------------------
6+
* #1000 - No connections in poll available when performing multiple queries in parallel.
7+
* #992 - Convert AggregateReference using Converters instead of custom code paths.
8+
* #987 - Support `AggregateReference` in derived query methods.
9+
* #980 - Add support for repository query method projections.
10+
* #979 - Fix Readme section about creating issues.
11+
* #978 - Handle ConstantCondition in ConditionVisitor.
12+
* #975 - Fixes build failures with JDK16.
13+
* #974 - After Upgrading spring-data-jdbbc from 1.1.12.RELEASE to 2.0.6.RELEASE LocalDateTime parameters in Repository methods fail.
14+
* #972 - Fix split-package between `spring.data.jdbc` and `spring.data.relational`.
15+
* #971 - Add support for projections using repository query methods.
16+
* #946 - Update CI to Java 16.
17+
* #935 - spring-data-jdbc and postgres: Trailing junk on timestamp.
18+
* #934 - Properly document AggregateReference.
19+
* #908 - MSSQL bit wrongly mapped to boolean value TRUE.
20+
* #907 - org.springframework.data.relational.core.sql.render.ConditionVisitor does not handle ConstantConditions.
21+
* #578 - Support for reading large resultsets [DATAJDBC-356].
22+
23+
424
Changes in version 2.1.11 (2021-07-16)
525
--------------------------------------
626

@@ -817,5 +837,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
817837

818838

819839

840+
820841

821842

0 commit comments

Comments
 (0)