From 1a6308e4fdd31b976c68950e8d8dee967782e148 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 21 Jul 2022 16:53:02 -0700 Subject: [PATCH] Edit changelog and include 1.6.10 release notes. --- spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index bda7ceb1..bbf9a8ef 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.6.10 (2022-07-21) +-------------------------------------- +Aligns SBDG with Spring Boot 2.6.10. + +* Built with Oracle Java 8, JDK 1.8.0_331. +* Improves the spring-geode-starter-logging by providing better integration with Spring Boot logging along with +modularizing the SLF4j, Logback configuration allowing users to customize per component, such as Apache Geode component +logging independent of Spring Boot and Spring components, offering finer grain control. +* Upgrades to Spring Framework 5.3.22. +* Upgrades to Spring Boot 2.6.10. +* Upgrades to Spring Data BOM 2021.1.6 (Q-SR6). +* Upgrades to Spring Data for Apache Geode 2.6.6. +* Upgrades to Testcontainers 1.17.3 + + Changes in version 1.7.1 (2022-06-24) ------------------------------------- Aligns SBDG with Spring Boot 2.7.1