From 43ef43b9cf4185f98b5d131d96a6320c975ee177 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 11 Jun 2021 15:53:04 -0700 Subject: [PATCH] Edit changelog and include 2.5.1 release notes. --- .../src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 809d2aa..59332f3 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.5.1 (2021-06-11) +------------------------------------- +Improves Spring Session for Apache Geode's (SSDG) support on the server-side. Additionally adds support to optionally +configure SSDG via a Spring PropertySource using spring-session.properties on the application classpath. + +* 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 Gradle 6.9. +* Upgrades to Mockito 3.11.1. +* Upgrades to Spring Framework 5.3.8. +* Upgrades to Spring Boot 2.5.1. +* Upgrades to Spring Session BOM 2021.0.0. + + Changes in version 2.4.4 (2021-06-11) ------------------------------------- Improves Spring Session for Apache Geode's (SSDG) support on the server-side.