File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Elasticsearch Changelog
2
2
===================================
3
3
4
+ Changes in version 4.0.0.RELEASE (2020-05-12)
5
+ ---------------------------------------------
6
+ * DATAES-822 - ElasticsearchRestTemplate should not use `spring-web`.
7
+ * DATAES-821 - Fix code for adding an alias.
8
+ * DATAES-819 - Test refactorings.
9
+ * DATAES-817 - StreamQueries does only delete the last scrollid.
10
+ * DATAES-814 - Fix documentation.
11
+ * DATAES-812 - IndexOperations should use SpEL index name from entity.
12
+ * DATAES-811 - Remove Travis CI.
13
+ * DATAES-809 - Creation of test data may lead to duplicate values.
14
+ * DATAES-808 - Release 4.0 GA (Neumann).
15
+ * DATAES-799 - Support optimistic locking for full update scenario using seq_no + primary_term.
16
+ * DATAES-767 - Fix ReactiveElasticsearch handling of 4xx HTTP responses.
17
+ * DATAES-750 - Migration guide and documentation update.
18
+ * DATAES-602 - add support for refreshAsync into ElasticsearchRestTemplate.
19
+ * DATAES-587 - Add lifecycle events.
20
+ * DATAES-267 - ElasticSearch should allow to create nested not analyzed fields.
21
+
22
+
4
23
Changes in version 4.0.0.RC2 (2020-04-28)
5
24
-----------------------------------------
6
25
* DATAES-803 - Move count request setup from reactive template to reactive client.
@@ -1119,3 +1138,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1119
1138
1120
1139
1121
1140
1141
+
You can’t perform that action at this time.
0 commit comments