From f53817bde72968743b1426a6b3d6cca4328a7de1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 15 Jan 2021 20:39:47 -0800 Subject: [PATCH] Edit changelog and add 1.4.1 release notes. --- spring-geode/src/main/resources/changelog.txt | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index ffbd11c5..8cd37c04 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,38 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.1 (2021-01-15) +---------------------------------------------- +Aligns SBDG with Spring Boot 2.4.1 along with the latest versions of Spring Framework, Spring Data +and Spring Session. + +* Adds new spring-geode-cloud module with an early implementation of the Spring Cloud Bindings +BindingsPropertiesProcessor for Apache Geode. +* Adds new 'strictMatch' attribute to the @EnableClusterAware annotation enabling fail-fast logic and support +when a required Apache Geode-based Cluster is not available to service Spring Boot, Apache Geode ClientCache +applications. +* Adds support in the @EnableClusterAware annotation logic to connect to secure (Auth & TLS/SSL enabled) +Apache Geode clusters in any runtime environment. +Resolves Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/57. +* Adds section on 'Gradle Dependency Management' under the 'Using Spring Boot for Apache Geode' section +of the SBDG Reference Documentation. +* Edits TIP in the Inline Caching Sample Guide to include a reference to the specific documentation on +Synchronous, Inline Caching in the SBDG Reference Documentation. +* Improves log output about runtime environment when users use the @EnableClusterAware annotation. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/99. +* Upgrade to Apache Geode 1.13.1. +* Uprade to Gradle 6.8. +* Upgrade to Byte Buddy 1.10.19. +* Upgrade to Mockito 3.7.0. +* Upgrades to Pivotal Cloud Cache 1.13.0. +* Upgrade to Spring Framework 5.3.2. +* Upgrade to Spring Boot 2.4.1 +* Upgrade to Spring Data BOM 2020.0.2/Ockham-SR2 +* Upgrade to Spring Data for Apache Geode 2.4.2 +* Upgrade to Spring Session for Apache Geode 2.4.1. +* Upgrade to Testcontainers 1.15.1. + + Changes in version 1.3.7.RELEASE (2020-12-11) ---------------------------------------------- Aligns SBDG with Spring Boot 2.3.7.RELEASE along with the latest versions of Spring Framework, Spring Data