File tree 1 file changed +16
-0
lines changed
1 file changed +16
-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.M4 (2020-03-11)
5
+ ----------------------------------------
6
+ * DATAES-759 - Update to Elasticsearch 7.6.1.
7
+ * DATAES-758 - fix documentation for @Query annotation.
8
+ * DATAES-754 - Completion field deserialization is failing due to class cast error.
9
+ * DATAES-753 - Reactive Elasticsearch repository: Bulk update fails on empty entity list.
10
+ * DATAES-749 - Introduce SearchPage as return type for repository methods.
11
+ * DATAES-747 - ElasticsearchConfigurationSupport does not set customConversions into the MappingElasticsearchConverter.
12
+ * DATAES-746 - Add store converters to convert binary data to base64 encoded strings.
13
+ * DATAES-745 - Consolidate Operations API.
14
+ * DATAES-744 - Release 4.0 M4 (Neumann).
15
+ * DATAES-741 - Tests fail due to Elasticsearch cluster 'blocks' on nearly-full file-systems.
16
+ * DATAES-282 - Remove all low-level reflection based field inspection from MappingBuilder in favor of PersistentProperty inspections.
17
+
18
+
4
19
Changes in version 3.2.5.RELEASE (2020-02-26)
5
20
---------------------------------------------
6
21
* DATAES-752 - Upgrade to Elasticsearch 6.8.6.
@@ -1030,3 +1045,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1030
1045
1031
1046
1032
1047
1048
+
You can’t perform that action at this time.
0 commit comments