@@ -1,6 +1,16 @@
|
||||
Spring Data Cassandra Changelog
|
||||
===============================
|
||||
|
||||
Changes in version 3.2.2 (2021-06-22)
|
||||
-------------------------------------
|
||||
* #1141 - Upgrade to Cassandra Driver 4.11.2.
|
||||
* #1140 - Avoid conversion for `Range` objects used in query methods.
|
||||
* #1137 - Cannot write composite key that contains a UDT to `Where`.
|
||||
* #1135 - Add overloads to `CassandraBatchOperations.insert(…)` accepting `WriteOptions`.
|
||||
* #1133 - Improve `CassandraTemplate` creation from `Session`.
|
||||
* #1124 - Document impact of pre-populated Id on `@CreatedDate` not working as expected.
|
||||
|
||||
|
||||
Changes in version 3.1.10 (2021-06-22)
|
||||
--------------------------------------
|
||||
* #1140 - Avoid conversion for `Range` objects used in query methods.
|
||||
@@ -1570,5 +1580,6 @@ Changes in version 1.0.0.M1 (2014-03-31)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user