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.
88
99* <<release-notes-8.16.0>>
1010* <<release-notes-8.15.0>>
11+ * <<release-notes-8.14.3>>
1112* <<release-notes-8.14.2>>
1213* <<release-notes-8.14.1>>
1314* <<release-notes-8.14.0>>
@@ -72,6 +73,7 @@ This section summarizes the changes in each release.
7273
7374include::release-notes/8.16.0.asciidoc[]
7475include::release-notes/8.15.0.asciidoc[]
76+ include::release-notes/8.14.3.asciidoc[]
7577include::release-notes/8.14.2.asciidoc[]
7678include::release-notes/8.14.1.asciidoc[]
7779include::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