File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-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.15.2>>
9
10
* <<release-notes-8.15.1>>
10
11
* <<release-notes-8.15.0>>
11
12
* <<release-notes-8.14.3>>
@@ -71,6 +72,7 @@ This section summarizes the changes in each release.
71
72
72
73
--
73
74
75
+ include::release-notes/8.15.2.asciidoc[]
74
76
include::release-notes/8.15.1.asciidoc[]
75
77
include::release-notes/8.15.0.asciidoc[]
76
78
include::release-notes/8.14.3.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.15.2]]
2
+ == {es} version 8.15.2
3
+
4
+ coming[8.15.2]
5
+
6
+ Also see <<breaking-changes-8.15,Breaking changes in 8.15>>.
7
+
8
+ [[bug-8.15.2]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Authorization::
13
+ * Fix remote cluster credential secure settings reload {es-pull}111535[#111535]
14
+
15
+ ES|QL::
16
+ * ESQL: Don't mutate the `BoolQueryBuilder` in plan {es-pull}111519[#111519]
17
+ * ES|QL: Fix `ResolvedEnrichPolicy` serialization (bwc) in v 8.15 {es-pull}112985[#112985] (issue: {es-issue}112968[#112968])
18
+ * Fix union-types where one index is missing the field {es-pull}111932[#111932] (issue: {es-issue}111912[#111912])
19
+ * Support widening of numeric types in union-types {es-pull}112610[#112610] (issue: {es-issue}111277[#111277])
20
+
21
+ Infra/Core::
22
+ * JSON parse failures should be 4xx codes {es-pull}112703[#112703]
23
+ * Json parsing exceptions should not cause 500 errors {es-pull}111548[#111548] (issue: {es-issue}111542[#111542])
24
+ * Make sure file accesses in `DnRoleMapper` are done in stack frames with permissions {es-pull}112400[#112400]
25
+
26
+ Ingest Node::
27
+ * Fix missing header in `put_geoip_database` JSON spec {es-pull}112581[#112581]
28
+
29
+ Logs::
30
+ * Fix encoding of dynamic arrays in ignored source {es-pull}112713[#112713]
31
+
32
+ Mapping::
33
+ * Full coverage of ECS by ecs@mappings when `date_detection` is disabled {es-pull}112444[#112444] (issue: {es-issue}112398[#112398])
34
+
35
+ Search::
36
+ * Fix parsing error in `_terms_enum` API {es-pull}112872[#112872] (issue: {es-issue}94378[#94378])
37
+
38
+ Security::
39
+ * Allowlist `tracestate` header on remote server port {es-pull}112649[#112649]
40
+
41
+ Vector Search::
42
+ * Fix NPE in `dense_vector` stats {es-pull}112720[#112720]
43
+
44
+
You can’t perform that action at this time.
0 commit comments