Skip to content

Commit 7809c8e

Browse files
[DOCS] Add 8.0.1 release notes (#84213)
Update docs for v8.0.1-BC2 release
1 parent bc1e75e commit 7809c8e

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

docs/reference/migration/migrate_8_0/cluster-node-setting-changes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ setting. Specifying this setting in `elasticsearch.yml` will result in an error
170170
on startup.
171171
====
172172

173-
.cluster.join.timeout` has been removed.
173+
.`cluster.join.timeout` has been removed.
174174
[%collapsible]
175175
====
176176
*Details* +

docs/reference/release-notes.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.0.1>>
910
* <<release-notes-8.0.0>>
1011
* <<release-notes-8.0.0-rc2>>
1112
* <<release-notes-8.0.0-rc1>>
@@ -15,9 +16,10 @@ This section summarizes the changes in each release.
1516

1617
--
1718

18-
include::release-notes/8.0.0.asciidoc[]
19+
include::release-notes/8.0.asciidoc[]
1920
include::release-notes/8.0.0-rc2.asciidoc[]
2021
include::release-notes/8.0.0-rc1.asciidoc[]
2122
include::release-notes/8.0.0-beta1.asciidoc[]
2223
include::release-notes/8.0.0-alpha2.asciidoc[]
2324
include::release-notes/8.0.0-alpha1.asciidoc[]
25+

docs/reference/release-notes/8.0.0.asciidoc renamed to docs/reference/release-notes/8.0.asciidoc

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
[[release-notes-8.0.1]]
2+
== {es} version 8.0.1
3+
4+
coming::[8.0.1]
5+
6+
Also see <<breaking-changes-8.0,Breaking changes in 8.0>>.
7+
8+
[[bug-8.0.1]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Fix backward compatibility with 7.17.0 {es-pull}83715[#83715]
14+
15+
Distributed::
16+
* Correctly handle large zones with 500 or more instances {es-pull}83785[#83785] (issue: {es-issue}83783[#83783])
17+
18+
ILM+SLM::
19+
* Do not allow negative age in explain lifecycle API response {es-pull}84043[#84043]
20+
21+
Infra/Core::
22+
* Copy `trace.id` in threadcontext stash {es-pull}83218[#83218]
23+
* Preserve context in `ResultDeduplicator` {es-pull}84038[#84038] (issue: {es-issue}84036[#84036])
24+
* Update system index mappings if `_meta` is null {es-pull}83896[#83896] (issue: {es-issue}83890[#83890])
25+
26+
Ingest::
27+
* Fix `GeoIpDownloader` startup during rolling upgrade {es-pull}84000[#84000]
28+
* Short circuit date patterns after first match {es-pull}83764[#83764]
29+
30+
Machine Learning::
31+
* Retry anomaly detection job recovery during relocation {es-pull}83456[#83456]
32+
33+
Packaging::
34+
* Add `log4j-slf4j-impl` to `repository-azure` {es-pull}83661[#83661] (issue: {es-issue}83652[#83652])
35+
36+
Recovery::
37+
* Add missing `indices.recovery.internal_action_retry_timeout` to list of settings {es-pull}83354[#83354]
38+
39+
SQL::
40+
* Fix txt format for empty result sets {es-pull}83376[#83376]
41+
42+
Search::
43+
* Avoid eagerly loading `StoredFieldsReader` in fetch phase {es-pull}83693[#83693] (issue: {es-issue}82777[#82777])
44+
* Returns valid PIT when no index matched {es-pull}83424[#83424]
45+
46+
Security::
47+
* Upgrade jANSI dependency to 2.4.0 {es-pull}83566[#83566]
48+
49+
Snapshot/Restore::
50+
* Move get snapshots serialization to management pool {es-pull}83215[#83215]
51+
* Preserve context in `snapshotDeletionListeners` {es-pull}84089[#84089] (issue: {es-issue}84036[#84036])
52+
53+
Transform::
54+
* Fix condition on which the transform stops processing buckets {es-pull}82852[#82852]
55+
56+
Watcher::
57+
* Tolerate empty types array in Watch definitions {es-pull}83524[#83524] (issue: {es-issue}83235[#83235])
58+
59+
[[enhancement-8.0.1]]
60+
[float]
61+
=== Enhancements
62+
63+
Infra/REST API::
64+
* Update YAML REST tests to check for product header on all responses {es-pull}83290[#83290]
65+
66+
Recovery::
67+
* Adjust `indices.recovery.max_bytes_per_sec` according to external settings {es-pull}82819[#82819]
68+
69+
[[upgrade-8.0.1]]
70+
[float]
71+
=== Upgrades
72+
73+
Geo::
74+
* Update vector tiles google protobuf to 3.16.1 {es-pull}83402[#83402]
75+
76+
Packaging::
77+
* Bump bundled JDK to 17.0.2+8 {es-pull}83243[#83243] (issue: {es-issue}83242[#83242])
78+
79+
180
[[release-notes-8.0.0]]
281
== {es} version 8.0.0
382

0 commit comments

Comments
 (0)