Skip to content

Commit 6c02585

Browse files
author
elasticsearchmachine
committed
Update docs for v8.19.8 release
1 parent e34ace0 commit 6c02585

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-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.19.8>>
910
* <<release-notes-8.19.7>>
1011
* <<release-notes-8.19.6>>
1112
* <<release-notes-8.19.5>>
@@ -110,6 +111,7 @@ This section summarizes the changes in each release.
110111

111112
--
112113

114+
include::release-notes/8.19.8.asciidoc[]
113115
include::release-notes/8.19.7.asciidoc[]
114116
include::release-notes/8.19.6.asciidoc[]
115117
include::release-notes/8.19.5.asciidoc[]
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
[[release-notes-8.19.8]]
2+
== {es} version 8.19.8
3+
4+
coming[8.19.8]
5+
6+
Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+
[[bug-8.19.8]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Break on `FieldData` when building global ordinals {es-pull}108875[#108875] (issue: {es-issue}97075[#97075])
14+
15+
Downsampling::
16+
* Fix: Downsample returns appropriate error when target index gets deleted unexpectedly. {es-pull}138228[#138228]
17+
18+
EQL::
19+
* Better error message for sequences with only one clause plus UNTIL {es-pull}132638[#132638]
20+
21+
ES|QL::
22+
* Fix integer overflow in block memory estimation {es-pull}138132[#138132]
23+
* Handle index deletion while querying in ES|QL {es-pull}137702[#137702] (issue: {es-issue}135863[#135863])
24+
25+
ILM+SLM::
26+
* ILM Explain: valid JSON on truncated step info {es-pull}137638[#137638] (issue: {es-issue}135458[#135458])
27+
28+
Indices APIs::
29+
* Serverless filtering create from {es-pull}137850[#137850]
30+
31+
Infra/Core::
32+
* Fix for GET /_migration/deprecations doesn't check deprecated affix settings correctly {es-pull}137976[#137976] (issue: {es-issue}137008[#137008])
33+
34+
Infra/Settings::
35+
* Fix default value for some settings when filtered {es-pull}137652[#137652] (issue: {es-issue}136333[#136333])
36+
* Restore API: Fix file settings handling {es-pull}137585[#137585] (issue: {es-issue}122429[#122429])
37+
38+
Ingest Node::
39+
* Improve concurrency design of `GeoIpDownloader` {es-pull}137660[#137660] (issues: {es-issue}135158[#135158], {es-issue}130681[#130681], {es-issue}135132[#135132], {es-issue}133597[#133597])
40+
41+
Machine Learning::
42+
* Bump anomalies index template version to install latest {es-pull}138097[#138097]
43+
* Fix ML calendar event update scalability issues {es-pull}136886[#136886]
44+
45+
Mapping::
46+
* Reject mappings that (eventually) set dimension and metric in the same field {es-pull}138308[#138308]
47+
48+
Relevance::
49+
* Fix semantic highlighting when using a `knn` query with minimum `similarity` {es-pull}138140[#138140]
50+
51+
Search::
52+
* Fix Bug in `RankDocRetrieverBuilder` when `from` is set to Default (-1) {es-pull}137637[#137637]
53+
* Remove early phase failure in batched {es-pull}136889[#136889] (issue: {es-issue}134151[#134151])
54+
55+
Security::
56+
* Add User Profile Size Limit Enforced During Profile Updates {es-pull}137712[#137712]
57+
* Principal Extraction from Certificate RDN Attribute Value in PKI Realm {es-pull}137230[#137230]
58+
59+
Snapshot/Restore::
60+
* Add length validation for `rename_replacement` parameter in snapshot restore request {es-pull}137859[#137859]
61+
62+
[[enhancement-8.19.8]]
63+
[float]
64+
=== Enhancements
65+
66+
Authorization::
67+
* [IRONSCALES] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}138094[#138094] (issue: {es-issue}138093[#138093])
68+
69+
[[upgrade-8.19.8]]
70+
[float]
71+
=== Upgrades
72+
73+
Security::
74+
* Upgrade UnboundID LDAP SDK to 7.0.3 {es-pull}138053[#138053]
75+
76+
Snapshot/Restore::
77+
* Upgrading commons-lang3 version for repository-hdfs plugin {es-pull}138589[#138589]
78+
79+

0 commit comments

Comments
 (0)