Skip to content

Commit dea7531

Browse files
Add release notes for v8.18.3 release (#129805)
* Update docs for v8.18.3 release * Fix release notes error * Add editorial review --------- Co-authored-by: Charlotte Hoblik <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]>
1 parent 617ca83 commit dea7531

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-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.18.3>>
910
* <<release-notes-8.18.2>>
1011
* <<release-notes-8.18.1>>
1112
* <<release-notes-8.18.0>>
@@ -92,6 +93,7 @@ This section summarizes the changes in each release.
9293

9394
--
9495

96+
include::release-notes/8.18.3.asciidoc[]
9597
include::release-notes/8.18.2.asciidoc[]
9698
include::release-notes/8.18.1.asciidoc[]
9799
include::release-notes/8.18.0.asciidoc[]
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
[[release-notes-8.18.3]]
2+
== {es} version 8.18.3
3+
4+
coming[8.18.3]
5+
6+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
7+
8+
[[bug-8.18.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Aggs: Fix significant terms not finding background docuemnts for nested fields {es-pull}128472[#128472] (issue: {es-issue}101163[#101163])
14+
15+
Authorization::
16+
* Prevent invalid privileges in manage roles privilege {es-pull}128532[#128532] (issue: {es-issue}127496[#127496])
17+
18+
CCS::
19+
* Handle the indices pattern `["*", "-*"]` when grouping indices by cluster name {es-pull}128610[#128610]
20+
21+
Codec::
22+
* Use new source loader when lower `docId` is accessed {es-pull}128320[#128320]
23+
24+
Data streams::
25+
* Bump APM data resource version {es-pull}129547[#129547]
26+
27+
ES|QL::
28+
* Fix `FieldAttribute` name usage in `InferNonNullAggConstraint` {es-pull}128910[#128910]
29+
* Support DATE_NANOS in LOOKUP JOIN {es-pull}127962[#127962] (issue: {es-issue}127249[#127249])
30+
* Throw ISE instead of IAE for illegal block in page {es-pull}128960[#128960]
31+
32+
Geo::
33+
* Added geometry validation for GEO types to exit early on invalid latitudes {es-pull}128259[#128259] (issue: {es-issue}128234[#128234])
34+
35+
IdentityProvider::
36+
* Improve cache invalidation in IdP SP cache {es-pull}128890[#128890]
37+
38+
Infra/Core::
39+
* Update AbstractXContentParser to support parsers that don't provide text characters {es-pull}129005[#129005]
40+
41+
Infra/Plugins::
42+
* Add complete attribute to .fleet-agents docs {es-pull}127651[#127651]
43+
44+
Machine Learning::
45+
* Account for Java direct memory on machine learning nodes to prevent out-of-memory crashes. {es-pull}128742[#128742]
46+
* Ensure that anomaly detection job state update retries if master node is temoporarily unavailable {es-pull}129391[#129391] (issue: {es-issue}126148[#126148])
47+
* Fix NPE when `date_buckets` aggregation is missing in the response {es-pull}128974[#128974]
48+
* Pass timeout to chat completion {es-pull}128338[#128338]
49+
* Prevent ML data retention logic from failing when deleting documents in read-only indices {es-pull}125408[#125408]
50+
51+
Search::
52+
* Fix minmax normalizer handling of single-doc result sets {es-pull}128689[#128689]
53+
* Fix missing highlighting in `match_all` queries for `semantic_text` fields {es-pull}128702[#128702]
54+
55+
Searchable Snapshots::
56+
* Adjust unpromotable shard refresh request validation to allow `RefreshResult.NO_REFRESH` {es-pull}129176[#129176] (issue: {es-issue}129036[#129036])
57+
58+
Security::
59+
* Fix error message when changing the password for a user in the file realm {es-pull}127621[#127621]
60+
61+
Vector Search::
62+
* Fix NPE in `flat_bbq` scorer when all vectors are missing {es-pull}129548[#129548]
63+
64+
[[enhancement-8.18.3]]
65+
[float]
66+
=== Enhancements
67+
68+
Authorization::
69+
* Fix unsupported privileges error message during role and API key creation {es-pull}129158[#129158] (issue: {es-issue}128132[#128132])
70+
71+
ES|QL::
72+
* Support partial sort fields in TopN pushdown {es-pull}116043[#116043] (issue: {es-issue}114515[#114515])
73+
74+
[[upgrade-8.18.3]]
75+
[float]
76+
=== Upgrades
77+
78+
Packaging::
79+
* Update default docker base image to Ubuntu 24.04 {es-pull}128732[#128732]
80+
81+

0 commit comments

Comments
 (0)