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/reference/release-notes/8.19.9.asciidoc
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,22 @@ Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
9
9
[float]
10
10
=== Bug fixes
11
11
12
+
CCS::
13
+
* Fix: Correctly pickup MRT value for `msearch`'s search requests {es-pull}138583[#138583]
14
+
15
+
Cluster Coordination::
16
+
* Avoid stack overflow in `IndicesClusterStateService` `applyClusterState` {es-pull}132536[#132536]
17
+
12
18
Downsampling::
13
19
* Fix multi fields in downsampling {es-pull}138869[#138869]
14
20
15
21
ES|QL::
22
+
* Fixes esql class cast bug in STATS at planning level {es-pull}137511[#137511] (issues: {es-issue}133992[#133992], {es-issue}136598[#136598])
16
23
* [ES|QL] Compare query builders using identity {es-pull}139080[#139080]
17
24
25
+
Inference::
26
+
* [Inference API] Use dimensions field in JinaAI `text_embedding` requests {es-pull}139413[#139413]
27
+
18
28
Infra/Core::
19
29
* GET /_migration/deprecations doesn't check disk watermarks against correct settings values {es-pull}138115[#138115] (issue: {es-issue}137005[#137005])
20
30
@@ -24,9 +34,16 @@ Ingest Node::
24
34
Machine Learning::
25
35
* Correctly handle empty inputs in `chunkedInfer()` {es-pull}138632[#138632]
26
36
37
+
Search::
38
+
* Added logic for individual shard failure handling for `CompoundRetrieverBuilder` and fixed how partial search results flag is passed through to `CompoundRetrieverBuilder` {es-pull}136732[#136732]
39
+
27
40
Security::
41
+
* Add comma delimiter validation to index name expressions in roles and API keys {es-pull}139023[#139023]
28
42
* More reliable trigger for security index migration {es-pull}139028[#139028]
29
43
44
+
Stats::
45
+
* Improving performance of stats APIs when the number of shards is very large {es-pull}138126[#138126] (issue: {es-issue}97222[#97222])
0 commit comments