From ec526f4d19e2e4c865b8283087e2bf0e2a4ff120 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 11 Sep 2019 22:07:23 -0700 Subject: [PATCH] Update changelog with 1.1.1.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index d3140686..4ac9eb51 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,8 +4,28 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +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. + +* Adds support to run Spring Boot applications deployed to PCF using PCC as a specific user. +https://github.com/spring-projects/spring-boot-data-geode/issues/44 +* Fixes the incorrect declared scope of the 'org.springframework.data:spring-data-geode-test' dependency in the 'spring-geode-starter-test' module +as well as the incorrect declared scope of the 'org.springframework.data:spring-data-gemfire-test' dependency in the 'spring-gemfire-starter-test' module. +https://github.com/spring-projects/spring-boot-data-geode/issues/50 +* Edits the documentation on 'Building ClientCache Applications' in the Reference Guide. +* Edits the documentation on 'Building Embedded (Peer & Server) Cache Applications' in the Reference Guide. +* Edits the 'Security' & 'Pivotal CloudFoundry' chapters in the Reference Guide. +* Fixes the EnableSecurityCondition and nested Conditions to properly consider the SBDG property for enabling +and disabling the ClientSecurityAutoConfiguration. +* Fixes the EnableSslCondition and nested Conditions to properly consider the SBDG property for enabling and disabling +the SslAutoConfiguration. +* Upgrades to Spring Boot 2.1.8.RELEASE. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire 0.0.8.RELEASE. + + Changes in version 1.1.0.RELEASE (2019-08-21) ------------------------------------------ +--------------------------------------------- Adds a new Sample with Guide and Code on HTTP Session Caching. * Adds a new Sample with Guide and Example Spring Boot Application showcasing HTTP Session Caching with Spring Session