File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Cassandra Changelog
22===============================
33
4+ Changes in version 3.3.0-M1 (2021-07-16)
5+ ----------------------------------------
6+ * #1149 - Adapt to newly introduced methods in `PersistentProperty`.
7+ * #1142 - Upgrade to Cassandra Driver 4.12.0.
8+ * #1140 - Avoid conversion for `Range` objects used in query methods.
9+ * #1139 - Investigate CI failures.
10+ * #1137 - Cannot write composite key that contains a UDT to `Where`.
11+ * #1135 - Add overloads to `CassandraBatchOperations.insert(…)` accepting `WriteOptions`.
12+ * #1134 - Upgrade to Apache Cassandra 3.11.10.
13+ * #1133 - Improve `CassandraTemplate` creation from `Session`.
14+ * #1129 - `DataClassRowMapper` doesn't correctly convert generic fields.
15+ * #1127 - Upgrade to Cassandra driver 4.11.1.
16+ * #1126 - Allow Java 16 records to be used for `@PrimaryKeyClass`.
17+ * #1124 - Document impact of pre-populated Id on `@CreatedDate` not working as expected.
18+ * #1105 - Update CI to Java 16.
19+
20+
421Changes in version 3.1.11 (2021-07-16)
522--------------------------------------
623
@@ -1586,5 +1603,6 @@ Changes in version 1.0.0.M1 (2014-03-31)
15861603
15871604
15881605
1606+
15891607
15901608
You can’t perform that action at this time.
0 commit comments