diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 22d4e384..599f1d0e 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -3,6 +3,25 @@ SPRING BOOT FOR APACHE GEODE & PIVOTAL GEMFIRE CHANGELOG 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.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