From 63bee3649975ea706b95bcbc060496f9056e6a64 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 27 Nov 2017 16:11:14 +0100 Subject: [PATCH] SGF-683 - Updated changelog. --- src/main/resources/changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 78ac90be..1e0a1d81 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,26 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 2.0.2.RELEASE (2017-11-27) +--------------------------------------------- +* SGF-697 - Allow basePackages to be configured using a property when creating Entity-defined Regions. +* SGF-693 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support. +* SGF-692 - Add Annotation support for Region Compression. +* SGF-691 - Fix Off-Heap Annotation config to properly handle Entity-defined and Java-based Region configuration. +* SGF-690 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. +* SGF-689 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. +* SGF-688 - Add support for configuring client and server Region data management policies in Entity-defined Regions. +* SGF-687 - Add support for configuring client and server Region data management policies in Caching-defined Regions. +* SGF-686 - Document use of EnableGemfireRepositories. +* SGF-683 - Release 2.0.2 (Kay SR2). +* SGF-428 - Add HDFS Storage support. +* SGF-401 - Add Spark Connector support. +* SGF-243 - Support GemFire Security Features. +* SGF-224 - Support dynamic Region creation on startup. +* SGF-126 - Out of the box support for PDX. +* SGF-110 - Add annotation support for CQ Listeners. + + Changes in version 1.9.9.RELEASE (2017-11-27) --------------------------------------------- * SGF-679 - Release 1.9.9 (Ingalls SR9).