You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/known-issues.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,60 @@ navigation_title: "Known issues"
7
7
8
8
For detailed issues, refer to the [Java client repo](https://github.com/elastic/elasticsearch-java/issues).
9
9
10
+
## 9.3.0 [known-issues-9-3-0]
11
+
12
+
Version 9.3.0 of the client introduced a long list of breaking changes to better represent the server's API, but some of the [changes](9-3-0.md) from `String` to `List<String>` were wrong and have been fixed with the 9.3.1 release.
13
+
Here's the list of the reverted changes:
14
+
15
+
::::{dropdown} List<String> to String
16
+
17
+
- elasticsearch._types.query_dsl.FieldLookup
18
+
-`routing`: modified from `List<String>` to `String`, now optional
-`routing`: modified from `List<String>` to `String`, now optional
43
+
44
+
45
+
- elasticsearch.indices.Alias
46
+
-`indexRouting`: modified from `List<String>` to `String`, now optional
47
+
-`routing`: modified from `List<String>` to `String`, now optional
48
+
-`searchRouting`: modified from `List<String>` to `String`, now optional
49
+
50
+
51
+
- elasticsearch.indices.PutAliasRequest
52
+
-`indexRouting`: modified from `List<String>` to `String`, now optional
53
+
-`routing`: modified from `List<String>` to `String`, now optional
54
+
-`searchRouting`: modified from `List<String>` to `String`, now optional
55
+
56
+
57
+
- elasticsearch.indices.update_aliases.AddAction
58
+
-`indexRouting`: modified from `List<String>` to `String`, now optional
59
+
-`routing`: modified from `List<String>` to `String`, now optional
60
+
-`searchRouting`: modified from `List<String>` to `String`, now optional
61
+
62
+
::::
63
+
10
64
## 9.x [known-issues-9-x]
11
65
12
66
All 9.x versions of the client previous to, respectively, 9.2.4, 9.1.10 and 9.0.9 are affected by a bug with the new Rest5Client where memory usage is substantially higher than necessary.
0 commit comments