From 603e23f19923e97778317f35cbd44e5de30d549f Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 27 Mar 2020 14:25:17 -0700 Subject: [PATCH] Edit changelog and add 1.2.6.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 8fc0cebe..2e3c56a7 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,24 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.2.6.RELEASE (2020-03-27) +--------------------------------------------- +Aligns SBDG with Spring Boot 2.2.6.RELEASE, Spring Framework 5.2.5.RELEASE, Spring Data Release Train Moore-SR6, +Spring Session Corn-SR2, Spring Test for Apache Geode & Pivotal GemFire 0.0.13.RELEASE, Apache Geode 1.9.2, +and Pivotal GemFire 9.8.7. + +* Fix SSL auto-configuration when TLS is enabled to properly configure the SSL default context; +See https://github.com/spring-projects/spring-boot-data-geode/issues/77. +* Upgrades to Gradle 6.2. +* Upgrades to Mockito 3.3.3. +* Upgrades to Pivotal GemFire 9.8.7. +* Upgrades to Spring Framework 5.2.5.RELEASE. +* Upgrades to Spring Boot 2.2.6.RELEASE. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.2.6.RELEASE. +* Upgrades to Spring Data Release Train Moore-SR6. +* Upgrades to Spring Session BOM Corn-SR2. + + Changes in version 1.3.0.M3 (2020-03-20) ---------------------------------------- Upgrades SBDG to Spring Boot 2.3.0.M3. Aligns with Spring Framework 5.2.4.RELEASE, Spring Data Neumann-M4,