File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JDBC Changelog
2
2
=========================
3
3
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
+
4
24
Changes in version 2.1.11 (2021-07-16)
5
25
--------------------------------------
6
26
@@ -817,5 +837,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
817
837
818
838
819
839
840
+
820
841
821
842
You can’t perform that action at this time.
0 commit comments