Skip to content

Commit a872e68

Browse files
Update docs for v8.16.5 release (elastic#123781)
1 parent 29b4f96 commit a872e68

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
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.16.5>>
910
* <<release-notes-8.16.4>>
1011
* <<release-notes-8.16.3>>
1112
* <<release-notes-8.16.2>>
@@ -80,6 +81,7 @@ This section summarizes the changes in each release.
8081

8182
--
8283

84+
include::release-notes/8.16.5.asciidoc[]
8385
include::release-notes/8.16.4.asciidoc[]
8486
include::release-notes/8.16.3.asciidoc[]
8587
include::release-notes/8.16.2.asciidoc[]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[[release-notes-8.16.5]]
2+
== {es} version 8.16.5
3+
4+
coming[8.16.5]
5+
6+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
7+
8+
[[bug-8.16.5]]
9+
[float]
10+
=== Bug fixes
11+
12+
Allocation::
13+
* Deduplicate allocation stats calls {es-pull}123246[#123246]
14+
15+
Authentication::
16+
* Improve jwt logging on failed auth {es-pull}122247[#122247]
17+
18+
CRUD::
19+
* Reduce license checks in `LicensedWriteLoadForecaster` {es-pull}123346[#123346] (issue: {es-issue}123247[#123247])
20+
21+
Data streams::
22+
* Add `_metric_names_hash` field to OTel metric mappings {es-pull}120952[#120952]
23+
24+
EQL::
25+
* Fix JOIN command validation (not supported) {es-pull}122011[#122011]
26+
27+
ES|QL::
28+
* Fix ENRICH validation for use of wildcards {es-pull}121911[#121911]
29+
* Speed up VALUES for many buckets {es-pull}123073[#123073]
30+
31+
Ingest::
32+
* Fix `ArrayIndexOutOfBoundsException` in `ShardBulkInferenceActionFilter` {es-pull}122538[#122538]
33+
34+
Ingest Node::
35+
* Canonicalize processor names and types in `IngestStats` {es-pull}122610[#122610]
36+
* Deduplicate `IngestStats` and `IngestStats.Stats` identity records when deserializing {es-pull}122496[#122496]
37+
* Fix redact processor arraycopy bug {es-pull}122640[#122640]
38+
* Register `IngestGeoIpMetadata` as a NamedXContent {es-pull}123079[#123079]
39+
40+
Mapping::
41+
* fix stale data in synthetic source for string stored field {es-pull}123105[#123105] (issue: {es-issue}123110[#123110])
42+
43+
[[upgrade-8.16.5]]
44+
[float]
45+
=== Upgrades
46+
47+
Authentication::
48+
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
49+
50+

0 commit comments

Comments
 (0)