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