Skip to content

Commit 9a18005

Browse files
author
elasticsearchmachine
committed
Update docs for v8.17.1 release
1 parent d4b391d commit 9a18005

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.17.1>>
910
* <<release-notes-8.17.0>>
11+
* <<release-notes-8.16.2>>
1012
* <<release-notes-8.16.1>>
1113
* <<release-notes-8.16.0>>
1214
* <<release-notes-8.15.5>>
@@ -78,7 +80,9 @@ This section summarizes the changes in each release.
7880

7981
--
8082

83+
include::release-notes/8.17.1.asciidoc[]
8184
include::release-notes/8.17.0.asciidoc[]
85+
include::release-notes/8.16.2.asciidoc[]
8286
include::release-notes/8.16.1.asciidoc[]
8387
include::release-notes/8.16.0.asciidoc[]
8488
include::release-notes/8.15.5.asciidoc[]
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
[[release-notes-8.17.1]]
2+
== {es} version 8.17.1
3+
4+
coming[8.17.1]
5+
6+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
7+
8+
[[bug-8.17.1]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Fix moving function linear weighted avg {es-pull}118435[#118435] (issue: {es-issue}113751[#113751])
14+
15+
CCS::
16+
* Resolve/cluster should mark remotes as not connected when a security exception is thrown {es-pull}119793[#119793]
17+
18+
Data streams::
19+
* Add missing traces ilm policy for OTel traces data streams {es-pull}119449[#119449]
20+
21+
Downsampling::
22+
* Handle `index.mapping.ignore_malformed` in downsampling {es-pull}119134[#119134] (issue: {es-issue}119075[#119075])
23+
* Support flattened field with downsampling {es-pull}118816[#118816] (issue: {es-issue}116319[#116319])
24+
25+
ES|QL::
26+
* Allow DATE_PARSE to read the timezones {es-pull}118603[#118603] (issue: {es-issue}117680[#117680])
27+
* Fix ESQL async get while task is being cancelled {es-pull}119897[#119897]
28+
* Fix RLIKE folding with (unsupported) case insensitive pattern {es-pull}118454[#118454]
29+
30+
ILM+SLM::
31+
* Add missing timeouts to rest-api-spec ILM APIs {es-pull}118837[#118837]
32+
* Add missing timeouts to rest-api-spec SLM APIs {es-pull}118958[#118958]
33+
34+
Infra/Node Lifecycle::
35+
* Add missing timeouts to rest-api-spec shutdown APIs {es-pull}118921[#118921]
36+
37+
Infra/REST API::
38+
* Add missing parameter to `xpack.info` rest-api-spec {es-pull}118954[#118954]
39+
40+
Ingest Node::
41+
* Add missing timeouts to rest-api-spec ingest APIs {es-pull}118844[#118844]
42+
* Expose BwC enrich cache setting in plugin {es-pull}119131[#119131]
43+
* Fixing `GetDatabaseConfigurationAction` response serialization {es-pull}119233[#119233]
44+
45+
License::
46+
* Remove unsupported timeout from rest-api-spec license API {es-pull}118919[#118919]
47+
48+
Machine Learning::
49+
* Fix loss of context in the inference API for streaming APIs {es-pull}118999[#118999] (issue: {es-issue}119000[#119000])
50+
* Fix spike detection for short spikes at the tail of the data {es-pull}119637[#119637]
51+
* Fix timeout ingesting an empty string into a `semantic_text` field {es-pull}117840[#117840]
52+
* [Inference API] Fix bug checking for e5 or reranker default IDs {es-pull}119797[#119797]
53+
54+
Search::
55+
* ESQL: `connect_transport_exception` should be thrown instead of `verification_exception` when ENRICH-ing if remote is disconnected {es-pull}119750[#119750]
56+
* Fix: do not let `_resolve/cluster` hang if remote is unresponsive {es-pull}119516[#119516]
57+
* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
58+
59+
[[enhancement-8.17.1]]
60+
[float]
61+
=== Enhancements
62+
63+
Authorization::
64+
* Improve handling of nested fields in index reader wrappers {es-pull}118757[#118757]
65+
66+
Data streams::
67+
* Add mapping for `event_name` for OTel logs {es-pull}119495[#119495]
68+
69+
Monitoring::
70+
* Addition of `tier_preference`, `creation_date` and `version` fields in Elasticsearch monitoring template {es-pull}117851[#117851]
71+
72+
[[feature-8.17.1]]
73+
[float]
74+
=== New features
75+
76+
Logs::
77+
* Make logsdb general available {es-pull}118559[#118559]
78+
79+

0 commit comments

Comments
 (0)