Skip to content

Commit 1461740

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.18.6 release (#133551)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent eec6f7c commit 1461740

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-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.6>>
910
* <<release-notes-8.18.5>>
1011
* <<release-notes-8.18.4>>
1112
* <<release-notes-8.18.3>>
@@ -99,6 +100,7 @@ This section summarizes the changes in each release.
99100

100101
--
101102

103+
include::release-notes/8.18.6.asciidoc[]
102104
include::release-notes/8.18.5.asciidoc[]
103105
include::release-notes/8.18.4.asciidoc[]
104106
include::release-notes/8.18.3.asciidoc[]
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[[release-notes-8.18.6]]
2+
== {es} version 8.18.6
3+
4+
coming[8.18.6]
5+
6+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
7+
8+
[[bug-8.18.6]]
9+
[float]
10+
=== Bug fixes
11+
12+
EQL::
13+
* Better error message for sequences with only one clause plus UNTIL {es-pull}132638[#132638]
14+
* Fix sequences with conditions involving keys and non-keys {es-pull}133134[#133134]
15+
16+
Ingest Node::
17+
* Change GeoIpCache and EnrichCache to LongAdder {es-pull}132922[#132922]
18+
19+
Machine Learning::
20+
* Disable child span for streaming tasks {es-pull}132945[#132945]
21+
* Improve EIS auth call logs and fix revocation bug {es-pull}132546[#132546]
22+
* Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled {es-pull}132973[#132973]
23+
24+
Search::
25+
* Don't fail search if bottom doc can't be formatted {es-pull}133188[#133188] (issue: {es-issue}125321[#125321])
26+
27+
[[enhancement-8.18.6]]
28+
[float]
29+
=== Enhancements
30+
31+
Authorization::
32+
* [ExtraHop & QualysGAV] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}132387[#132387] (issue: {es-issue}131825[#131825])
33+
34+
Infra/REST API::
35+
* Limit the depth of a filter {es-pull}133113[#133113]
36+
37+
[[upgrade-8.18.6]]
38+
[float]
39+
=== Upgrades
40+
41+
Ingest Node::
42+
* Upgrading to tika 3.2.2 {es-pull}133410[#133410]
43+
44+
Packaging::
45+
* Update bundled JDK to Java 24.0.2+12 {es-pull}133119[#133119]
46+
47+

0 commit comments

Comments
 (0)