File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.1.2 (2020-12-09)
5
+ -------------------------------------
6
+ * DATAES-991 - Wrong value for TermVector(with_positions_offets_payloads).
7
+ * DATAES-990 - Index creation fails with Authentication object cannot be null on startup.
8
+ * DATAES-987 - IndexOperations getMapping fail when using index alias.
9
+ * DATAES-978 - Accept DateFormat.none for a date property to enable custom Converters.
10
+ * DATAES-977 - Fix versions in reference documentation for 4.1.
11
+ * DATAES-973 - Release 4.1.2 (2020.0.2).
12
+ * DATAES-972 - BeforeConvertCallback should be called before index query is built.
13
+ * DATAES-543 - Adjust configuration support classes so they do not require proxying.
14
+
15
+
4
16
Changes in version 4.2.0-M1 (2020-12-09)
5
17
----------------------------------------
6
18
* DATAES-995 - Code Cleanup after DATACMNS-1838.
@@ -1409,5 +1421,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1409
1421
1410
1422
1411
1423
1424
+
1412
1425
1413
1426
You can’t perform that action at this time.
0 commit comments