You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+74-2Lines changed: 74 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,80 @@ To check for security updates, go to [Security announcements for the Elastic sta
20
20
% ### Fixes [elasticsearch-next-fixes]
21
21
% *
22
22
23
+
## 9.1.4 [elasticsearch-9.1.4-release-notes]
24
+
```{applies_to}
25
+
stack: ga 9.1.4
26
+
```
27
+
28
+
### Features and enhancements [elasticsearch-9.1.4-features-enhancements]
29
+
30
+
Authorization:
31
+
*[Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`[#133793](https://github.com/elastic/elasticsearch/pull/133793) (issue: [#133703](https://github.com/elastic/elasticsearch/issues/133703))
32
+
33
+
FIPS:
34
+
* Bump bc-fips to 1.0.2.6 [#133198](https://github.com/elastic/elasticsearch/pull/133198)
35
+
36
+
Infra/Plugins:
37
+
* Add Reason field to elastic-agent upgrade details metadata [#134711](https://github.com/elastic/elasticsearch/pull/134711)
38
+
39
+
Network:
40
+
* Upgrade Netty to 4.1.126.Final [#134182](https://github.com/elastic/elasticsearch/pull/134182)
41
+
42
+
Security:
43
+
* Bump bcpkix version [#132853](https://github.com/elastic/elasticsearch/pull/132853)
44
+
45
+
46
+
### Fixes [elasticsearch-9.1.4-fixes]
47
+
48
+
Aggregations:
49
+
* Aggs: Fix CB on reduction phase [#133398](https://github.com/elastic/elasticsearch/pull/133398)
* Reserve memory for Lucene's TopN [#134235](https://github.com/elastic/elasticsearch/pull/134235)
56
+
* Track memory in evaluators [#133392](https://github.com/elastic/elasticsearch/pull/133392)
57
+
58
+
Indices APIs:
59
+
* Fix unnecessary determinization in index pattern conflict checks [#134231](https://github.com/elastic/elasticsearch/pull/134231) (issue: [#133652](https://github.com/elastic/elasticsearch/issues/133652))
60
+
61
+
Infra/Core:
62
+
* Remove `java.xml` from system modules [#133671](https://github.com/elastic/elasticsearch/pull/133671)
63
+
64
+
Infra/Scripting:
65
+
* Update `DefBootstrap` to handle Error from `ClassValue`[#133604](https://github.com/elastic/elasticsearch/pull/133604)
66
+
67
+
Infra/Settings:
68
+
* Use latest setting value when initializing setting watch [#134091](https://github.com/elastic/elasticsearch/pull/134091) (issue: [#133701](https://github.com/elastic/elasticsearch/issues/133701))
69
+
70
+
Ingest Node:
71
+
* Avoid stale enrich results after policy execution [#133752](https://github.com/elastic/elasticsearch/pull/133752)
72
+
* Fix `allow_duplicates` edge case bug in append processor [#134319](https://github.com/elastic/elasticsearch/pull/134319)
73
+
* Fix enrich caches outdated value after policy run [#133680](https://github.com/elastic/elasticsearch/pull/133680)
74
+
75
+
Machine Learning:
76
+
* Ensuring only a single request executor object is created [#133424](https://github.com/elastic/elasticsearch/pull/133424)
77
+
* Fix double-counting of inference memory in the assignment rebalancer [#133919](https://github.com/elastic/elasticsearch/pull/133919)
78
+
79
+
Mapping:
80
+
* Allow trailing empty string field names in paths of flattened field [#133611](https://github.com/elastic/elasticsearch/pull/133611) (issue: [#130139](https://github.com/elastic/elasticsearch/issues/130139))
81
+
* Fixed a bug where text fields in LogsDB indices did not use their keyword multi fields for block loading [#134253](https://github.com/elastic/elasticsearch/pull/134253)
82
+
83
+
Network:
84
+
* Remove Transfer-Encoding from HTTP request with no content [#133775](https://github.com/elastic/elasticsearch/pull/133775)
85
+
86
+
Relevance:
87
+
* Disallow creating `semantic_text` fields in indices created prior to 8.11.0 [#133080](https://github.com/elastic/elasticsearch/pull/133080)
88
+
89
+
Search:
90
+
* KQL: Support boolean operators in field queries [#133737](https://github.com/elastic/elasticsearch/pull/133737) (issue: [#132366](https://github.com/elastic/elasticsearch/issues/132366))
91
+
* Prevent field caps from failing due to can match failure [#134134](https://github.com/elastic/elasticsearch/pull/134134) (issue: [#116106](https://github.com/elastic/elasticsearch/issues/116106))
92
+
* Use inner query for equals/hashCode() in `SourceConfirmedTextQuery`[#134451](https://github.com/elastic/elasticsearch/pull/134451) (issue: [#134432](https://github.com/elastic/elasticsearch/issues/134432))
93
+
94
+
Snapshot/Restore:
95
+
* Delay S3 repo warning if default region absent [#133848](https://github.com/elastic/elasticsearch/pull/133848)
96
+
23
97
## 9.0.7 [elasticsearch-9.0.7-release-notes]
24
98
25
99
### Features and enhancements [elasticsearch-9.0.7-features-enhancements]
@@ -71,8 +145,6 @@ Relevance:
71
145
Search:
72
146
* KQL: Support boolean operators in field queries [#133737](https://github.com/elastic/elasticsearch/pull/133737) (issue: [#132366](https://github.com/elastic/elasticsearch/issues/132366))
0 commit comments