From 800b10b2b1fd3d8943096a0b25cb1e8e1af83413 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 18 Mar 2016 11:06:55 +0100 Subject: [PATCH] DATAES-240 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8204716d3..5a200ec89 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 2.0.0.RC1 (2016-03-18) +----------------------------------------- +* DATAES-241 - remove commons-collections dependency and use CollectionUtils from Spring Utils. +* DATAES-240 - Release 2.0 RC1 (Hopper). +* DATAES-238 - ElasticsearchTemplate.prepareUpdate() does not preserve routing parameter which is required for updating child documents. +* DATAES-237 - path-configuration fails to load configs from inside jars. +* DATAES-236 - Clear the search contexts associated with specified scroll id. +* DATAES-234 - CDI support can fail due to Set.toString() used as Map key. +* DATAES-211 - Upgrade to Elasticsearch 2.0. +* DATAES-188 - Source filtering feature Implementation. +* DATAES-124 - ElasticSearchTemplate should expose client. + + Changes in version 1.4.0.M1 (2016-02-12) ---------------------------------------- * DATAES-232 - Add code of conduct.