Skip to content

Commit c281e80

Browse files
committed
Add 6.1.2 release notes
1 parent a1a9dd1 commit c281e80

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
@@ -5,12 +5,14 @@
55
--
66
This section summarizes the changes in each release.
77

8+
* <<release-notes-6.1.2>>
89
* <<release-notes-6.1.1>>
910
* <<release-notes-6.1.0>>
1011
* <<release-notes-6.0.1>>
1112
* <<release-notes-6.0.0>>
1213

1314
--
15+
include::release-notes/6.1.2.asciidoc[]
1416
include::release-notes/6.1.1.asciidoc[]
1517
include::release-notes/6.1.0.asciidoc[]
1618
include::release-notes/6.0.1.asciidoc[]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[[release-notes-6.1.2]]
2+
== 6.1.2 Release Notes
3+
4+
Also see <<breaking-changes-6.1>>.
5+
6+
[[enhancement-6.1.2]]
7+
[float]
8+
=== Enhancements
9+
10+
Internal::
11+
* Make AbstractQueryBuilder.declareStandardFields to be protected (#27865) {pull}27894[#27894] (issue: {issue}27865[#27865])
12+
13+
[[bug-6.1.2]]
14+
[float]
15+
=== Bug fixes
16+
17+
Aggregations::
18+
* Fix incorrect results for aggregations nested under a nested aggregation {pull}27946[#27946] (issue: {issue}27912[#27912])
19+
* Fix composite aggregation when after term is missing in the shard {pull}27936[#27936]
20+
* Fix preserving FiltersAggregationBuilder#keyed field on rewrite {pull}27900[#27900] (issue: {issue}27841[#27841])
21+
22+
Engine::
23+
* Use `_refresh` to shrink the version map on inactivity {pull}27918[#27918] (issue: {issue}27852[#27852])
24+
* Allow resize version map under lock even if there are pending operations {pull}27870[#27870] (issue: {issue}27852[#27852])
25+
26+
Network::
27+
* Only bind loopback addresses when binding to local {pull}28029[#28029]
28+
29+
Recovery::
30+
* Allow shrinking of indices from a previous major {pull}28076[#28076] (issue: {issue}28061[#28061])
31+
32+
Search::
33+
* Use the underlying connection version for CCS connections {pull}28093[#28093]
34+
* Carry forward weights, etc on rescore rewrite {pull}27981[#27981] (issue: {issue}27979[#27979])
35+
36+
Snapshot/Restore::
37+
* Fail restore when the shard allocations max retries count is reached {pull}27493[#27493] (issue: {issue}26865[#26865])
38+
39+
Translog::
40+
* Only sync translog when global checkpoint increased {pull}27973[#27973] (issues: {issue}27837[#27837], {issue}27970[#27970])

0 commit comments

Comments
 (0)