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 fd74c19046d81..17b5edcbed392 100644 --- a/docs/reference/release-notes/8.3.0.asciidoc +++ b/docs/reference/release-notes/8.3.0.asciidoc @@ -2,7 +2,11 @@ == {es} version 8.3.0 Also see <>. +[[known-issues-8.3.0]] +[float] +=== Known issues +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 f5013b927ce5f..6ea9d008f7989 100644 --- a/docs/reference/release-notes/8.3.1.asciidoc +++ b/docs/reference/release-notes/8.3.1.asciidoc @@ -2,7 +2,11 @@ == {es} version 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 diff --git a/docs/reference/release-notes/8.4.0.asciidoc b/docs/reference/release-notes/8.4.0.asciidoc index daa6f623f7711..e2423377c573b 100644 --- a/docs/reference/release-notes/8.4.0.asciidoc +++ b/docs/reference/release-notes/8.4.0.asciidoc @@ -11,7 +11,7 @@ Also see <>. * {ml-cap} {dfeeds} cannot be listed if any are not modified since version 6.x + If you have a {dfeed} that was created in version 5.x or 6.x and has not -been updated since 7.0, it is not possible to list {dfeeds} in +been updated since 7.0, it is not possible to list {dfeeds} in 8.4 and 8.5. This means that {anomaly-jobs} cannot be managed using {kib}. This issue is fixed in 8.6.0. + @@ -28,6 +28,8 @@ To resolve the deadlock, remove the `settings.json` file and restart the affected node. // end::file-based-settings-deadlock-known-issue[] +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.4.0]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.4.1.asciidoc b/docs/reference/release-notes/8.4.1.asciidoc index fd311dc33f68d..9ed2554867505 100644 --- a/docs/reference/release-notes/8.4.1.asciidoc +++ b/docs/reference/release-notes/8.4.1.asciidoc @@ -11,6 +11,8 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue] include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue] +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.4.1]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.4.2.asciidoc b/docs/reference/release-notes/8.4.2.asciidoc index 28523468d4675..6b9652523dc43 100644 --- a/docs/reference/release-notes/8.4.2.asciidoc +++ b/docs/reference/release-notes/8.4.2.asciidoc @@ -23,6 +23,9 @@ an incorrectly parsed date could be used. The workaround is to use date pattern include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue] include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue] + +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.4.2]] [float] === Bug fixes diff --git a/docs/reference/release-notes/8.4.3.asciidoc b/docs/reference/release-notes/8.4.3.asciidoc index ffe76d49973cb..1c997525a2634 100644 --- a/docs/reference/release-notes/8.4.3.asciidoc +++ b/docs/reference/release-notes/8.4.3.asciidoc @@ -14,6 +14,8 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue] include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue] +include::8.0.0.asciidoc[tag=jackson-filtering-bug] + [[bug-8.4.3]] [float] === Bug fixes