From 102d7370bd3c0305bb929d4597b8ce1d21152749 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 15:50:42 +0200 Subject: [PATCH] DATAES-625 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 11da55127..010bc23e9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 3.2.0.RELEASE (2019-09-30) +--------------------------------------------- +* DATAES-657 - Sort by _score not supported by ElasticsearchRestTemplate. +* DATAES-652 - Send if_seq_no and if_primary_term parameters when indexing via ReactiveElasticsearchClient. +* DATAES-648 - Unify documentation of version compatibilities. +* DATAES-625 - Release 3.2 GA (Moore). +* DATAES-541 - IllegalArgumentException on ElasticsearchRestTemplate#removeAlias. +* DATAES-305 - let users create mappings with dynamical indexName. +* DATAES-227 - ElasticsearchTemplate.prepareUpdate should call setUpsert. + + Changes in version 3.1.11.RELEASE (2019-09-30) ---------------------------------------------- * DATAES-627 - Add HTTPS entries into spring.schemas.