Skip to content

Commit 7bc72ac

Browse files
committed
Updated changelog.
See #1120
1 parent 1e91273 commit 7bc72ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Spring 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+
421
Changes 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

0 commit comments

Comments
 (0)