From 08e7b7cd1b6433b537b1f63183c79a3c666d3ab4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Aug 2020 14:11:00 -0700 Subject: [PATCH] Edit changelog and add 1.4.0-M2 release notes. --- spring-geode/src/main/resources/changelog.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 34000f67..996b78df 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,36 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +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 +in addition to the already existing Synchronous (Read/Write-Through) Inline Caching support. Adds a Maven BOM +to manage the SBDG module dependency versions collectively and consistently. + +* Adds dedicated support for configuration and use of the Asynchronous (Write-Behind) Inline Caching pattern in your +Spring Boot applications. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/58. +* Adds additional documentation to the Getting Started, Sample Guide explaining the compatible versions of Apache Geode, +VMware/Pivotal GemFire and Pivotal Cloud Cache (VMware Tanzu GemFire for VMs). +* Adds a new, auto-configured/auto-registered Spring `ApplicationListener` that logs the current state of +the Spring Environment. +* Adds new Security Sample Guide and Code; +Resolves https://github.com/spring-projects/spring-boot-data-geode/pull/81. +* 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. +* Sets Pivotal Cloud Cache (PCC) documentation version to 1.12, aligning with Apache Geode and VMware/Pivotal GemFire. +* Upgrades to Spring Framework 5.3.0-M2. +* Upgrades to Spring Boot 2.4.0-M2. +* Upgrades to Spring Data Ockham-M2 (2020.0.0-M2). +* Upgrades to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.4.0-M2. +* 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.3.2.RELEASE (2020-08-07) --------------------------------------------- Upgrades SBDG to Spring Boot 2.3.2.RELEASE. Adds new Security Sample Guide and Code demonstrating how to configure