File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 5
5
--
6
6
This section summarizes the changes in each release.
7
7
8
+ * <<release-notes-6.1.4>>
8
9
* <<release-notes-6.1.3>>
9
10
* <<release-notes-6.1.2>>
10
11
* <<release-notes-6.1.1>>
@@ -13,6 +14,7 @@ This section summarizes the changes in each release.
13
14
* <<release-notes-6.0.0>>
14
15
15
16
--
17
+ include::release-notes/6.1.4.asciidoc[]
16
18
include::release-notes/6.1.3.asciidoc[]
17
19
include::release-notes/6.1.2.asciidoc[]
18
20
include::release-notes/6.1.1.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-6.1.4]]
2
+ == 6.1.4 Release Notes
3
+
4
+ coming[6.1.4]
5
+
6
+ Also see <<breaking-changes-6.1>>.
7
+
8
+ [[enhancement-6.1.4]]
9
+ [float]
10
+ === Enhancements
11
+
12
+ Core::
13
+ * Fix classes that can exit {pull}27518[#27518]
14
+
15
+ [[bug-6.1.4]]
16
+ [float]
17
+ === Bug fixes
18
+
19
+ Aggregations::
20
+ * StringTerms.Bucket.getKeyAsNumber detection type {pull}28118[#28118] (issue: {issue}28012[#28012])
21
+
22
+ Core::
23
+ * Remove special handling for _all in nodes info {pull}28971[#28971] (issue: {issue}28797[#28797])
24
+
25
+ Engine::
26
+ * Avoid class cast exception from index writer {pull}28989[#28989]
27
+ * Maybe die before failing engine {pull}28973[#28973] (issues: {issue}27265[#27265], {issue}28967[#28967])
28
+
29
+ Scripting::
30
+ * Painless: Fix For Loop NullPointerException {pull}28506[#28506] (issue: {issue}28501[#28501])
31
+
32
+
33
+
You can’t perform that action at this time.
0 commit comments