Skip to content

Commit 390001e

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.19.3 release (#133548)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 74d0c72 commit 390001e

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-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.3>>
910
* <<release-notes-8.19.2>>
1011
* <<release-notes-8.19.1>>
1112
* <<release-notes-8.19.0>>
@@ -102,6 +103,7 @@ This section summarizes the changes in each release.
102103

103104
--
104105

106+
include::release-notes/8.19.3.asciidoc[]
105107
include::release-notes/8.19.2.asciidoc[]
106108
include::release-notes/8.19.1.asciidoc[]
107109
include::release-notes/8.19.0.asciidoc[]
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
[[release-notes-8.19.3]]
2+
== {es} version 8.19.3
3+
4+
coming[8.19.3]
5+
6+
Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+
[[bug-8.19.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
Data streams::
13+
* Force rollover on write to true when data stream indices list is empty {es-pull}133347[#133347] (issue: {es-issue}133176[#133176])
14+
15+
EQL::
16+
* Fix sequences with conditions involving keys and non-keys {es-pull}133134[#133134]
17+
18+
ES|QL::
19+
* Fix update expiration for async query {es-pull}133021[#133021] (issue: {es-issue}130619[#130619])
20+
21+
Infra/Plugins::
22+
* Add complete attribute to .fleet-agents docs {es-pull}127651[#127651]
23+
24+
Ingest Node::
25+
* Change GeoIpCache and EnrichCache to LongAdder {es-pull}132922[#132922]
26+
27+
License::
28+
* Limit frequency of feature last-used time updates {es-pull}133004[#133004]
29+
30+
Machine Learning::
31+
* Disable child span for streaming tasks {es-pull}132945[#132945]
32+
* Improve EIS auth call logs and fix revocation bug {es-pull}132546[#132546]
33+
* Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled {es-pull}132973[#132973]
34+
35+
Search::
36+
* Don't fail search if bottom doc can't be formatted {es-pull}133188[#133188] (issue: {es-issue}125321[#125321])
37+
38+
[[enhancement-8.19.3]]
39+
[float]
40+
=== Enhancements
41+
42+
ES|QL::
43+
* Do not run on transport thread {es-pull}133313[#133313]
44+
45+
Infra/CLI::
46+
* Use logs dir as working directory {es-pull}124966[#124966]
47+
48+
Infra/REST API::
49+
* Limit the depth of a filter {es-pull}133113[#133113]
50+
51+
[[upgrade-8.19.3]]
52+
[float]
53+
=== Upgrades
54+
55+
Ingest Node::
56+
* Upgrading to tika 3.2.2 {es-pull}133410[#133410]
57+
58+
Packaging::
59+
* Update bundled JDK to Java 24.0.2+12 {es-pull}133119[#133119]
60+
61+

0 commit comments

Comments
 (0)