Skip to content

Commit c3cec6c

Browse files
authored
release notes for 6.8.2 (#44830)
1 parent e4ac74e commit c3cec6c

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-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.2>>
89
* <<release-notes-6.8.1>>
910
* <<release-notes-6.8.0>>
1011
* <<release-notes-6.7.1>>

docs/reference/release-notes/6.8.asciidoc

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
[[release-notes-6.8.2]]
2+
== {es} version 6.8.2
3+
4+
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
5+
6+
[[enhancement-6.8.2]]
7+
[float]
8+
=== Enhancements
9+
10+
Machine Learning::
11+
* Improve message when native controller cannot connect {pull}43565[#43565] (issue: {issue}42341[#42341])
12+
* Introduce a setting for the process connect timeout {pull}43234[#43234]
13+
14+
Ranking::
15+
* Fix parameter value for calling `data.advanceExact` {pull}44205[#44205]
16+
17+
Snapshot/Restore::
18+
* Add SAS token authentication support to Azure Repository plugin {pull}42982[#42982] (issue: {issue}42117[#42117])
19+
20+
21+
22+
[[bug-6.8.2]]
23+
[float]
24+
=== Bug fixes
25+
26+
Allocation::
27+
* Do not copy initial recovery filter during an index split {pull}44053[#44053] (issue: {issue}43955[#43955])
28+
29+
Analysis::
30+
* Fix varying responses for `<index>/_analyze` request {pull}44342[#44342] (issues: {issue}44078[#44078], {issue}44284[#44284])
31+
32+
CCR::
33+
* Skip update if leader and follower settings are identical {pull}44535[#44535] (issue: {issue}44521[#44521])
34+
* Avoid stack overflow in auto-follow coordinator {pull}44421[#44421] (issue: {issue}43251[#43251])
35+
* Avoid NPE when checking for CCR index privileges {pull}44397[#44397] (issue: {issue}44172[#44172])
36+
37+
Engine::
38+
* Preserve thread context in AsyncIOProcessor {pull}43729[#43729]
39+
40+
Features/ILM::
41+
* Fix swapped variables in error message {pull}44300[#44300]
42+
* Account for node versions during allocation in ILM shrink {pull}43300[#43300] (issue: {issue}41879[#41879])
43+
* Narrow period of shrink action in which ILM prevents stopping {pull}43254[#43254] (issue: {issue}43253[#43253])
44+
45+
Features/Indices APIs::
46+
* Validate index settings after applying templates {pull}44612[#44612] (issues: {issue}34021[#34021], {issue}44567[#44567])
47+
48+
Features/Stats::
49+
* Return 0 for negative "free" and "total" memory reported by the OS {pull}42725[#42725] (issue: {issue}42157[#42157])
50+
51+
Machine Learning::
52+
* Fix ML memory tracker lockup when inner step fails {pull}44158[#44158] (issue: {issue}44156[#44156])
53+
* Fix datafeed checks when a concrete remote index is present {pull}43923[#43923] (issue: {issue}42113[#42113])
54+
55+
Mapping::
56+
* Prevent types deprecation warning for indices.exists requests {pull}43963[#43963] (issue: {issue}43905[#43905])
57+
* Add `include_type_name` in `indices.exists` REST API specification {pull}43910[#43910] (issue: {issue}43905[#43905])
58+
59+
Network::
60+
* Reconnect remote cluster when seeds are changed {pull}43379[#43379] (issue: {issue}37799[#37799])
61+
62+
SQL::
63+
* Handle the edge case of an empty array of values to return from source {pull}43868[#43868] (issue: {issue}43863[#43863])
64+
* Fix NPE in case of subsequent scrolled requests for a CSV/TSV formatted response {pull}43365[#43365] (issue: {issue}43327[#43327])
65+
* Increase hard limit for sorting on aggregates {pull}43220[#43220] (issue: {issue}43168[#43168])
66+
67+
Search::
68+
* Fix wrong logic in `match_phrase` query with multi-word synonyms {pull}43941[#43941] (issue: {issue}43308[#43308])
69+
70+
Security::
71+
* Do not swallow I/O exception getting authentication {pull}44398[#44398] (issues: {issue}44172[#44172], {issue}44397[#44397])
72+
* `SecurityIndexSearcherWrapper` doesn't always carry over caches and similarity {pull}43436[#43436]
73+
174
[[release-notes-6.8.1]]
275
== {es} version 6.8.1
376

0 commit comments

Comments
 (0)