From b73d64be7dbd98b9971f5fcb50f0ae5875604877 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Oct 2014 11:57:41 +0100 Subject: [PATCH] SGF-347 - Updated changelog. --- docs/src/info/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index cf4fff78..d3e1b728 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,20 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.5.1.RELEASE (2014-10-30) +--------------------------------------------- +* SGF-347 - Release 1.5.1. +* SGF-346 - Enable LazyWiringDeclarableSupport-based GemFire components to be used inside both cache.xml and Spring config, especially in the context of GemFire 8's Cluster Configuration. +* SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable enttiies) to use GemFire's Region.putAll(Map values) operation. +* SGF-340 - Change a SpringSource-based links in the SDG Reference Guide to Spring.io-based links. +* SGF-339 - Change all VMWare-based links in the SDG Reference Guide to Pivotal-based links. +* SGF-337 - SDG's XML Schema (XSD) does not allow the developer to specify 'timeout' and 'action' values for CustomExpiry () on Region attributes. +* SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization. +* SGF-330 - Add missing 'disk-synchronous' attribute to the element in the SDG XML namespace (XSD). +* SGF-328 - Add missing 'hostname-for-senders' attribute on the element in the SDG XML namespace (XSD). +* SGF-327 - Avoid setting null values with GemFire's Cache Region put(key, value) operation when GemFire is used as the caching provider in Spring's Cache Abstraction (@Cacheable). + + Changes in version 1.5.0.RELEASE (2014-09-05) --------------------------------------------- * IMPORTANT: Upgrade to Gemfire 8.0 has been postponed to a 2.0 release.