DATACASS-392 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-03-02 11:16:51 +01:00
parent 370efbff63
commit c56d24e533

View File

@@ -1,12 +1,72 @@
Spring Data Cassandra Changelog
===============================
Changes in version 1.5.1.RELEASE (2017-03-02)
---------------------------------------------
* DATACASS-406 - Support nested @UserDefinedType for schema creation.
* DATACASS-404 - Link to Jira site in readme.md is wrong.
* DATACASS-402 - OperationTimedOutException translated to CassandraUncategorizedException.
* DATACASS-400 - Cannot instantiate domain objects referencing a mapped UDT in the constructor.
* DATACASS-397 - Missed failing test due to wrong UT class name.
* DATACASS-393 - Remove references to Assert single-arg methods.
* DATACASS-392 - Release 1.5.1 (Ingalls SR1).
Changes in version 1.4.7.RELEASE (2017-01-26)
---------------------------------------------
* DATACASS-372 - Release 1.4.7 (Hopper SR7).
* DATACASS-352 - CassandraPersistentPropertyComparator violates comparison method contract.
Changes in version 1.5.0.RELEASE (2017-01-26)
---------------------------------------------
* DATACASS-390 - Upgrade to Cassandra Driver 3.1.3.
* DATACASS-388 - Improve JavaDoc for configuration classes.
* DATACASS-386 - Update project documentation with the CLA tool integration.
* DATACASS-385 - Migrate ticket references in test code to Spring Framework style.
* DATACASS-381 - Investigate why the TravisCI build fails regularly.
* DATACASS-380 - Upgrade to Cassandra Driver 3.1.2.
* DATACASS-379 - Document stable packages (JavaDoc).
* DATACASS-373 - Release 1.5 GA (Ingalls).
* DATACASS-355 - User types are dropped before tables using built-in schema creation.
* DATACASS-352 - CassandraPersistentPropertyComparator violates comparison method contract.
* DATACASS-290 - Allow multiple keyspaces in one Spring context.
Changes in version 1.5.0.RC1 (2016-12-21)
-----------------------------------------
* DATACASS-370 - Upgrade to a newer JDK version on TravisCI.
* DATACASS-369 - Adapt API in RepositoryFactoryBeanSupport implementation.
* DATACASS-364 - Register repository factory in spring.factories for multi-store support.
* DATACASS-363 - Add import order config file.
* DATACASS-360 - Do not require @Table annotation.
* DATACASS-359 - Support DTO projections.
* DATACASS-357 - IN query converts collection arguments to singular value.
* DATACASS-351 - Revert Spring Data Cassandra 1.5 changes in 1.0 schema files.
* DATACASS-350 - Deprecate CassandraTemplate methods accepting collections of entities.
* DATACASS-349 - Custom WritingConverter not used.
* DATACASS-348 - Reuse Cluster instance in tests as much as possible.
* DATACASS-347 - Support NettyOptions configuration in XML-based configuration.
* DATACASS-346 - Upgrade embedded Cassandra to 3.9.
* DATACASS-344 - Upgrade Cassandra Driver to 3.1.1.
* DATACASS-340 - Cannot clustered columns cannot be ordering in desc.
* DATACASS-339 - Rename Spring Data Cassandra to Spring Data for Apache Cassandra.
* DATACASS-334 - Upgrade embedded Cassandra to 3.7.
* DATACASS-333 - Switch tests to AssertJ.
* DATACASS-332 - Assert compatibility with Cassandra driver 3.1.0.
* DATACASS-331 - Include netty as transient dependency of cassandra-driver.
* DATACASS-327 - Release 1.5 RC1 (Ingalls).
* DATACASS-326 - Assert compatibility with Spring 5.
* DATACASS-276 - Use Row.getObject(…) instead of deserialization with CodecRegistry and ProtocolVersion.
* DATACASS-272 - Review and Edit the Spring Data Cassandra Reference Guide.
* DATACASS-259 - Allow usage of Spring 4.2 @AliasFor for Cassandra annotations.
* DATACASS-240 - @Query annotation | String type parameters are mishandled | Implementation does not work for IN where clause.
* DATACASS-217 - Add support for LZ4 compression.
* DATACASS-216 - BasicCassandraPersistentProperty.isCompositePrimaryKey produces NPE when getField() returns null.
* DATACASS-172 - Add support for User-defined types.
* DATACASS-122 - @Query annotation does not support collection types as parameters.
Changes in version 1.4.6.RELEASE (2016-12-21)
---------------------------------------------
* DATACASS-353 - Release 1.4.6 (Hopper SR6).