DATACASS-336 - Updated changelog.

This commit is contained in:
Oliver Gierke
2016-09-20 15:29:02 +02:00
parent c6699b8b87
commit a5cdf38c86

View File

@@ -1,6 +1,16 @@
Spring Data Cassandra Changelog
===============================
Changes in version 1.3.5.RELEASE (2016-09-20)
---------------------------------------------
* DATACASS-336 - Release 1.3.5 (Gosling SR5).
* DATACASS-287 - QueryForObjectListener will not be called, if result set is empty.
* DATACASS-263 - AuthProvider required when using with username/password.
* DATACASS-253 - CachedPreparedStatementCreator class is not threadsafe.
* DATACASS-249 - CDI support can fail due to Set.toString() used as Map key.
* DATACASS-233 - CassandraCqlClusterFactoryBean won't allow configuration of username/password unless authProvider also given.
Changes in version 1.4.3.RELEASE (2016-09-20)
---------------------------------------------
* DATACASS-331 - Include netty as transient dependency of cassandra-driver.