Skip to content

Commit 86350d9

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.19.7 release (#137835)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent a678f85 commit 86350d9

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-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.7>>
910
* <<release-notes-8.19.6>>
1011
* <<release-notes-8.19.5>>
1112
* <<release-notes-8.19.4>>
@@ -109,6 +110,7 @@ This section summarizes the changes in each release.
109110

110111
--
111112

113+
include::release-notes/8.19.7.asciidoc[]
112114
include::release-notes/8.19.6.asciidoc[]
113115
include::release-notes/8.19.5.asciidoc[]
114116
include::release-notes/8.19.4.asciidoc[]
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
[[release-notes-8.19.7]]
2+
== {es} version 8.19.7
3+
4+
coming[8.19.7]
5+
6+
Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+
[[bug-8.19.7]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Reject invalid `reverse_nested` aggs {es-pull}137047[#137047]
14+
15+
Authorization::
16+
* Grants `kibana_system` the ability to forcemerge certain indices {es-pull}135795[#135795]
17+
* Handle ._original stored fields with fls {es-pull}137442[#137442]
18+
19+
ES|QL::
20+
* Fix `ReplaceAliasingEvalWithProject` in case of shadowing {es-pull}137025[#137025] (issue: {es-issue}137019[#137019])
21+
22+
Geo::
23+
* Fix `ignore_unmapped` setting when using `geo_shape` query with a pre-indexed shape {es-pull}136961[#136961] (issue: {es-issue}136954[#136954])
24+
25+
Indices APIs::
26+
* Fix mapping conflicts in clone/split/shrink APIs {es-pull}137096[#137096]
27+
* Reindex-from-remote: Fail on manual slicing param {es-pull}137275[#137275] (issue: {es-issue}136269[#136269])
28+
29+
Infra/Node Lifecycle::
30+
* Start readiness service after http is started {es-pull}136729[#136729]
31+
32+
Ingest Node::
33+
* Improve concurrency design of `EnterpriseGeoIpDownloader` {es-pull}134223[#134223] (issue: {es-issue}126124[#126124])
34+
35+
Machine Learning::
36+
* Do not create inference endpoint if ID is used in existing mappings {es-pull}137055[#137055] (issue: {es-issue}124272[#124272])
37+
* Fix NPE when `date_buckets` aggregation is missing in the response {es-pull}128974[#128974]
38+
* Perform query field validation for rerank task type {es-pull}137219[#137219]
39+
40+
Mapping::
41+
* Fix dropped ignore above fields {es-pull}137394[#137394] (issue: {es-issue}137360[#137360])
42+
* Fixed geo point block loader slowness {es-pull}136147[#136147]
43+
44+
Recovery::
45+
* Catch exceptions from `mapperService` in `StoreRecovery.recoverFromLocalShards` {es-pull}137077[#137077]
46+
47+
Search::
48+
* [LTR] Fix feature display order when using explain {es-pull}137671[#137671]
49+
50+
Security::
51+
* Configurable HTTP read and connect timeouts for url based SAML metadata resolution {es-pull}136058[#136058]
52+
53+
Transform::
54+
* Handle missing geotile buckets {es-pull}137476[#137476] (issue: {es-issue}126591[#126591])
55+
56+
[[enhancement-8.19.7]]
57+
[float]
58+
=== Enhancements
59+
60+
Authorization::
61+
* [Cyera] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}134894[#134894] (issue: {es-issue}134183[#134183])
62+
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third-party agent indices in the `Kibana system` to support the threat event data stream. {es-pull}137222[#137222] (issue: {es-issue}240901[#240901])
63+
64+
Infra/Plugins::
65+
* Error if installed plugin is inside plugins folder {es-pull}137398[#137398] (issue: {es-issue}27401[#27401])
66+
67+
[[upgrade-8.19.7]]
68+
[float]
69+
=== Upgrades
70+
71+
Infra/Core::
72+
* Upgrade ASM to 9.9 {es-pull}136963[#136963]
73+
74+
Packaging::
75+
* Update bundled JDK to Java 25.0.1+8 {es-pull}137640[#137640]
76+
77+

0 commit comments

Comments
 (0)