File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release.
8
8
9
9
* <<release-notes-8.16.0>>
10
10
* <<release-notes-8.15.0>>
11
+ * <<release-notes-8.14.3>>
11
12
* <<release-notes-8.14.2>>
12
13
* <<release-notes-8.14.1>>
13
14
* <<release-notes-8.14.0>>
@@ -72,6 +73,7 @@ This section summarizes the changes in each release.
72
73
73
74
include::release-notes/8.16.0.asciidoc[]
74
75
include::release-notes/8.15.0.asciidoc[]
76
+ include::release-notes/8.14.3.asciidoc[]
75
77
include::release-notes/8.14.2.asciidoc[]
76
78
include::release-notes/8.14.1.asciidoc[]
77
79
include::release-notes/8.14.0.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.14.3]]
2
+ == {es} version 8.14.3
3
+
4
+ Also see <<breaking-changes-8.14,Breaking changes in 8.14>>.
5
+
6
+ [[bug-8.14.3]]
7
+ [float]
8
+ === Bug fixes
9
+
10
+ Cluster Coordination::
11
+ * Ensure tasks preserve versions in `MasterService` {es-pull}109850[#109850]
12
+
13
+ ES|QL::
14
+ * Introduce compute listener {es-pull}110400[#110400]
15
+
16
+ Mapping::
17
+ * Automatically adjust `ignore_malformed` only for the @timestamp {es-pull}109948[#109948]
18
+
19
+ TSDB::
20
+ * Disallow index.time_series.end_time setting from being set or updated in normal indices {es-pull}110268[#110268] (issue: {es-issue}110265[#110265])
21
+
22
+
You can’t perform that action at this time.
0 commit comments