File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 66
77This section summarizes the changes in each release.
88
9+ * <<release-notes-8.19.6>>
910* <<release-notes-8.19.5>>
1011* <<release-notes-8.19.4>>
1112* <<release-notes-8.19.3>>
@@ -108,6 +109,7 @@ This section summarizes the changes in each release.
108109
109110--
110111
112+ include::release-notes/8.19.6.asciidoc[]
111113include::release-notes/8.19.5.asciidoc[]
112114include::release-notes/8.19.4.asciidoc[]
113115include::release-notes/8.19.3.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[release-notes-8.19.6]]
2+ == {es} version 8.19.6
3+
4+ coming[8.19.6]
5+
6+ Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+ [[bug-8.19.6]]
9+ [float]
10+ === Bug fixes
11+
12+ ES|QL::
13+ * Make `ResolveUnionTypes` rule stateless {es-pull}136492[#136492]
14+ * Pass fix size instead of `maxPageSize` to `LuceneTopNOperator` scorer {es-pull}135767[#135767]
15+
16+ Health::
17+ * Limit number of allocation explanations in `shards_availability` health indicator {es-pull}136060[#136060]
18+
19+ Indices APIs::
20+ * Reindex-from-remote: Validate basic auth params {es-pull}136501[#136501] (issue: {es-issue}135925[#135925])
21+
22+ Logs::
23+ * Fix logsdb settings provider mapping filters {es-pull}136119[#136119] (issue: {es-issue}136107[#136107])
24+
25+ Machine Learning::
26+ * Adjust jinaai rerank response parser to handle document field as string or object {es-pull}136751[#136751]
27+ * Clean up inference indices on failed endpoint creation {es-pull}136577[#136577] (issue: {es-issue}123726[#123726])
28+ * Cohere service Model Id field is required {es-pull}136017[#136017]
29+ * Ensure queued `AbstractRunnables` are notified when executor stops {es-pull}135966[#135966] (issue: {es-issue}134651[#134651])
30+ * Release cluster state {es-pull}136769[#136769] (issue: {es-issue}123243[#123243])
31+
32+ Mapping::
33+ * Store full path in `_ignored` when ignoring dynamic array field {es-pull}136315[#136315]
34+
35+ Search::
36+ * Initialize `TermsEnum` eagerly {es-pull}136279[#136279]
37+
38+ Security::
39+ * Optimize Index Permission Automatons for Has Privileges {es-pull}136625[#136625]
40+
41+ Transform::
42+ * Allow dynamic updates to frequency {es-pull}136757[#136757] (issue: {es-issue}133321[#133321])
43+ * Associate legacy audit index {es-pull}136508[#136508] (issue: {es-issue}121241[#121241])
44+
45+ Vector Search::
46+ * Cardinality Aggregator Throws `UnsupportedOperationException` When Field Type is Vector {es-pull}135994[#135994]
47+
48+ [[enhancement-8.19.6]]
49+ [float]
50+ === Enhancements
51+
52+ Authorization::
53+ * Lazy compute and cache `grantsAll` per privilege {es-pull}136684[#136684]
54+
55+ [[upgrade-8.19.6]]
56+ [float]
57+ === Upgrades
58+
59+ Infra/Core::
60+ * Use java8 variant of apm-agent {es-pull}132651[#132651]
61+
62+
You can’t perform that action at this time.
0 commit comments