Skip to content

Commit 561ecf5

Browse files
author
elasticsearchmachine
committed
Update docs for v8.19.6 release
1 parent d2c42d9 commit 561ecf5

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This 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[]
111113
include::release-notes/8.19.5.asciidoc[]
112114
include::release-notes/8.19.4.asciidoc[]
113115
include::release-notes/8.19.3.asciidoc[]
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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+

0 commit comments

Comments
 (0)