From f34f133a83074ff62fc35b30ae2dcd302f642f73 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 11 Jun 2021 15:51:54 -0700 Subject: [PATCH] Edit changelog and include 2.3.6.RELEASE notes. --- .../src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 53409a4..ada1a6d 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,22 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.3.6.RELEASE (2021-06-11) +--------------------------------------------- +Improves Spring Session for Apache Geode's (SSDG) support on the server-side. + +* Enables SSDG to dynamically determine, at runtime, per invocation whether GemFire/Geode Data Serialization with Deltas +is enabled to de/serialize (HTTP) Session state. +Resolves https://github.com/spring-projects/spring-session-data-geode/issues/54. +* Upgrades to Javax Servlet JSP JSTL 1.2.2. +* Upgrades to Apache Geode 1.12.2. +* Upgrades to Gradle 6.9. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.7. +* Upgrades to Spring Framework 5.2.15.RELEASE. +* Upgrades to Spring Boot 2.3.12.RELEASE. +* Upgrades to Spring Session BOM Dragonfruit SR-3. + + Changes in version 2.5.0 GA (2021-05-18) ---------------------------------------- Aligns Spring Session for Apache Geode (SSDG) with Spring Session 2.5.