From d46620e9f9b3f8abde91cda2c9b877cef904c3c0 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 15 Jun 2016 13:44:41 +0200 Subject: [PATCH] DATACASS-270 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 620a68c97..344f30141 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.4.2.RELEASE (2016-06-15) +--------------------------------------------- +* DATACASS-287 - QueryForObjectListener will not be called, if result set is empty. +* DATACASS-275 - Remove usage of deprecated methods. +* DATACASS-270 - Release 1.4.2 (Hopper SR2). +* DATACASS-263 - AuthProvider required when using with username/password. +* DATACASS-262 - Add missing throws to catch blocks in CqlTemplate. +* DATACASS-253 - CachedPreparedStatementCreator class is not threadsafe. +* DATACASS-249 - CDI support can fail due to Set.toString() used as Map key. +* DATACASS-248 - @PrimaryKeyColumn does not work when applied to methods. +* DATACASS-233 - CassandraCqlClusterFactoryBean won't allow configuration of username/password unless authProvider also given. +* DATACASS-219 - On startup CREATE TABLE from entities should only add 'if not exists'. +* DATACASS-174 - StackOverflowError in CassandraAdminTemplate#dropTable(Class). + + Changes in version 1.4.1.RELEASE (2016-04-06) --------------------------------------------- * DATACASS-268 - Release 1.4.1 (Hopper SR1).