From 32d625014b92a0fedb1feffcbada0bc01abb8ace Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 May 2020 01:21:48 -0700 Subject: [PATCH] Edit changelog and add 1.2.7.RELEASE 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 8f3b5edd..8f73265c 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.7.RELEASE (2020-05-19) +--------------------------------------------- +Aligns SBDG with the latest versions of Spring Framework, Spring Boot, Spring Data +and Spring Session for Apache Geode & Pivotal GemFire. + +* Asserts the auto-configuration of PDX when no PDX configuration is defined by the user, when PDX configuration is +customized with SDG properties and when the user manually configures PDX, thereby overriding auto-configuration. +* Upgrades to Spring Framework 5.2.6.RELEASE. +* Upgrades to Spring Boot 2.2.7.RELEASE. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.2.7.RELEASE. +* Upgrades to Spring Data Release Train Moore-SR7. +* Upgrades to Spring Session for Apache Geode & Pivotal GemFire 2.2.4.RELEASE. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire 0.0.14.RELEASE. +* Upgrades to Byte Buddy 1.10.10. +* Upgrades to Gradle 6.4.1. +* Upgrades to Testcontainers 1.14.1. + + Changes in version 1.1.7.RELEASE (2020-05-18) --------------------------------------------- Aligns SBDG with the latest versions of Spring Framework, Spring Boot, Spring Data