From 4ac9d154209eb03867070531f7ceed034745a142 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 13 Jun 2019 16:34:30 -0700 Subject: [PATCH] Update changelog with 1.0.1.RELEASE release notes. --- spring-geode/src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 98ee79af..b58642e0 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,17 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.0.1.RELEASE (2019-06-13) +--------------------------------------------- +Provides support for configuring and bootstrapping Spring Boot, Apache Geode Locator-based applications. + +* Adds support to configure and bootstrap Apache Geode Locator-based applications using Spring Boot. +* Adds the a @EnableSecurityManagerProxy annotation for conveniently locating and configuring an Apache Geode +SecurityManager implementation declared and registered as a bean in the Spring application context. +* Upgrades to Spring Framework 5.0.14.RELEASE. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire 0.0.2.RELEASE. + + Changes in version 1.0.0.RELEASE (2019-05-06) --------------------------------------------- Edits documentation and adds Sample with Guide and Example Application code for the Look-Aside Caching pattern.