From 497f0b08fe83bc29e73f9c33dec3f8d3560e013f 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 85391792..3f2d763a 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.1.2.RELEASE (2019-10-02) --------------------------------------------- Fixes auto-wiring issues with auto-configured per Region GemfireTemplate beans in application components.