Skip to content

Commit ba27915

Browse files
authored
Update known issues (#1163)
* update known issues * fix link
1 parent eba115a commit ba27915

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

docs/release-notes/known-issues.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,60 @@ navigation_title: "Known issues"
77

88
For detailed issues, refer to the [Java client repo](https://github.com/elastic/elasticsearch-java/issues).
99

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
19+
20+
21+
- elasticsearch._types.query_dsl.MoreLikeThisQuery
22+
- `routing`: modified from `List<String>` to `String`, now optional
23+
24+
25+
- elasticsearch._types.query_dsl.PercolateQuery
26+
- `routing`: modified from `List<String>` to `String`, now optional
27+
28+
29+
- elasticsearch._types.query_dsl.TermsLookup
30+
- `routing`: modified from `List<String>` to `String`, now optional
31+
32+
33+
- elasticsearch.core.bulk.BulkOperationBase
34+
- `routing`: modified from `List<String>` to `String`, now optional
35+
36+
37+
- elasticsearch.core.reindex.Destination
38+
- `routing`: modified from `List<String>` to `String`, now optional
39+
40+
41+
- elasticsearch.core.search.CompletionSuggestOption
42+
- `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+
1064
## 9.x [known-issues-9-x]
1165

1266
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

Comments
 (0)