Skip to content

Commit 34875a3

Browse files
Update docs for v8.17.3 release (elastic#123782)
1 parent 9dabbf9 commit 34875a3

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-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.17.3>>
910
* <<release-notes-8.17.2>>
1011
* <<release-notes-8.17.1>>
1112
* <<release-notes-8.17.0>>
@@ -83,6 +84,7 @@ This section summarizes the changes in each release.
8384

8485
--
8586

87+
include::release-notes/8.17.3.asciidoc[]
8688
include::release-notes/8.17.2.asciidoc[]
8789
include::release-notes/8.17.1.asciidoc[]
8890
include::release-notes/8.17.0.asciidoc[]
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
[[release-notes-8.17.3]]
2+
== {es} version 8.17.3
3+
4+
coming[8.17.3]
5+
6+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
7+
8+
[[bug-8.17.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Disable concurrency when `top_hits` sorts on anything but `_score` {es-pull}123610[#123610]
14+
15+
Allocation::
16+
* Deduplicate allocation stats calls {es-pull}123246[#123246]
17+
18+
Authentication::
19+
* Improve jwt logging on failed auth {es-pull}122247[#122247]
20+
21+
CRUD::
22+
* Reduce license checks in `LicensedWriteLoadForecaster` {es-pull}123346[#123346] (issue: {es-issue}123247[#123247])
23+
24+
Data streams::
25+
* Add `_metric_names_hash` field to OTel metric mappings {es-pull}120952[#120952]
26+
27+
EQL::
28+
* Fix JOIN command validation (not supported) {es-pull}122011[#122011]
29+
30+
ES|QL::
31+
* Fix ENRICH validation for use of wildcards {es-pull}121911[#121911]
32+
* Fix listener leak in exchange service {es-pull}122417[#122417] (issue: {es-issue}122271[#122271])
33+
* Speed up VALUES for many buckets {es-pull}123073[#123073]
34+
35+
Infra/Node Lifecycle::
36+
* Block running ES 8.17 with JDK 24+ {es-pull}122517[#122517]
37+
38+
Ingest::
39+
* Fix `ArrayIndexOutOfBoundsException` in `ShardBulkInferenceActionFilter` {es-pull}122538[#122538]
40+
41+
Ingest Node::
42+
* Canonicalize processor names and types in `IngestStats` {es-pull}122610[#122610]
43+
* Deduplicate `IngestStats` and `IngestStats.Stats` identity records when deserializing {es-pull}122496[#122496]
44+
* Fix redact processor arraycopy bug {es-pull}122640[#122640]
45+
* Register `IngestGeoIpMetadata` as a NamedXContent {es-pull}123079[#123079]
46+
* Use ordered maps for `PipelineConfiguration` xcontent deserialization {es-pull}123403[#123403]
47+
48+
Logs::
49+
* Fix issues that prevents using search only snapshots for indices that use index sorting. This is includes Logsdb and time series indices. {es-pull}122199[#122199]
50+
* Use min node version to guard injecting settings in logs provider {es-pull}123005[#123005] (issue: {es-issue}122950[#122950])
51+
52+
Mapping::
53+
* Fix synthetic source bug that would mishandle nested `dense_vector` fields {es-pull}122425[#122425]
54+
* fix stale data in synthetic source for string stored field {es-pull}123105[#123105] (issue: {es-issue}123110[#123110])
55+
56+
Stats::
57+
* Fixing serialization of `ScriptStats` `cache_evictions_history` {es-pull}123384[#123384]
58+
59+
[[upgrade-8.17.3]]
60+
[float]
61+
=== Upgrades
62+
63+
Authentication::
64+
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
65+
66+

0 commit comments

Comments
 (0)