DATAREDIS-691 - Updated changelog.

This commit is contained in:
Mark Paluch
2017-10-02 11:09:15 +02:00
committed by Oliver Gierke
parent dfdc4b5408
commit 4ba7ee4ef9

View File

@@ -6,6 +6,18 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
===========================
Changes in version 2.0.0.RELEASE (2017-10-02)
---------------------------------------------
* DATAREDIS-705 - set(byte[] key, byte[] value, Expiration expiration, SetOption option) should have return value.
* DATAREDIS-704 - Upgrade to Lettuce 5.0 GA.
* DATAREDIS-703 - Upgrade to Lettuce 5.0 snapshot.
* DATAREDIS-701 - Add explicit automatic module name for Java 9.
* DATAREDIS-700 - Upgrade to OpenWebBeans 2.0.1.
* DATAREDIS-692 - Introduce nullable annotations for API validation.
* DATAREDIS-691 - Release 2.0 GA (Kay).
* DATAREDIS-603 - JedisCluster exception conversion produces NullPointerException on cache put operation.
Changes in version 2.0.0.RC3 (2017-09-11)
-----------------------------------------
* DATAREDIS-690 - Upgrade to Lettuce 5.0 RC2.