File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-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.0.7.RELEASE (2021-02-17)
5
+ ---------------------------------------------
6
+ * DATAJDBC-642 - Update CI jobs with Docker Login.
7
+ * DATAJDBC-637 - Support nanosecond precision by converting to Timestamp instead of Date.
8
+ * #916 - Fixes Conditions.notIn() by using 'In.createNotIn()'.
9
+ * #911 - Fix documentation of callbacks.
10
+ * #904 - Update copyright year to 2021.
11
+ * #257 - Update repository after GitHub issues migration.
12
+
13
+
4
14
Changes in version 1.1.13.RELEASE (2021-02-17)
5
15
----------------------------------------------
6
16
* #921 - The 1.1.x build is broken.
@@ -685,5 +695,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
685
695
686
696
687
697
698
+
688
699
689
700
You can’t perform that action at this time.
0 commit comments