File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-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-7.17.19>>
9
10
* <<release-notes-7.17.18>>
10
11
* <<release-notes-7.17.17>>
11
12
* <<release-notes-7.17.16>>
@@ -79,6 +80,7 @@ This section summarizes the changes in each release.
79
80
80
81
--
81
82
83
+ include::release-notes/7.17.19.asciidoc[]
82
84
include::release-notes/7.17.18.asciidoc[]
83
85
include::release-notes/7.17.17.asciidoc[]
84
86
include::release-notes/7.17.16.asciidoc[]
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments