From c9f3c1aa17da06129cfd5c39aeb2d153b94ec12d Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 6 Nov 2019 07:36:56 -0800 Subject: [PATCH] Update changelog with 1.1.3.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index d8305306..ab28f5a1 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,19 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.1.3.RELEASE (2019-11-06) +--------------------------------------------- +Aligns SBDG with Spring Framework 5.1.11.RELEASE, Spring Boot 2.1.10.RELEASE and Spring Data Lovelace-SR12. Improves +test coverage around cluster configuration metadata push from client to server. + +* Adds additional test cases to assert Spring Cloud ClientHttpRequestInterceptors do not run interference with +Spring Data Geode's cluster configuration push from client to server over HTTP/REST. +* Upgrades to Spring Framework 5.1.11.RELEASE. +* Upgrades to Spring Boot 2.1.10.RELEASE. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.1.12.RELEASE. +* Upgrades to Spring Data Release Train Lovelace-SR12. + + Changes in version 1.2.0.RELEASE (2019-10-18) --------------------------------------------- Tidies up the SBDG project for the 1.2 GA release. Removes the spring-cloudcache-starter* modules and then clarifies