Skip to content

Commit

Permalink
[Doc] Release notes for v8.4.3 (#90443) (#90538)
Browse files Browse the repository at this point in the history
* Update docs for v8.4.3 release

* Update release highlights for 8.4.3 version.

* Update docs/reference/release-notes/8.4.3.asciidoc

Co-authored-by: Adam Locke <[email protected]>

* Update docs/reference/release-notes/8.4.3.asciidoc

Co-authored-by: Adam Locke <[email protected]>

* Update docs/reference/release-notes/highlights.asciidoc

Co-authored-by: Adam Locke <[email protected]>

* Make link external type

* Update release notes to include #90319 PR after creating BC2.

* Remove release note for #90302

* Minor grammar fix

Co-authored-by: Adam Locke <[email protected]>
(cherry picked from commit 25a196f)

# Conflicts:
#	docs/reference/release-notes.asciidoc
#	docs/reference/release-notes/highlights.asciidoc

Co-authored-by: Slobodan Adamović <[email protected]>
  • Loading branch information
Adam Locke and slobodanadamovic authored Sep 30, 2022
1 parent df27efc commit 52feb55
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This section summarizes the changes in each release.

* <<release-notes-8.6.0>>
* <<release-notes-8.5.0>>
* <<release-notes-8.4.3>>
* <<release-notes-8.4.2>>
* <<release-notes-8.4.1>>
* <<release-notes-8.4.0>>
Expand Down Expand Up @@ -35,6 +36,7 @@ This section summarizes the changes in each release.

include::release-notes/8.6.0.asciidoc[]
include::release-notes/8.5.0.asciidoc[]
include::release-notes/8.4.3.asciidoc[]
include::release-notes/8.4.2.asciidoc[]
include::release-notes/8.4.1.asciidoc[]
include::release-notes/8.4.0.asciidoc[]
Expand Down
25 changes: 25 additions & 0 deletions docs/reference/release-notes/8.4.3.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[[release-notes-8.4.3]]
== {es} version 8.4.3

coming[8.4.3]

Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.

[[bug-8.4.3]]
[float]
=== Bug fixes

Infra/Core::
* Fix file permission errors to avoid repeated error save loops on Windows {es-pull}90271[#90271] (issue: {es-issue}90222[#90222])

Ingest Node::
* Prevent serialization errors in the nodes stats API {es-pull}90319[#90319] (issue: {es-issue}77973[#77973])

[[regression-8.4.3]]
[float]
=== Regressions

Ranking::
* Ensure `cross_fields` always uses valid term statistics {es-pull}90314[#90314]


1 change: 1 addition & 0 deletions docs/reference/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ with peaks of ~95% (from 600ms to 20ms).
For both new and existing Index Lifecycle Management (ILM) policies,
the rollover action will only execute if an index has at least one document.


For indices with a `max_age` condition that are no longer being written
to, this will mean that they will no longer roll over every time their
`max_age` is reached.
Expand Down

0 comments on commit 52feb55

Please sign in to comment.