From 3612142c6ad1c78e3350e95007b0dce540dcfcc5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 12:30:04 -0800 Subject: [PATCH] Edit changelog and add 1.4.0-RC1 release notes. --- spring-geode/src/main/resources/changelog.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 4c56dc9c..d73442d0 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,26 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.0.RC1 (2020-11-10) +----------------------------------------- +Aligns SBDG with Spring Boot 2.4.0-RC1 along with the latest versions of Spring Framework, Spring Data, +Spring Session, and Spring Test. + +* Adds Integration and Smoke Tests to assert the configuration the expected behavior of persisting and accessing (HTTP) +Session state using Spring Session backed by Apache Geode with Mock Objects auto-configured with Spring Boot. +* Upgrades to Spring Framework 5.3.0. +* Upgrades to Spring Boot 2.4.0-RC1 +* Upgrades to Spring Data 2020.0.0. +* Upgrades to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.4.0 +* Upgrades to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.4.0. +* Upgrades to Spring Test for Apache Geode & VMware Tanzu (Pivotal) GemFire 0.0.20.RELEASE. +* Upgrades to Byte Buddy 1.10.18. +* Upgrades to Gradle 6.7. +* Upgrades to Mockito 3.6.0. +* Upgrades to Testcontainers 1.15.0. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.5. + + Changes in version 1.3.5.RELEASE (2020-11-10) --------------------------------------------- Aligns SBDG with Spring Boot 2.3.5.RELEASE along with the latest versions of Spring Framework, Spring Data, @@ -21,6 +41,7 @@ Session state using Spring Session backed by Apache Geode with Mock Objects auto * Upgrades to Gradle 6.7. * Upgrades to Mockito 3.6.0. * Upgrades to Testcontainers 1.15.0. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.5. Changes in version 1.2.11.RELEASE (2020-11-09)