From 502ff49878021f380281fef821dbf9c30271b3cf Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 9 Dec 2020 13:14:06 -0800 Subject: [PATCH] Edit changelog and add 1.4.0 release notes. --- spring-geode/src/main/resources/changelog.txt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index ada83340..7f40370d 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,33 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.0 (2020-12-09) +------------------------------------- +Aligns SBDG with Spring Boot 2.4.0 along with the latest versions of Spring Framework, Spring Data, Spring Session, +and Spring Test. + +* Adds new Sample Guide and Code Example covering Asynchronous Inline Caching. +* Adds documentation on using the new spring-geode-bom Maven BOM to manage SBDG module dependencies +in Spring Boot application Maven POM files. +* Adds additional builder methods on the AsyncInlineCachingRegionConfigurer to configure and AEQ; +e.g. withSerialQueue(). +* Add metadata to the RepositoryAsyncEventListener.process(:List