From 6de7eb30f74b5552fb8ec63e28ed2d5929043bcd Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 21 Jan 2021 20:20:49 -0800 Subject: [PATCH] Edit changelog and add 1.4.2 release notes. --- spring-geode/src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index d403fae5..1d783f2f 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,22 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.2 (2021-01-22) +------------------------------------- +Aligns SBDG with Spring Boot 2.4.2 along with the latest versions of Spring Framework, Spring Data +and Spring Session. + +* Adds additional (organization of) log details to @EnableClusterAware annotation and functionality. +* Adds documentation on the new @EnableClusterAware annotation, strictMatch attribute. +* Improves standalone Apache Geode-based Cluster detection along with improving isolation between Conditions +in the @EnableClusterAware annotation configuration as well as caching Condition state. +* Upgrade to Spring Framework 5.3.3. +* Upgrade to Spring Boot 2.4.2. +* Upgrade to Spring Data BOM 2020.0.3/Ockham-SR3. +* Upgrade to Spring Data for Apache Geode 2.4.3. +* Upgrade to Mockito 3.7.7. + + Changes in version 1.3.8.RELEASE (2021-01-19) --------------------------------------------- Aligns SBDG with Spring Boot 2.3.8.RELEASE along with the latest versions of Spring Framework, Spring Data