Skip to content

Commit 09576c4

Browse files
Update docs for v7.17.19 release (#106781)
1 parent eb0e1ad commit 09576c4

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-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-7.17.19>>
910
* <<release-notes-7.17.18>>
1011
* <<release-notes-7.17.17>>
1112
* <<release-notes-7.17.16>>
@@ -79,6 +80,7 @@ This section summarizes the changes in each release.
7980

8081
--
8182

83+
include::release-notes/7.17.19.asciidoc[]
8284
include::release-notes/7.17.18.asciidoc[]
8385
include::release-notes/7.17.17.asciidoc[]
8486
include::release-notes/7.17.16.asciidoc[]
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[[release-notes-7.17.19]]
2+
== {es} version 7.17.19
3+
4+
coming[7.17.19]
5+
6+
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7+
8+
[[bug-7.17.19]]
9+
[float]
10+
=== Bug fixes
11+
12+
Ingest Node::
13+
* Adding `executedPipelines` to the `IngestDocument` copy constructor {es-pull}105427[#105427]
14+
15+
Machine Learning::
16+
* Detect 8.x ML nodes correctly {es-pull}105653[#105653]
17+
18+
Search::
19+
* Force execution of `SearchService.Reaper` {es-pull}106544[#106544] (issue: {es-issue}106543[#106543])
20+
* Update to latest Lucene bugfix version 8.11.3 {es-pull}106365[#106365]
21+
22+
Watcher::
23+
* Handling exceptions on watcher reload {es-pull}105442[#105442] (issue: {es-issue}69842[#69842])
24+
25+
[[enhancement-7.17.19]]
26+
[float]
27+
=== Enhancements
28+
29+
Ingest Node::
30+
* Adding a custom exception for problems with the graph of pipelines to be applied to a document {es-pull}105196[#105196]
31+
* Improving the performance of the ingest simulate verbose API {es-pull}105265[#105265]
32+
* Limiting the number of nested pipelines that can be executed {es-pull}105428[#105428]
33+
34+
[[upgrade-7.17.19]]
35+
[float]
36+
=== Upgrades
37+
38+
Infra/Core::
39+
* Upgrade joda time to 2.12.6 {es-pull}104720[#104720]
40+
41+
Ingest Node::
42+
* Upgrade mime4j on the 7.17 line {es-pull}106380[#106380]
43+
44+

0 commit comments

Comments
 (0)