Skip to content

Commit 31dc11c

Browse files
author
elasticsearchmachine
committed
Update docs for v8.16.3 release
1 parent 2eb78bc commit 31dc11c

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-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.3>>
910
* <<release-notes-8.16.2>>
1011
* <<release-notes-8.16.1>>
1112
* <<release-notes-8.16.0>>
@@ -78,6 +79,7 @@ This section summarizes the changes in each release.
7879

7980
--
8081

82+
include::release-notes/8.16.3.asciidoc[]
8183
include::release-notes/8.16.2.asciidoc[]
8284
include::release-notes/8.16.1.asciidoc[]
8385
include::release-notes/8.16.0.asciidoc[]
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[[release-notes-8.16.3]]
2+
== {es} version 8.16.3
3+
4+
coming[8.16.3]
5+
6+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
7+
8+
[[bug-8.16.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
CCS::
13+
* Resolve/cluster should mark remotes as not connected when a security exception is thrown {es-pull}119793[#119793]
14+
15+
Data streams::
16+
* Add missing traces ilm policy for OTel traces data streams {es-pull}119449[#119449]
17+
18+
ES|QL::
19+
* Allow DATE_PARSE to read the timezones {es-pull}118603[#118603] (issue: {es-issue}117680[#117680])
20+
21+
ILM+SLM::
22+
* Add missing timeouts to rest-api-spec ILM APIs {es-pull}118837[#118837]
23+
* Add missing timeouts to rest-api-spec SLM APIs {es-pull}118958[#118958]
24+
25+
Ingest Node::
26+
* Add missing timeouts to rest-api-spec ingest APIs {es-pull}118844[#118844]
27+
* Expose BwC enrich cache setting in plugin {es-pull}119131[#119131]
28+
* Fixing `GetDatabaseConfigurationAction` response serialization {es-pull}119233[#119233]
29+
30+
Machine Learning::
31+
* Fix loss of context in the inference API for streaming APIs {es-pull}118999[#118999] (issue: {es-issue}119000[#119000])
32+
* Fix spike detection for short spikes at the tail of the data {es-pull}119637[#119637]
33+
* Fix timeout ingesting an empty string into a `semantic_text` field {es-pull}117840[#117840]
34+
35+
Search::
36+
* Fix: do not let `_resolve/cluster` hang if remote is unresponsive {es-pull}119516[#119516]
37+
* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
38+
39+
[[enhancement-8.16.3]]
40+
[float]
41+
=== Enhancements
42+
43+
Authorization::
44+
* Improve handling of nested fields in index reader wrappers {es-pull}118757[#118757]
45+
46+
Packaging::
47+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
48+
image to provide secure containers to our self-managed customers, help with compliance regulations,
49+
and improve our supply chain security posture. {es-pull}118684[#118684]
50+
51+
[[upgrade-8.16.3]]
52+
[float]
53+
=== Upgrades
54+
55+
Security::
56+
* Upgrade Bouncy Castle FIPS dependencies {es-pull}112989[#112989]
57+
58+

0 commit comments

Comments
 (0)