From 1e17a6031f52fcc8229772f511ff95d0b3e3606d Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 17 May 2018 09:50:38 +0200 Subject: [PATCH] SGF-737 - 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 da4bc364..8a83c7a3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,20 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 2.1.0.M3 (2018-05-17) +---------------------------------------- +* SGF-747 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration. +* SGF-746 - Adapt to SpEL Extension API changes in Spring Data Commons. +* SGF-745 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. +* SGF-742 - Upgrade to Pivotal GemFire 9.5. +* SGF-741 - Add support for enforcing Lucene Index creation before Region creation. +* SGF-739 - Add support for setting a LuceneSerializer on LuceneIndex creation. +* SGF-738 - Avoid Pool Already Exists Exception on Spring container initialization. +* SGF-737 - Release 2.1 M3 (Lovelace). +* SGF-734 - Upgrade to Pivotal GemFire 9.4. +* SGF-732 - Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire. + + Changes in version 2.0.7.RELEASE (2018-05-08) --------------------------------------------- * SGF-741 - Add support for enforcing Lucene Index creation before Region creation.