Update changelog.

Post release notes for SBDG 1.0.0.RC1.
This commit is contained in:
John Blum
2019-04-24 00:46:59 -07:00
parent a293b97113
commit 921243c003

View File

@@ -4,6 +4,25 @@ https://github.com/spring-projects/spring-boot-data-geode
=========================================================
Changes in version 1.0.0.RC1 (2019-04-24)
-----------------------------------------
Add support for GemfireTemplate auto-configuration for each declared Apache Geode/Pivotal GemFire Region.
* Adds auto-configuration support to automatically create a GemfireTemplate for each declared Apache Geode
or Pivotal GemFire Region (https://github.com/spring-projects/spring-boot-data-geode/issues/31).
* Includes 'Auto-configuration vs. Annotation-based configuration' chapter in reference documentation
(https://github.com/spring-projects/spring-boot-data-geode/issues/20).
* Adds a sample containing a guide along with example code to explain the Spring Boot auto-configuration support
for Apache Geode & Pivotal GemFire complimenting the 'Auto-configuration vs. Annotation-based configuration' chapter.
* Fixes HTTP client authentication bug when a client attempts to push cluster configuration to the server and the server
has been secured with a SecurityManager (https://github.com/spring-projects/spring-boot-data-geode/issues/16).
* Adds dependency management for ByteBuddy 1.9.10.
* Upgrades to Mockito 2.27.0
* Upgrades to Spring Framework 5.0.13.RELEASE.
* Upgrades to Spring Boot 2.0.9.RELEASE.
* Upgrades to Spring Data Release Train Kay-SR14.
* Upgrades to Spring Session Apple-SR9.
Changes in version 1.0.0.M4 (2019-03-22)
----------------------------------------
Add support for Spring Boot Configuration Processor.