From 2d1da85feb262bc761fe76d61ecaa757c6234a8f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 11:03:55 +0200 Subject: [PATCH] SGF-868 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2aef8548..787c4381 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,17 @@ SPRING DATA GEMFIRE CHANGELOG https://www.springsource.org/spring-gemfire =========================================== +Changes in version 2.1.11.RELEASE (2019-09-30) +---------------------------------------------- +* SGF-881 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..). +* SGF-875 - Remove unnecessary use of Apache Shiro API. +* SGF-873 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. +* SGF-872 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. +* SGF-871 - Refactor GatewayReceiver to use LazyResolvingComposableConfigurers. +* SGF-868 - Release 2.1.11 (Lovelace SR11). +* SGF-808 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions. + + Changes in version 2.2.0.RC3 (2019-09-06) ----------------------------------------- * SGF-881 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..).