File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-8.19.3>>
9
10
* <<release-notes-8.19.2>>
10
11
* <<release-notes-8.19.1>>
11
12
* <<release-notes-8.19.0>>
@@ -102,6 +103,7 @@ This section summarizes the changes in each release.
102
103
103
104
--
104
105
106
+ include::release-notes/8.19.3.asciidoc[]
105
107
include::release-notes/8.19.2.asciidoc[]
106
108
include::release-notes/8.19.1.asciidoc[]
107
109
include::release-notes/8.19.0.asciidoc[]
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments