Releases: spring-projects/spring-data-cassandra
Releases · spring-projects/spring-data-cassandra
3.4.5
3.4.4
3.3.9
3.3.8
4.0.0-M6
📗 Links
- Spring Data for Apache Cassandra 4.0 Reference documentation
- Spring Data for Apache Cassandra 4.0 Javadoc
⭐ New Features
- Refactor userTypeResolver construction into separate method #1297
- Create
CompletableFuture-basedAsyncCassandraOperationsandAsyncCqlOperationsvariants #1294 - Add configuration to disable entity lifecycle events #1286
- Use
TypeScannerto scan for initial entities #1284 - Add support for Observability documentation. #1222
🐞 Bug Fixes
SimpleCassandraRepository.deleteAllByIdremoving only first element #1298- Return value of
BeforeConvertCallback.onBeforeConvert()is not used when actually saving #1295 - Constructor creation of DTO projection fails #1292
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.4.3
📗 Links
- Spring Data for Apache Cassandra 3.4 Reference documentation
- Spring Data for Apache Cassandra 3.4 Javadoc
⭐ New Features
- Refactor userTypeResolver construction into separate method #1297
🐞 Bug Fixes
SimpleCassandraRepository.deleteAllByIdremoving only first element #1298- Return value of
BeforeConvertCallback.onBeforeConvert()is not used when actually saving #1295 - Constructor creation of DTO projection fails #1292
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.3.7
📗 Links
- Spring Data for Apache Cassandra 3.3 Reference documentation
- Spring Data for Apache Cassandra 3.3 Javadoc
🐞 Bug Fixes
- Return value of
BeforeConvertCallback.onBeforeConvert()is not used when actually saving #1295
3.2.12
4.0.0-M5
📗 Links
- Spring Data for Apache Cassandra 4.0 Reference documentation
- Spring Data for Apache Cassandra 4.0 Javadoc
⭐ New Features
- Support AOT processing of Cassandra repositories #1280
🐞 Bug Fixes
- Revisit quotation of CQL identifiers during index creation #1281
- Mixed case table names are not supported without using deprecated annotation property #1263
- WriteOptions.ttl method no longer accepts zero #1262