Skip to content

Commit caed288

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.19.4 release (#134685)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 94bf39b commit caed288

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.4>>
910
* <<release-notes-8.19.3>>
1011
* <<release-notes-8.19.2>>
1112
* <<release-notes-8.19.1>>
@@ -104,6 +105,7 @@ This section summarizes the changes in each release.
104105

105106
--
106107

108+
include::release-notes/8.19.4.asciidoc[]
107109
include::release-notes/8.19.3.asciidoc[]
108110
include::release-notes/8.19.2.asciidoc[]
109111
include::release-notes/8.19.1.asciidoc[]
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
[[release-notes-8.19.4]]
2+
== {es} version 8.19.4
3+
4+
coming[8.19.4]
5+
6+
Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
7+
8+
[[bug-8.19.4]]
9+
[float]
10+
=== Bug fixes
11+
12+
Authorization::
13+
* Remove `DocumentSubsetBitsetCache` locking {es-pull}133681[#133681] (issue: {es-issue}132842[#132842])
14+
15+
ES|QL::
16+
* Reserve memory for Lucene's TopN {es-pull}134235[#134235]
17+
* Track memory in evaluators {es-pull}133392[#133392]
18+
19+
Infra/Core::
20+
* Remove `java.xml` from system modules {es-pull}133671[#133671]
21+
22+
Infra/Scripting::
23+
* Update `DefBootstrap` to handle Error from `ClassValue` {es-pull}133604[#133604]
24+
25+
Infra/Settings::
26+
* Use latest setting value when initializing setting watch {es-pull}134091[#134091] (issue: {es-issue}133701[#133701])
27+
28+
Ingest Node::
29+
* Fix `allow_duplicates` edge case bug in append processor {es-pull}134319[#134319]
30+
* Fix enrich caches outdated value after policy run {es-pull}133680[#133680]
31+
32+
Machine Learning::
33+
* Ensuring only a single request executor object is created {es-pull}133424[#133424]
34+
* Fix double-counting of inference memory in the assignment rebalancer {es-pull}133919[#133919]
35+
* Update EIS sparse and dense embedding max batch size to 16 {es-pull}132646[#132646]
36+
37+
Mapping::
38+
* Allow trailing empty string field names in paths of flattened field {es-pull}133611[#133611] (issue: {es-issue}130139[#130139])
39+
* Fixed a bug where text fields in LogsDB indices did not use their keyword multi fields for block loading {es-pull}134253[#134253]
40+
41+
Relevance::
42+
* Disallow creating `semantic_text` fields in indices created prior to 8.11.0 {es-pull}133080[#133080]
43+
44+
Search::
45+
* Prevent field caps from failing due to can match failure {es-pull}134134[#134134] (issue: {es-issue}116106[#116106])
46+
* Use inner query for equals/hashCode() in `SourceConfirmedTextQuery` {es-pull}134451[#134451] (issue: {es-issue}134432[#134432])
47+
48+
Snapshot/Restore::
49+
* Delay S3 repo warning if default region absent {es-pull}133848[#133848]
50+
51+
[[enhancement-8.19.4]]
52+
[float]
53+
=== Enhancements
54+
55+
Authorization::
56+
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}133793[#133793] (issue: {es-issue}133703[#133703])
57+
58+
Infra/Core::
59+
* Return unique deprecation for old indices with incompatible date formats {es-pull}124597[#124597]
60+
61+
Network::
62+
* Add human-readable HTTP client stats {es-pull}134296[#134296]
63+
64+
[[upgrade-8.19.4]]
65+
[float]
66+
=== Upgrades
67+
68+
FIPS::
69+
* Bump bc-fips to 1.0.2.6 {es-pull}133198[#133198]
70+
71+
Network::
72+
* Upgrade Netty to 4.1.126.Final {es-pull}134182[#134182]
73+
74+
Security::
75+
* Bump bcpkix version {es-pull}132853[#132853]
76+
77+

0 commit comments

Comments
 (0)