From c19609ec3317596d776a6cf98de4e9c29a767238 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 19 Apr 2020 21:19:25 -0700 Subject: [PATCH] Edit changelog and add 1.3.0.M4 release notes. --- spring-geode/src/main/resources/changelog.txt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 2e3c56a7..82931ce1 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,29 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.3.0.M4 (2020-04-19) +---------------------------------------- +Upgrades SBDG to Spring Boot 2.3.0.M4. Aligns with Spring Framework 5.2.5.RELEASE, Spring Data Neumann-RC1, +Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.3.0.RC2, Spring Test for Apache Geode +& Pivotal GemFire (STDG) 0.0.14.RELEASE. + +* Adds new Sample for Multi-Site Caching with Spring's Cache Abstraction and Apache Geode (Pivotal GemFire) Multi-site +WAN Gateway configuration. Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/80. +* Adds support for Geode Properties (gemfire.properties) declared in Spring Boot application.properties. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/79. +* Upgrades to Apache Geode 1.12.0. +* Upgrades to Byte Buddy 1.10.9. +* Upgrades to Pivotal GemFire 9.10.0. +* Upgrades to Spring Framework 5.2.5.RELEASE. +* Upgrades to Spring Boot 2.3.0.M4. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire (SDG) 2.3.0.RC1. +* Upgrades to Spring Data Release Train Neumann-RC1. +* Upgrades to Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.3.0.RC2. +* Upgrades to Spring Session BOM Dragonfruit-RC2. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire (STDG) 0.0.14.RELEASE. +* Upgrades Testcontainers to 1.14.0. + + 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,