diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index f2c89616ab82d..15fd822d1c97a 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -6,6 +6,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -80,6 +81,7 @@ This section summarizes the changes in each release. -- +include::release-notes/8.16.5.asciidoc[] include::release-notes/8.16.4.asciidoc[] include::release-notes/8.16.3.asciidoc[] include::release-notes/8.16.2.asciidoc[] diff --git a/docs/reference/release-notes/8.16.5.asciidoc b/docs/reference/release-notes/8.16.5.asciidoc new file mode 100644 index 0000000000000..43b080c7560aa --- /dev/null +++ b/docs/reference/release-notes/8.16.5.asciidoc @@ -0,0 +1,50 @@ +[[release-notes-8.16.5]] +== {es} version 8.16.5 + +coming[8.16.5] + +Also see <>. + +[[bug-8.16.5]] +[float] +=== Bug fixes + +Allocation:: +* Deduplicate allocation stats calls {es-pull}123246[#123246] + +Authentication:: +* Improve jwt logging on failed auth {es-pull}122247[#122247] + +CRUD:: +* Reduce license checks in `LicensedWriteLoadForecaster` {es-pull}123346[#123346] (issue: {es-issue}123247[#123247]) + +Data streams:: +* Add `_metric_names_hash` field to OTel metric mappings {es-pull}120952[#120952] + +EQL:: +* Fix JOIN command validation (not supported) {es-pull}122011[#122011] + +ES|QL:: +* Fix ENRICH validation for use of wildcards {es-pull}121911[#121911] +* Speed up VALUES for many buckets {es-pull}123073[#123073] + +Ingest:: +* Fix `ArrayIndexOutOfBoundsException` in `ShardBulkInferenceActionFilter` {es-pull}122538[#122538] + +Ingest Node:: +* Canonicalize processor names and types in `IngestStats` {es-pull}122610[#122610] +* Deduplicate `IngestStats` and `IngestStats.Stats` identity records when deserializing {es-pull}122496[#122496] +* Fix redact processor arraycopy bug {es-pull}122640[#122640] +* Register `IngestGeoIpMetadata` as a NamedXContent {es-pull}123079[#123079] + +Mapping:: +* fix stale data in synthetic source for string stored field {es-pull}123105[#123105] (issue: {es-issue}123110[#123110]) + +[[upgrade-8.16.5]] +[float] +=== Upgrades + +Authentication:: +* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737] + +