From 63eb8c6434174eaa86540b0ae32f3885558533fc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Apr 2018 15:52:26 +0200 Subject: [PATCH] DATAGEODE-86 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5f849f62..e7ff5b03 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING DATA GEODE CHANGELOG http://projects.spring.io/spring-data-gemfire/ ============================================== +Changes in version 2.0.6.RELEASE (2018-04-04) +--------------------------------------------- +* DATAGEODE-93 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties. +* DATAGEODE-92 - Remove explicit declaration of Jackson library versions. +* DATAGEODE-91 - Impossible to define event filter for AsyncEventQueue. +* DATAGEODE-90 - Remove all git merge conflict tags in SDG source code Javadoc. +* DATAGEODE-88 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations. +* DATAGEODE-86 - Release 2.0.6 (Kay SR6). + + Changes in version 2.0.5.RELEASE (2018-02-28) --------------------------------------------- * DATAGEODE-85 - Release 2.0.5 (Kay SR5).