Edit changelog and add 1.4.1 release notes.

This commit is contained in:
John Blum
2021-01-15 20:39:47 -08:00
parent 4090cf4ebd
commit f53817bde7

View File

@@ -4,6 +4,38 @@ https://github.com/spring-projects/spring-boot-data-geode
=========================================================
Changes in version 1.4.1 (2021-01-15)
----------------------------------------------
Aligns SBDG with Spring Boot 2.4.1 along with the latest versions of Spring Framework, Spring Data
and Spring Session.
* Adds new spring-geode-cloud module with an early implementation of the Spring Cloud Bindings
BindingsPropertiesProcessor for Apache Geode.
* Adds new 'strictMatch' attribute to the @EnableClusterAware annotation enabling fail-fast logic and support
when a required Apache Geode-based Cluster is not available to service Spring Boot, Apache Geode ClientCache
applications.
* Adds support in the @EnableClusterAware annotation logic to connect to secure (Auth & TLS/SSL enabled)
Apache Geode clusters in any runtime environment.
Resolves Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/57.
* Adds section on 'Gradle Dependency Management' under the 'Using Spring Boot for Apache Geode' section
of the SBDG Reference Documentation.
* Edits TIP in the Inline Caching Sample Guide to include a reference to the specific documentation on
Synchronous, Inline Caching in the SBDG Reference Documentation.
* Improves log output about runtime environment when users use the @EnableClusterAware annotation.
Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/99.
* Upgrade to Apache Geode 1.13.1.
* Uprade to Gradle 6.8.
* Upgrade to Byte Buddy 1.10.19.
* Upgrade to Mockito 3.7.0.
* Upgrades to Pivotal Cloud Cache 1.13.0.
* Upgrade to Spring Framework 5.3.2.
* Upgrade to Spring Boot 2.4.1
* Upgrade to Spring Data BOM 2020.0.2/Ockham-SR2
* Upgrade to Spring Data for Apache Geode 2.4.2
* Upgrade to Spring Session for Apache Geode 2.4.1.
* Upgrade to Testcontainers 1.15.1.
Changes in version 1.3.7.RELEASE (2020-12-11)
----------------------------------------------
Aligns SBDG with Spring Boot 2.3.7.RELEASE along with the latest versions of Spring Framework, Spring Data