Skip to content

Commit 2ccd910

Browse files
Update docs for v8.14.2 release (#110313)
1 parent 23e0a76 commit 2ccd910

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-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.14.2>>
910
* <<release-notes-8.14.1>>
1011
* <<release-notes-8.14.0>>
1112
* <<release-notes-8.13.4>>
@@ -67,6 +68,7 @@ This section summarizes the changes in each release.
6768

6869
--
6970

71+
include::release-notes/8.14.2.asciidoc[]
7072
include::release-notes/8.14.1.asciidoc[]
7173
include::release-notes/8.14.0.asciidoc[]
7274
include::release-notes/8.13.4.asciidoc[]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[[release-notes-8.14.2]]
2+
== {es} version 8.14.2
3+
4+
coming[8.14.2]
5+
6+
Also see <<breaking-changes-8.14,Breaking changes in 8.14>>.
7+
8+
[[bug-8.14.2]]
9+
[float]
10+
=== Bug fixes
11+
12+
Data streams::
13+
* Ensure a lazy rollover request will rollover the target data stream once. {es-pull}109636[#109636]
14+
* [Data streams] Fix the description of the lazy rollover task {es-pull}109629[#109629]
15+
16+
ES|QL::
17+
* Fix ESQL cancellation for exchange requests {es-pull}109695[#109695]
18+
* Fix equals and hashcode for `SingleValueQuery.LuceneQuery` {es-pull}110035[#110035]
19+
* Force execute inactive sink reaper {es-pull}109632[#109632]
20+
21+
Infra/Scripting::
22+
* Check array size before returning array item in script doc values {es-pull}109824[#109824] (issue: {es-issue}104998[#104998])
23+
24+
Infra/Settings::
25+
* Guard file settings readiness on file settings support {es-pull}109500[#109500]
26+
27+
Machine Learning::
28+
* Fix IndexOutOfBoundsException during inference {es-pull}109533[#109533]
29+
30+
Mapping::
31+
* Re-define `index.mapper.dynamic` setting in 8.x for a better 7.x to 8.x upgrade if this setting is used. {es-pull}109341[#109341]
32+
33+
Ranking::
34+
* Fix for from parameter when using `sub_searches` and rank {es-pull}106253[#106253] (issue: {es-issue}99011[#99011])
35+
36+
Search::
37+
* Add hexstring support byte painless scorers {es-pull}109492[#109492]
38+
* Fix automatic tracking of collapse with `docvalue_fields` {es-pull}110103[#110103]
39+
40+

0 commit comments

Comments
 (0)