Skip to content

Commit 27f6e09

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.19.5 release (#135882)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 35f3488 commit 27f6e09

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-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.5>>
910
* <<release-notes-8.19.4>>
1011
* <<release-notes-8.19.3>>
1112
* <<release-notes-8.19.2>>
@@ -106,6 +107,7 @@ This section summarizes the changes in each release.
106107

107108
--
108109

110+
include::release-notes/8.19.5.asciidoc[]
109111
include::release-notes/8.19.4.asciidoc[]
110112
include::release-notes/8.19.3.asciidoc[]
111113
include::release-notes/8.19.2.asciidoc[]
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[[release-notes-8.19.5]]
2+
== {es} version 8.19.5
3+
4+
coming[8.19.5]
5+
6+
Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+
[[bug-8.19.5]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Propagates filter() to aggregation functions' surrogates {es-pull}134461[#134461] (issue: {es-issue}134380[#134380])
14+
15+
Codec::
16+
* Address es819 tsdb doc values format performance bug {es-pull}135505[#135505] (issue: {es-issue}135340[#135340])
17+
18+
ES|QL::
19+
* Ban Limit + `MvExpand` before remote Enrich {es-pull}135051[#135051]
20+
* Fix async get results with inconsistent headers {es-pull}135078[#135078] (issue: {es-issue}135042[#135042])
21+
* Fix expiration time in ES|QL async {es-pull}135209[#135209] (issue: {es-issue}135169[#135169])
22+
23+
Engine::
24+
* Bypass MMap arena grouping as this has caused issues with too many regions being mapped {es-pull}135012[#135012]
25+
* Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter` {es-pull}134656[#134656]
26+
27+
Geo::
28+
* `CentroidCalculator` does not return negative summation weights {es-pull}135176[#135176] (issue: {es-issue}131861[#131861])
29+
30+
Infra/Core::
31+
* Bug fix: Facilitate second retrieval of the same value {es-pull}134790[#134790] (issue: {es-issue}134770[#134770])
32+
33+
Infra/Node Lifecycle::
34+
* Fix systemd notify to use a shared arena {es-pull}135235[#135235]
35+
36+
Ingest Node::
37+
* Correctly apply field path to JSON processor when adding contents to document root {es-pull}135479[#135479]
38+
39+
Machine Learning::
40+
* Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern {es-pull}135270[#135270]
41+
* Gracefully shutdown model deployment when node is removed from assignment routing {es-pull}134673[#134673]
42+
* Reset health status on successful empty checkpoint {es-pull}135653[#135653] (issue: {es-issue}135650[#135650])
43+
* Tolerate mixed types in datafeed stats sort {es-pull}135096[#135096]
44+
45+
Mapping::
46+
* Avoid holding references to `SearchExecutionContext` in `SourceConfirmedTextQuery` {es-pull}134887[#134887]
47+
* Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch {es-pull}135845[#135845]
48+
* Fixed match only text block loader not working when a keyword multi field is present {es-pull}134582[#134582]
49+
50+
Search::
51+
* Fix KQL case-sensitivity for keyword fields in ES|QL {es-pull}135776[#135776] (issue: {es-issue}135772[#135772])
52+
53+
Transform::
54+
* Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing {es-pull}134963[#134963] (issue: {es-issue}134263[#134263])
55+
* Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint {es-pull}134955[#134955] (issue: {es-issue}134925[#134925])
56+
57+
[[enhancement-8.19.5]]
58+
[float]
59+
=== Enhancements
60+
61+
Audit::
62+
* Change reindex to use ::es-redacted:: filtering {es-pull}135414[#135414]
63+
64+
Authorization::
65+
* [Island Browser] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}134636[#134636] (issue: {es-issue}134136[#134136])
66+
67+

0 commit comments

Comments
 (0)