Skip to content

Commit 25fcdc5

Browse files
Update docs for v8.15.2 release (elastic#113357)
1 parent f93678d commit 25fcdc5

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-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.15.2>>
910
* <<release-notes-8.15.1>>
1011
* <<release-notes-8.15.0>>
1112
* <<release-notes-8.14.3>>
@@ -71,6 +72,7 @@ This section summarizes the changes in each release.
7172

7273
--
7374

75+
include::release-notes/8.15.2.asciidoc[]
7476
include::release-notes/8.15.1.asciidoc[]
7577
include::release-notes/8.15.0.asciidoc[]
7678
include::release-notes/8.14.3.asciidoc[]
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+

0 commit comments

Comments
 (0)