3.3.0-M1
Pre-release
Pre-release
📗 Links
- Spring Data for Apache Cassandra 3.3.0-M1 Reference documentation
- Spring Data for Apache Cassandra 3.3.0-M1 Javadoc
⭐ New Features
- Add overloads to
CassandraBatchOperations.insert(…)acceptingWriteOptions#1135 - Improve
CassandraTemplatecreation fromSession#1133 - Allow Java 16 records to be used for
@PrimaryKeyClass#1126
🪲 Bug Fixes
- Cannot write composite key that contains a UDT to
Where#1137 DataClassRowMapperdoesn't correctly convert generic fields #1129
📔 Documentation
- Document impact of pre-populated Id on
@CreatedDatenot working as expected #1124