Skip to content

Commit 3752f25

Browse files
authored
Update docs for v8.10.3 release (#100432)
1 parent 08cef09 commit 3752f25

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

docs/changelog/99604.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 99604
2-
summary: Show concrete error when enrich index not exist rather than NPE
2+
summary: Show a concrete error when the enrich index does not exist rather than a NullPointerException
33
area: Ingest Node
44
type: enhancement
55
issues: []

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.10.3>>
910
* <<release-notes-8.10.2>>
1011
* <<release-notes-8.10.1>>
1112
* <<release-notes-8.10.0>>
@@ -50,6 +51,7 @@ This section summarizes the changes in each release.
5051

5152
--
5253

54+
include::release-notes/8.10.3.asciidoc[]
5355
include::release-notes/8.10.2.asciidoc[]
5456
include::release-notes/8.10.1.asciidoc[]
5557
include::release-notes/8.10.0.asciidoc[]
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
[[release-notes-8.10.3]]
2+
== {es} version 8.10.3
3+
4+
coming[8.10.3]
5+
6+
Also see <<breaking-changes-8.10,Breaking changes in 8.10>>.
7+
8+
[[bug-8.10.3]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Fix cardinality agg for `const_keyword` {es-pull}99814[#99814] (issue: {es-issue}99776[#99776])
14+
15+
Distributed::
16+
* Skip settings validation during desired nodes updates {es-pull}99946[#99946]
17+
18+
Highlighting::
19+
* Implement matches() on `SourceConfirmedTextQuery` {es-pull}100252[#100252]
20+
21+
ILM+SLM::
22+
* ILM introduce the `check-ts-end-time-passed` step {es-pull}100179[#100179] (issue: {es-issue}99696[#99696])
23+
* ILM the delete action waits for a TSDS index time/bounds to lapse {es-pull}100207[#100207]
24+
25+
Ingest Node::
26+
* Validate enrich index before completing policy execution {es-pull}100106[#100106]
27+
28+
Machine Learning::
29+
* Adding retry logic for start model deployment API {es-pull}99673[#99673]
30+
* Using 1 MB chunks for elser model storage {es-pull}99677[#99677]
31+
32+
Search::
33+
* Close expired search contexts on SEARCH thread {es-pull}99660[#99660]
34+
* Fix fields API for `geo_point` fields inside other arrays {es-pull}99868[#99868] (issue: {es-issue}99781[#99781])
35+
36+
Snapshot/Restore::
37+
* Support $ and / in restore rename replacements {es-pull}99892[#99892] (issue: {es-issue}99078[#99078])
38+
39+
Transform::
40+
* Do not use PIT in the presence of remote indices in source {es-pull}99803[#99803]
41+
* Ignore "index not found" error when `delete_dest_index` flag is set but the dest index doesn't exist {es-pull}99738[#99738]
42+
* Let `_stats` internally timeout if checkpoint information can not be retrieved {es-pull}99914[#99914]
43+
44+
Vector Search::
45+
* Update version range in `jvm.options` for the Panama Vector API {es-pull}99846[#99846]
46+
47+
[[enhancement-8.10.3]]
48+
[float]
49+
=== Enhancements
50+
51+
Authorization::
52+
* Add manage permission for fleet managed threat intel indices {es-pull}99231[#99231]
53+
54+
Highlighting::
55+
* Implement matches() on `SourceConfirmedTextQuery` {es-pull}100134[#100134]
56+
57+
Ingest Node::
58+
* Show a concrete error when the enrich index does not exist rather than a NullPointerException {es-pull}99604[#99604]
59+
60+
Search::
61+
* Add checks in term and terms queries that input terms are not too long {es-pull}99818[#99818] (issue: {es-issue}99802[#99802])
62+
63+
[[upgrade-8.10.3]]
64+
[float]
65+
=== Upgrades
66+
67+
Packaging::
68+
* Upgrade bundled JDK to Java 21 {es-pull}99724[#99724]
69+
70+

0 commit comments

Comments
 (0)