From 51d64082fa61070ab24a7ef6f7f3ada2f4e0a0d4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 13 May 2020 23:04:16 -0700 Subject: [PATCH] Edit changelog and add 1.3.0.RC1 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 82931ce1..c4e64771 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.3.0.RC1 (2020-05-13) +---------------------------------------- +Upgrades SBDG to Spring Boot 2.3.0.RC1. Includes new Cache Data Import/Export feature with support for JSON +out-of-the-box. + +* Includes support for importing and exporting JSON to GemFire/Geode cache Regions. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/67. +* Adds many new Apache Geode API extensions to the 'apache-geode-extensions' module thereby making GemFire/Geode's +public API even easier and more reliable to use, and application friendly. +* Upgrades to Byte Buddy 1.10.10. +* Upgrades to Spring Framework 5.2.6.RELEASE. +* Upgrades to Spring Boot 2.3.0.RC1. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire (SDG) 2.3.0.RC2. +* Upgrades to Spring Data Release Train Neumann-RC2. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire (STDG) 0.0.15.RELEASE. +* Upgrades Testcontainers to 1.14.1. + + 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,