Skip to content

Commit 25a196f

Browse files
slobodanadamovicAdam Locke
andauthored
[Doc] Release notes for v8.4.3 (#90443)
* 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]>
1 parent 1052fac commit 25a196f

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
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.4.3>>
910
* <<release-notes-8.4.2>>
1011
* <<release-notes-8.4.1>>
1112
* <<release-notes-8.4.0>>
@@ -31,6 +32,7 @@ This section summarizes the changes in each release.
3132

3233
--
3334

35+
include::release-notes/8.4.3.asciidoc[]
3436
include::release-notes/8.4.2.asciidoc[]
3537
include::release-notes/8.4.1.asciidoc[]
3638
include::release-notes/8.4.0.asciidoc[]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[[release-notes-8.4.3]]
2+
== {es} version 8.4.3
3+
4+
coming[8.4.3]
5+
6+
Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
7+
8+
[[bug-8.4.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
Infra/Core::
13+
* Fix file permission errors to avoid repeated error save loops on Windows {es-pull}90271[#90271] (issue: {es-issue}90222[#90222])
14+
15+
Ingest Node::
16+
* Prevent serialization errors in the nodes stats API {es-pull}90319[#90319] (issue: {es-issue}77973[#77973])
17+
18+
[[regression-8.4.3]]
19+
[float]
20+
=== Regressions
21+
22+
Ranking::
23+
* Ensure `cross_fields` always uses valid term statistics {es-pull}90314[#90314]
24+
25+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from 250ms to 30ms.
3333
=== Minimum conditions for the rollover API and ILM actions
3434
The rollover API and ILM actions now support minimum conditions for rollover.
3535

36-
Minimum conditions prevent rollover from occuring until they are met. That is, an index
36+
Minimum conditions prevent rollover from occurring until they are met. That is, an index
3737
will rollover once one or more max conditions are satisfied and all min conditions are satisfied.
3838

3939
As an example, the following ILM policy would roll an index over if it is at least 7 days old or
@@ -125,6 +125,18 @@ the original documents, it's good enough for features like reindexing data.
125125

126126
{es-pull}85649[#85649]
127127

128+
[discrete]
129+
[[errors_with_cross_fields_query_type]]
130+
=== Errors with the `cross_fields` query type
131+
The {es} 8.4.2 release introduced a bug that may fail queries using the
132+
`cross_fields` type at search time with an error message containing
133+
`totalTermFreq must be at least docFreq`. If you run queries that use
134+
the
135+
{ref}/query-dsl-multi-match-query.html#type-cross-fields[`cross_fields` type],
136+
we strongly recommend upgrading to 8.4.3 to avoid hitting this bug.
137+
138+
{es-pull}90314[#90314]
139+
128140
// end::notable-highlights[]
129141

130142

0 commit comments

Comments
 (0)