File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 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.1.RELEASE (2020-06-10)
5
+ ---------------------------------------------
6
+ * DATAES-857 - Registered simple types are not read from list.
7
+ * DATAES-850 - Add warning and documentation for missing TemporalAccessor configuration.
8
+ * DATAES-845 - MappingElasticsearchConverter crashes when writing lists containing null values.
9
+ * DATAES-844 - Improve TOC formatting for migration guides.
10
+ * DATAES-839 - ReactiveElasticsearchTemplate should use RequestFactory.
11
+ * DATAES-835 - Fix code sample in documentation for scroll API.
12
+ * DATAES-832 - findAllById repository method returns iterable with null elements for not found ids.
13
+ * DATAES-831 - SearchOperations.searchForStream does not use requested maxResults.
14
+ * DATAES-828 - Fields of type date need to have a format defined.
15
+ * DATAES-827 - Repositories should not try to create an index when it already exists.
16
+ * DATAES-823 - Release 4.0.1 (Neumann SR1).
17
+
18
+
4
19
Changes in version 3.2.8.RELEASE (2020-06-10)
5
20
---------------------------------------------
6
21
* DATAES-851 - Upgrade to Elasticsearch 6.8.10.
@@ -1157,3 +1172,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1157
1172
1158
1173
1159
1174
1175
+
You can’t perform that action at this time.
0 commit comments