Skip to content

Commit 99c518c

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.18.8 release (#135894)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 17be1c2 commit 99c518c

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-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.18.8>>
910
* <<release-notes-8.18.7>>
1011
* <<release-notes-8.18.6>>
1112
* <<release-notes-8.18.5>>
@@ -101,6 +102,7 @@ This section summarizes the changes in each release.
101102

102103
--
103104

105+
include::release-notes/8.18.8.asciidoc[]
104106
include::release-notes/8.18.7.asciidoc[]
105107
include::release-notes/8.18.6.asciidoc[]
106108
include::release-notes/8.18.5.asciidoc[]
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[[release-notes-8.18.8]]
2+
== {es} version 8.18.8
3+
4+
coming[8.18.8]
5+
6+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
7+
8+
[[bug-8.18.8]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Propagates filter() to aggregation functions' surrogates {es-pull}134461[#134461] (issue: {es-issue}134380[#134380])
14+
15+
ES|QL::
16+
* Fix async get results with inconsistent headers {es-pull}135078[#135078] (issue: {es-issue}135042[#135042])
17+
18+
Engine::
19+
* Bypass MMap arena grouping as this has caused issues with too many regions being mapped {es-pull}135012[#135012]
20+
21+
Infra/Node Lifecycle::
22+
* Fix systemd notify to use a shared arena {es-pull}135235[#135235]
23+
24+
Ingest Node::
25+
* Correctly apply field path to JSON processor when adding contents to document root {es-pull}135479[#135479]
26+
27+
Machine Learning::
28+
* Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern {es-pull}135270[#135270]
29+
* Gracefully shutdown model deployment when node is removed from assignment routing {es-pull}134673[#134673]
30+
* Reset health status on successful empty checkpoint {es-pull}135653[#135653] (issue: {es-issue}135650[#135650])
31+
32+
Mapping::
33+
* Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch {es-pull}135845[#135845]
34+
35+
Search::
36+
* Fix KQL case-sensitivity for keyword fields in ES|QL {es-pull}135776[#135776] (issue: {es-issue}135772[#135772])
37+
* Prevent field caps from failing due to can match failure {es-pull}134134[#134134] (issue: {es-issue}116106[#116106])
38+
39+
Transform::
40+
* Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing {es-pull}134963[#134963] (issue: {es-issue}134263[#134263])
41+
* Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint {es-pull}134955[#134955] (issue: {es-issue}134925[#134925])
42+
43+
[[enhancement-8.18.8]]
44+
[float]
45+
=== Enhancements
46+
47+
Audit::
48+
* Change reindex to use ::es-redacted:: filtering {es-pull}135414[#135414]
49+
50+
Authorization::
51+
* [Island Browser] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}134636[#134636] (issue: {es-issue}134136[#134136])
52+
53+
Infra/Plugins::
54+
* Add Reason field to elastic-agent upgrade details metadata {es-pull}134711[#134711]
55+
56+

0 commit comments

Comments
 (0)