From 2df58554e63e7e59aed1de9b32584c07a1a6b265 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Aug 2020 16:52:12 -0700 Subject: [PATCH] Edit changelog and include 1.3.3.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 996b78df..8183b5cb 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,25 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.3.3.RELEASE (2020-08-20) +--------------------------------------------- +Upgrades SBDG to Spring Boot 2.3.3.RELEASE. Adds a Maven BOM to manage the SBDG module dependency versions collectively +and consistently. + +* Includes a new spring-geode-bom module creating a Maven BOM to manage the SBDG module dependency versions +in a collective and consistent way. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/93. +* Revises (Edits) the chapter on "Caching with Apache Geode & Pivotal GemFire". +* Upgrades to Spring Boot 2.3.3.RELEASE. +* Upgrades to Spring Data Neumann-SR3. +* Upgrades to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.3.3.RELEASE. +* Upgrades to Spring Test for Apache Geode & VMware/Pivotal GemFire 0.0.18.RELEASE. +* Upgrades to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE. +* Upgrades to Byte Buddy 1.10.14. +* Upgrades to Gradle 6.6. +* Upgrades to Mockito 3.5.0. + + Changes in version 1.4.0-M2 (2020-08-20) ---------------------------------------- Upgrades SBDG to Spring Boot 2.4.0-M2. Adds dedicated support for Asynchronous (Write-Behind) Inline Caching