From b989697f444df7f2efe5b03bbbf7337f378e21aa Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 11:01:42 -0800 Subject: [PATCH] Edit changelog and add 1.3.5.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index d5567d04..984d1b30 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,25 @@ https://github.com/spring-projects/spring-boot-data-geode ============================================================== +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, +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.2.10.RELEASE. +* Upgrades to Spring Boot 2.3.5.RELEASE. +* Upgrades to Spring Data Neumann-SR5. +* Upgrades to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.5.RELEASE. +* Upgrades to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.2.RELEASE. +* 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. + + Changes in version 1.2.11.RELEASE (2020-11-09) ---------------------------------------------- Aligns SBDG with Spring Boot 2.2.11.RELEASE along with the latest versions of Spring Framework, Spring Data