From bd8998b3cea8be01aaf52ea78df44ddf56417399 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 12 Jan 2021 17:08:53 -0800 Subject: [PATCH] Edit changelog and add 2.4.1 release notes. --- .../src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 6661da9..b09e6a9 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,25 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.4.1 (2021-01-12) +------------------------------------- +Aligns Spring Session for Apache Geode (SSDG) with the latest GA versions of Spring Framework 5.3, Spring Boot 2.4, +Spring Data Ockham/2.4 and Spring Session 2.4. + +* Adds AbstractCookieSerializer and AbstractHttpSessionIdResolver base classes to simplify the implementation of +the Spring Session core CookieSerializer and HttpSessionIdResolver interfaces. +* Fixes bug in Spring Session (core) infrastructure component initialization. +Resolves https://github.com/spring-projects/spring-session-data-geode/issues/51. +* Upgrades to Gradle 6.8. +* Upgrades to Spring Framework 5.3.3. +* Upgrades to Spring Boot 2.4.1. +* Upgrades to Spring Data BOM 2020.0.2/Ockham-SR2. +* Upgrades to Spring Data Commons 2.4.2. +* Upgrades to Spring Data for Apache Geode 2.4.2 +* Upgrades to Spring Session (core) 2.4.1. +* Upgrades to Spring Session BOM 2020.0.1. + + Changes in version 2.3.3.RELEASE (2021-01-12) --------------------------------------------- Aligns Spring Session for Apache Geode (SSDG) with the latest GA versions of Spring Framework 5.2, Spring Boot 2.3,