From 60914392debf9452e425804894bd04e7f6f27b9f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 27 Nov 2017 16:11:17 +0100 Subject: [PATCH] DATAGEODE-54 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 47dd2cba..2cd5cdd8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,20 @@ SPRING DATA GEODE CHANGELOG http://projects.spring.io/spring-data-gemfire/ ============================================== +Changes in version 2.0.2.RELEASE (2017-11-27) +--------------------------------------------- +* DATAGEODE-66 - Allow basePackages to be configured using a property when creating Entity-defined Regions. +* DATAGEODE-65 - Document use of @EnableGemfireRepositories. +* DATAGEODE-64 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support. +* DATAGEODE-63 - Add Annotation support for Region Compression. +* DATAGEODE-62 - Fix Off-Heap Annotation config to properly handle Entity-defined and Java-based Region configuration. +* DATAGEODE-61 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. +* DATAGEODE-60 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. +* DATAGEODE-59 - Add support for configuring client and server Region data management policies in Entity-defined Regions. +* DATAGEODE-58 - Add support for configuring client and server Region data management policies in Caching-defined Regions. +* DATAGEODE-54 - Release 2.0.2 (Kay SR2). + + Changes in version 2.0.1.RELEASE (2017-10-27) --------------------------------------------- * DATAGEODE-53 - Beans proxied by the Spring container with declared CQs are not registered and triggered.