From d01219ffa92ca853bbab31c2b30c2840d490c154 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 24 Mar 2022 20:44:14 -0700 Subject: [PATCH] Edit changelog and add 1.7.0-M3 release notes. --- spring-geode/src/main/resources/changelog.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 9e93c147..67439df0 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.7.0-M3 (2022-03-24) +---------------------------------------- +Aligns SBDG with Spring Boot 2.7.0-M3. + +* Adds documentation on the Java version. +* Adds documentation on dependency version overriding complimenting Spring Boot's documentation. +* Fixes bug involving the spring.session.timeout Spring Boot property. +Resolves GitHub Issue #113: https://github.com/spring-projects/spring-boot-data-geode/issues/113. +* Upgrades to Apache Geode 1.14.4. +* Upgrades to Awaitility 4.2.0. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.15. +* Upgrades to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.4. +* Upgrades to Spring Framework 5.3.17. +* Upgrades to Spring Boot 2.7.0-M3. +* Upgrades to Spring Data BOM 2021.2.0-M4 (RAJ-M4). +* Upgrades to Spring Data for Apache Geode 2.7.0-M4. +* Upgrades to Spring Session for Apache Geode 2.7.0-M2 +* Upgrades to Spring Test for Apache Geode 0.3.0-RAJ-M3. + + Changes in version 1.6.5 (2022-03-24) ------------------------------------- Aligns SBDG with Spring Boot 2.6.5.