From d4be63f42202510a09efecafeb048e707465486f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 2 Oct 2019 14:22:05 -0700 Subject: [PATCH] Update changelog with 1.1.2.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 4ac9eb51..85391792 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,24 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.1.2.RELEASE (2019-10-02) +--------------------------------------------- +Fixes auto-wiring issues with auto-configured per Region GemfireTemplate beans in application components. + +* Fixes auto-wiring issue with the auto-configure Region GemfireTemplate beans provided by SBDG. +See https://github.com/spring-projects/spring-boot-data-geode/issues/55. +* Edits documentation providing details on how to acquire the Pivotal Cloud Cache (PCC) or Pivotal GemFire bits +when switching between Apache Geode and Pivotal GemFire or PCC. +See https://github.com/spring-projects/spring-boot-data-geode/issues/59. +* Upgrades to Mockito 3.1.0 +* Upgrades to Spring Framework 5.1.10.RELEASE. +* Upgrades to Spring Boot 2.1.9.RELEASE. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.1.11.RELEASE. +* Upgrades to Spring Data Release Train Lovelace-SR11. +* Upgrades to Spring Session BOM Bean-SR8. +* Upgrades to Spring Session for Apache Geode & Pivotal GemFire 2.1.6.RELEASE. + + Changes in version 1.1.1.RELEASE (2019-09-11) --------------------------------------------- Adds support to run Spring Boot applications deployed to PCF using PCC as a specific user.