File tree 2 files changed +70
-0
lines changed 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-8.18.2>>
9
10
* <<release-notes-8.18.1>>
10
11
* <<release-notes-8.18.0>>
11
12
* <<release-notes-8.17.6>>
@@ -91,6 +92,7 @@ This section summarizes the changes in each release.
91
92
92
93
--
93
94
95
+ include::release-notes/8.18.2.asciidoc[]
94
96
include::release-notes/8.18.1.asciidoc[]
95
97
include::release-notes/8.18.0.asciidoc[]
96
98
include::release-notes/8.17.6.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.18.2]]
2
+ == {es} version 8.18.2
3
+
4
+ coming[8.18.2]
5
+
6
+ Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
7
+
8
+ [[breaking-8.18.2]]
9
+ [float]
10
+ === Breaking changes
11
+
12
+ Snapshot/Restore::
13
+ * Make S3 custom query parameter optional {es-pull}128043[#128043]
14
+
15
+ [[bug-8.18.2]]
16
+ [float]
17
+ === Bug fixes
18
+
19
+ Aggregations::
20
+ * Fix a bug in `significant_terms` {es-pull}127975[#127975]
21
+
22
+ Audit::
23
+ * Handle streaming request body in audit log {es-pull}127798[#127798]
24
+
25
+ Data streams::
26
+ * Fix system data streams incorrectly showing up in the list of template validation problems {es-pull}128161[#128161]
27
+
28
+ Downsampling::
29
+ * Downsampling does not consider passthrough fields as dimensions {es-pull}127752[#127752] (issue: {es-issue}125156[#125156])
30
+
31
+ ES|QL::
32
+ * Ensure ordinal builder emit ordinal blocks {es-pull}127949[#127949]
33
+ * Fix union types in CCS {es-pull}128111[#128111]
34
+
35
+ Infra/Core::
36
+ * Add missing `outbound_network` entitlement to x-pack-core {es-pull}126992[#126992] (issue: {es-issue}127003[#127003])
37
+ * Check hidden frames in entitlements {es-pull}127877[#127877]
38
+
39
+ Infra/Scripting::
40
+ * Avoid nested docs in painless execute api {es-pull}127991[#127991] (issue: {es-issue}41004[#41004])
41
+
42
+ Logs::
43
+ * Fix an authorization error when LogsPatternUsageService attempts to update `logsdb.prior_logs_usage` cluster setting. {es-pull}128050[#128050]
44
+
45
+ Machine Learning::
46
+ * Append all data to Chat Completion buffer {es-pull}127658[#127658]
47
+ * Fix services API Google Vertex AI Rerank location field requirement {es-pull}127856[#127856]
48
+
49
+ Relevance::
50
+ * Fix: Add `NamedWriteable` for `RuleQueryRankDoc` {es-pull}128153[#128153] (issue: {es-issue}126071[#126071])
51
+
52
+ Security::
53
+ * Remove dangling spaces wherever found {es-pull}127475[#127475]
54
+
55
+ Snapshot/Restore::
56
+ * Add missing entitlement to `repository-azure` {es-pull}128047[#128047] (issue: {es-issue}128046[#128046])
57
+
58
+ TSDB::
59
+ * Skip the validation when retrieving the index mode during reindexing a time series data stream {es-pull}127824[#127824]
60
+
61
+ [[enhancement-8.18.2]]
62
+ [float]
63
+ === Enhancements
64
+
65
+ Authentication::
66
+ * Http proxy support in JWT realm {es-pull}127337[#127337] (issue: {es-issue}114956[#114956])
67
+
68
+
You can’t perform that action at this time.
0 commit comments