Skip to content

Commit 09fbf09

Browse files
author
Paul Sanwald
authored
release notes for 6.8.3 (#46157)
Adds release notes for 6.8.3 release.
1 parent 4fad6e3 commit 09fbf09

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
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.8.3>>
89
* <<release-notes-6.8.2>>
910
* <<release-notes-6.8.1>>
1011
* <<release-notes-6.8.0>>

docs/reference/release-notes/6.8.asciidoc

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
[[release-notes-6.8.3]]
2+
== {es} version 6.8.3
3+
4+
coming[6.8.3]
5+
6+
[[enhancement-6.8.3]]
7+
[float]
8+
=== Enhancements
9+
10+
CCR::
11+
* Include leases in error message when operations no longer available {pull}45681[#45681]
12+
13+
Infra/Core::
14+
* Add OCI annotations and adjust existing annotations {pull}45167[#45167]
15+
16+
Infra/Settings::
17+
* Normalize environment paths {pull}45179[#45179] (issue: {issue}45176[#45176])
18+
19+
20+
21+
[[bug-6.8.3]]
22+
[float]
23+
=== Bug fixes
24+
25+
Aggregations::
26+
* Fix early termination of aggregators that run with breadth-first mode {pull}44963[#44963] (issue: {issue}44909[#44909])
27+
28+
Allocation::
29+
* Avoid overshooting watermarks during relocation {pull}46079[#46079] (issue: {issue}45177[#45177])
30+
31+
CCR::
32+
* Clean up ShardFollowTasks for deleted indices {pull}44702[#44702] (issue: {issue}34404[#34404])
33+
34+
CRUD::
35+
* Allow _update on write alias {pull}45318[#45318] (issue: {issue}31520[#31520])
36+
37+
Distributed::
38+
* Ensure AsyncTask#isScheduled remain false after close {pull}45687[#45687] (issue: {issue}45576[#45576])
39+
40+
Engine::
41+
* Handle delete document level failures {pull}46100[#46100]
42+
* Handle no-op document level failures {pull}46083[#46083]
43+
44+
Features/Indices APIs::
45+
* Check shard limit after applying index templates {pull}44619[#44619] (issue: {issue}44567[#44567])
46+
* Prevent NullPointerException in TransportRolloverAction {pull}43353[#43353] (issue: {issue}43296[#43296])
47+
48+
Features/Java High Level REST Client::
49+
* Add rest_total_hits_as_int in HLRC's search requests {pull}46076[#46076] (issue: {issue}43925[#43925])
50+
51+
Infra/Core::
52+
* Add default CLI JVM options {pull}44545[#44545] (issue: {issue}42021[#42021])
53+
54+
Infra/Plugins::
55+
* Do not checksum all bytes at once in plugin install {pull}44649[#44649] (issue: {issue}44545[#44545])
56+
57+
SQL::
58+
* Fix URI path being lost in case of hosted ES scenario {pull}44776[#44776] (issue: {issue}44721[#44721])
59+
* Interval arithmetics failure {pull}42014[#42014] (issue: {issue}41200[#41200])
60+
61+
Search::
62+
* Prevent Leaking Search Tasks on Exceptions in FetchSearchPhase and DfsQueryPhase {pull}45500[#45500]
63+
64+
Security::
65+
* Use system context for looking up connected nodes {pull}43991[#43991] (issue: {issue}43974[#43974])
66+
67+
68+
[[upgrade-6.8.3]]
69+
[float]
70+
=== Upgrades
71+
72+
Infra/Packaging::
73+
* Upgrade to JDK 12.0.2 {pull}45172[#45172]
74+
175
[[release-notes-6.8.2]]
276
== {es} version 6.8.2
377

0 commit comments

Comments
 (0)