From 477e0cf8a748eb719643148a121e91bbac9ffe37 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 2 Oct 2017 11:09:11 +0200 Subject: [PATCH] SGF-662 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 78a7310f..3353156e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,21 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 2.0.0.RELEASE (2017-10-02) +--------------------------------------------- +* SGF-674 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server. +* SGF-673 - Refactor API names used in the Annotation config and GemFire Mock Objects support. +* SGF-672 - Use GemFire's DEFAULT Pool when a Pool cannot be resolved from the Spring context. +* SGF-670 - Add explicit automatic module name for Java 9. +* SGF-669 - Upgrade to OpenWebBeans 2.0.1. +* SGF-668 - Add Annotation configuration support for Continuous Queries. +* SGF-667 - Apply Java 8 types and functionality to the Continuous Query support. +* SGF-665 - Upgrade to Pivotal GemFire 9.1.1. +* SGF-664 - Fix LuceneOperationsIntegrationTests CI failures. +* SGF-663 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures. +* SGF-662 - Release 2.0 GA (Kay). + + Changes in version 2.0.0.RC3 (2017-09-11) ----------------------------------------- * SGF-657 - Add missing configuration support for Off-Heap.