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