Skip to content

Commit f2eb806

Browse files
Forward port release notes for v8.17.8 (#129943)
* Forward port release notes for v8.17.8 * Forward port release notes for v8.17.7
1 parent f5f3324 commit f2eb806

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This section summarizes the changes in each release.
1010
* <<release-notes-8.18.2>>
1111
* <<release-notes-8.18.1>>
1212
* <<release-notes-8.18.0>>
13+
* <<release-notes-8.17.8>>
14+
* <<release-notes-8.17.7>>
1315
* <<release-notes-8.17.6>>
1416
* <<release-notes-8.17.5>>
1517
* <<release-notes-8.17.4>>
@@ -97,6 +99,8 @@ include::release-notes/8.18.3.asciidoc[]
9799
include::release-notes/8.18.2.asciidoc[]
98100
include::release-notes/8.18.1.asciidoc[]
99101
include::release-notes/8.18.0.asciidoc[]
102+
include::release-notes/8.17.8.asciidoc[]
103+
include::release-notes/8.17.7.asciidoc[]
100104
include::release-notes/8.17.6.asciidoc[]
101105
include::release-notes/8.17.5.asciidoc[]
102106
include::release-notes/8.17.4.asciidoc[]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[[release-notes-8.17.7]]
2+
== {es} version 8.17.7
3+
4+
coming[8.17.7]
5+
6+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
7+
8+
[[breaking-8.17.7]]
9+
[float]
10+
=== Breaking changes
11+
12+
Snapshot/Restore::
13+
* Make S3 custom query parameter optional {es-pull}128043[#128043]
14+
15+
[[bug-8.17.7]]
16+
[float]
17+
=== Bug fixes
18+
19+
Audit::
20+
* Handle streaming request body in audit log {es-pull}127798[#127798]
21+
22+
Downsampling::
23+
* Downsampling does not consider passthrough fields as dimensions {es-pull}127752[#127752] (issue: {es-issue}125156[#125156])
24+
25+
Infra/Scripting::
26+
* Avoid nested docs in painless execute api {es-pull}127991[#127991] (issue: {es-issue}41004[#41004])
27+
28+
Relevance::
29+
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc` {es-pull}128153[#128153] (issue: {es-issue}126071[#126071])
30+
31+
Security::
32+
* Remove dangling spaces wherever found {es-pull}127475[#127475]
33+
34+
TSDB::
35+
* Skip the validation when retrieving the index mode during reindexing a time series data stream {es-pull}127824[#127824]
36+
37+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
[[release-notes-8.17.8]]
2+
== {es} version 8.17.8
3+
4+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
5+
6+
[[bug-8.17.8]]
7+
[float]
8+
=== Bug fixes
9+
10+
Aggregations::
11+
* Aggs: Fix significant terms not finding background docuemnts for nested fields {es-pull}128472[#128472] (issue: {es-issue}101163[#101163])
12+
13+
Authorization::
14+
* Prevent invalid privileges in manage roles privilege {es-pull}128532[#128532] (issue: {es-issue}127496[#127496])
15+
16+
Codec::
17+
* Use new source loader when lower `docId` is accessed {es-pull}128320[#128320]
18+
19+
Data streams::
20+
* Bump APM data resource version {es-pull}129539[#129539]
21+
22+
Infra/Core::
23+
* Update AbstractXContentParser to support parsers that don't provide text characters {es-pull}129005[#129005]
24+
25+
Infra/Scripting::
26+
* Register mustache size limit setting {es-pull}119291[#119291]
27+
28+
Machine Learning::
29+
* Account for Java direct memory on machine learning nodes to prevent out-of-memory crashes. {es-pull}128742[#128742]
30+
* Ensure that anomaly detection job state update retries if master node is temoporarily unavailable {es-pull}129391[#129391] (issue: {es-issue}126148[#126148])
31+
32+
Searchable Snapshots::
33+
* Adjust unpromotable shard refresh request validation to allow `RefreshResult.NO_REFRESH` {es-pull}129176[#129176] (issue: {es-issue}129036[#129036])
34+
35+
Security::
36+
* Fix error message when changing the password for a user in the file realm {es-pull}127621[#127621]
37+
38+
[[enhancement-8.17.8]]
39+
[float]
40+
=== Enhancements
41+
42+
Authorization::
43+
* Fix unsupported privileges error message during role and API key creation {es-pull}129158[#129158] (issue: {es-issue}128132[#128132])
44+
45+

0 commit comments

Comments
 (0)