Skip to content

Commit 08a4484

Browse files
committed
Add release notes for 6.1.4
1 parent b8f26eb commit 08a4484

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

docs/reference/release-notes.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--
66
This section summarizes the changes in each release.
77

8+
* <<release-notes-6.1.4>>
89
* <<release-notes-6.1.3>>
910
* <<release-notes-6.1.2>>
1011
* <<release-notes-6.1.1>>
@@ -13,6 +14,7 @@ This section summarizes the changes in each release.
1314
* <<release-notes-6.0.0>>
1415

1516
--
17+
include::release-notes/6.1.4.asciidoc[]
1618
include::release-notes/6.1.3.asciidoc[]
1719
include::release-notes/6.1.2.asciidoc[]
1820
include::release-notes/6.1.1.asciidoc[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+

0 commit comments

Comments
 (0)