From c0287b65fc4de067d1707e976a5784d8d34264d2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Dec 2020 15:21:25 +0100 Subject: [PATCH] DATACASS-820 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3b18266a4..0628c8fe9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Cassandra Changelog =============================== +Changes in version 3.2.0-M1 (2020-12-09) +---------------------------------------- +* DATACASS-834 - Default to datacenter1 in AbstractSessionConfiguration.getLocalDataCenter. +* DATACASS-833 - Deprecate cached PreparedStatementCreator support classes. +* DATACASS-832 - Use index-based parameter binding. +* DATACASS-829 - Regression in mapper prevent list partial update handling. +* DATACASS-828 - Resolve selection projection and ordering of composite key properties into multiple columns. +* DATACASS-825 - Implement CrudRepository.delete(Iterable ids). +* DATACASS-821 - Enable Maven caching for Jenkins jobs. +* DATACASS-820 - Release 3.2 M1 (2021.0.0). +* DATACASS-804 - Update CI jobs for Java 15. +* DATACASS-798 - Introduce CassandraDriverOptionsConfigurer and allow specifying a configuration file. +* DATACASS-510 - Use Prepared Statements for CassandraTemplate and repository queries. + + Changes in version 3.0.6.RELEASE (2020-12-09) --------------------------------------------- * DATACASS-834 - Default to datacenter1 in AbstractSessionConfiguration.getLocalDataCenter. @@ -1383,5 +1398,6 @@ Changes in version 1.0.0.M1 (2014-03-31) +