From 4e13665542999241dbe8d7549676d4bd1f13cde2 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Tue, 6 Feb 2018 09:45:38 +0100 Subject: [PATCH] DATACASS-501 - Updated changelog. --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2ddbc10e9..72d01cfcc 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.1.0.M1 (2018-02-06) +---------------------------------------- +* DATACASS-522 - Allow for conditionally dropping a table iff the table exists. +* DATACASS-518 - CreateTableCqlGenerator generates invalid statements when options are added. +* DATACASS-517 - Update copyright years to 2018. +* DATACASS-516 - Missing return type in reference code sample code. +* DATACASS-513 - Upgrade to Cassandra Driver 3.3.2. +* DATACASS-512 - Support exists and count projections. +* DATACASS-509 - Improve page fetching of DefaultBridgedReactiveSession. +* DATACASS-507 - Adapt API changes in Property in test cases. +* DATACASS-506 - Nested User defined type not supported. +* DATACASS-502 - KeyspaceAction ALTER not supported. +* DATACASS-501 - Release 2.1 M1 (Lovelace). +* DATACASS-487 - Support Maps with mapped and converted key/value types. +* DATACASS-485 - Add fluent alternative for CassandraTemplateOperations. +* DATACASS-284 - Add support for TupleType/TupleValue. + + Changes in version 2.0.3.RELEASE (2018-01-24) --------------------------------------------- * DATACASS-518 - CreateTableCqlGenerator generates invalid statements when options are added.