File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Cassandra Changelog
2
2
===============================
3
3
4
+ Changes in version 3.2.2 (2021-06-22)
5
+ -------------------------------------
6
+ * #1141 - Upgrade to Cassandra Driver 4.11.2.
7
+ * #1140 - Avoid conversion for `Range` objects used in query methods.
8
+ * #1137 - Cannot write composite key that contains a UDT to `Where`.
9
+ * #1135 - Add overloads to `CassandraBatchOperations.insert(…)` accepting `WriteOptions`.
10
+ * #1133 - Improve `CassandraTemplate` creation from `Session`.
11
+ * #1124 - Document impact of pre-populated Id on `@CreatedDate` not working as expected.
12
+
13
+
4
14
Changes in version 3.1.10 (2021-06-22)
5
15
--------------------------------------
6
16
* #1140 - Avoid conversion for `Range` objects used in query methods.
@@ -1570,5 +1580,6 @@ Changes in version 1.0.0.M1 (2014-03-31)
1570
1580
1571
1581
1572
1582
1583
+
1573
1584
1574
1585
You can’t perform that action at this time.
0 commit comments