From 2efcde3d74214ccb572143fe3bffe0f45fa9e226 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Jul 2020 02:51:21 -0700 Subject: [PATCH] Edit changelog and add 1.4.0-M1 release notes. --- spring-geode/src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 9a19b9c0..0111cf8b 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,19 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.0-M1 (2020-07-27) +---------------------------------------- +Upgrades SBDG to Spring Boot 2.4.0-M1 and aligns SBDG with Spring Framework 5.3, Spring Data Ockham (2020.0.0) +and Spring Session 2020.0.0. + +* Upgrades to Spring Framework 5.3.0-M1. +* Upgrades to Spring Boot 2.4.0-M1. +* Upgrades to Spring Data BOM Ockham-M1 (2020.0.0-M1). +* Upgrades to Spring Data for Apache Geode & VMware GemFire 2.4.0-M1. +* Upgrades to Spring Session BOM 2020.0.0-M1. +* Upgrades to Spring Session for Apache Geode & VMware GemFire 2.4.0-M1. + + Changes in version 1.3.1.RELEASE (2020-07-27) --------------------------------------------- Upgrades SBDG to Spring Boot 2.3.1.RELEASE. Adds support to extend the Cache Data Import/Export API.