diff --git a/docs/reference/release-notes/8.0.0.asciidoc b/docs/reference/release-notes/8.0.0.asciidoc index 2e333974a38e5..835b7b036f954 100644 --- a/docs/reference/release-notes/8.0.0.asciidoc +++ b/docs/reference/release-notes/8.0.0.asciidoc @@ -31,6 +31,12 @@ Then, create an enrollment token for {kib} with the bin/elasticsearch-create-enrollment-token -s kibana ---- -- +// tag::jackson-filtering-bug[] +* Parsing a request when the last element in an array is filtered out +(for instance using `_source_includes`) fails. This +is due to https://github.com/FasterXML/jackson-core/issues/882[a bug in Jackson parser]. +Fixed in {es} 8.6.1 ({es-pull}92480[#91456]) +// end::jackson-filtering-bug[] [[breaking-8.0.0]] diff --git a/docs/reference/release-notes/8.0.1.asciidoc b/docs/reference/release-notes/8.0.1.asciidoc index 2f99a1d2ae9fc..b6eb14c78ef00 100644 --- a/docs/reference/release-notes/8.0.1.asciidoc +++ b/docs/reference/release-notes/8.0.1.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.0.1 Also see <>. +[[known-issues-8.0.1]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.0.1]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.1.0.asciidoc b/docs/reference/release-notes/8.1.0.asciidoc index c1c44871d6416..868739665f5fb 100644 --- a/docs/reference/release-notes/8.1.0.asciidoc +++ b/docs/reference/release-notes/8.1.0.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.1.0 Also see <>. +[[known-issues-8.1.0]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[breaking-8.1.0]] [float] === Breaking changes diff --git a/docs/reference/release-notes/8.1.1.asciidoc b/docs/reference/release-notes/8.1.1.asciidoc index c74bc20c39d9c..d0ad36fd36487 100644 --- a/docs/reference/release-notes/8.1.1.asciidoc +++ b/docs/reference/release-notes/8.1.1.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.1.1 Also see <>. +[[known-issues-8.1.1]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.1.1]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.1.2.asciidoc b/docs/reference/release-notes/8.1.2.asciidoc index b8bc4dc91208e..ed557e41a8a87 100644 --- a/docs/reference/release-notes/8.1.2.asciidoc +++ b/docs/reference/release-notes/8.1.2.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.1.2 Also see <>. +[[known-issues-8.1.2]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.1.2]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.1.3.asciidoc b/docs/reference/release-notes/8.1.3.asciidoc index 192984477040f..e69e6f4cc0480 100644 --- a/docs/reference/release-notes/8.1.3.asciidoc +++ b/docs/reference/release-notes/8.1.3.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.1.3 Also see <>. +[[known-issues-8.1.3]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.1.3]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.2.0.asciidoc b/docs/reference/release-notes/8.2.0.asciidoc index 97042267a2210..1305845ff0e0b 100644 --- a/docs/reference/release-notes/8.2.0.asciidoc +++ b/docs/reference/release-notes/8.2.0.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.2.0 // Also see <>. +[[known-issues-8.2.0]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.2.0]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.2.1.asciidoc b/docs/reference/release-notes/8.2.1.asciidoc index 4ecdb46ec4bd5..309488d48d3e7 100644 --- a/docs/reference/release-notes/8.2.1.asciidoc +++ b/docs/reference/release-notes/8.2.1.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.2.1 Also see <>. +[[known-issues-8.2.1]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.2.1]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.2.2.asciidoc b/docs/reference/release-notes/8.2.2.asciidoc index 179a78f313faf..28647c00cbb0c 100644 --- a/docs/reference/release-notes/8.2.2.asciidoc +++ b/docs/reference/release-notes/8.2.2.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.2.2 Also see <>. +[[known-issues-8.2.2]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.2.2]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.2.3.asciidoc b/docs/reference/release-notes/8.2.3.asciidoc index c7daf8bca9eb6..f4742e38b1e20 100644 --- a/docs/reference/release-notes/8.2.3.asciidoc +++ b/docs/reference/release-notes/8.2.3.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.2.3 Also see <>. +[[known-issues-8.2.3]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.2.3]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.3.0.asciidoc b/docs/reference/release-notes/8.3.0.asciidoc index f342cc83db842..b0484f0bdb175 100644 --- a/docs/reference/release-notes/8.3.0.asciidoc +++ b/docs/reference/release-notes/8.3.0.asciidoc @@ -6,10 +6,12 @@ Also see <>. [discrete] === Known issues -* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories -to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0. +* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories +to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0. Elastic Cloud Azure deployments are not currently being upgraded to 8.3.0 and are not impacted as a result (issue: {es-issue}88140[#88140]) +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.3.0]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.3.1.asciidoc b/docs/reference/release-notes/8.3.1.asciidoc index 5b282f2223236..0515fc17bb20e 100644 --- a/docs/reference/release-notes/8.3.1.asciidoc +++ b/docs/reference/release-notes/8.3.1.asciidoc @@ -4,7 +4,11 @@ coming[8.3.1] Also see <>. +[[known-issues-8.3.1]] +[float] +=== Known issues +include::8.0.0.asciidoc[tag=jackson-filtering-bug] [[bug-8.3.1]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.3.2.asciidoc b/docs/reference/release-notes/8.3.2.asciidoc index 2f4a6882aa4f4..9e70db95fbc0e 100644 --- a/docs/reference/release-notes/8.3.2.asciidoc +++ b/docs/reference/release-notes/8.3.2.asciidoc @@ -5,6 +5,12 @@ Also see <>. {es} 8.3.2 is a version compatibility release for the {stack}. +[[known-issues-8.3.2]] +[float] +=== Known issues + +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.3.2]] [float] === Bug fixes @@ -17,4 +23,4 @@ Geo:: === New features Heath:: -* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963] +* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963] diff --git a/docs/reference/release-notes/8.3.3.asciidoc b/docs/reference/release-notes/8.3.3.asciidoc index 47c86af1e97b9..8dc807ca293cb 100644 --- a/docs/reference/release-notes/8.3.3.asciidoc +++ b/docs/reference/release-notes/8.3.3.asciidoc @@ -3,6 +3,13 @@ Also see <>. +[[known-issues-8.3.3]] +[float] +=== Known issues + +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + + [[bug-8.3.3]] [float] === Bug fixes