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
+79-4Lines changed: 79 additions & 4 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.8 [elasticsearch-9.1.8-release-notes]
24
+
```{applies_to}
25
+
stack: ga 9.1.8
26
+
```
27
+
28
+
### Features and enhancements [elasticsearch-9.1.8-features-enhancements]
29
+
30
+
Authorization:
31
+
*[IRONSCALES] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`[#138094](https://github.com/elastic/elasticsearch/pull/138094) (issue: [#138093](https://github.com/elastic/elasticsearch/issues/138093))
32
+
33
+
Security:
34
+
* Upgrade UnboundID LDAP SDK to 7.0.3 [#138053](https://github.com/elastic/elasticsearch/pull/138053)
35
+
36
+
Snapshot/Restore:
37
+
* Upgrading commons-lang3 version for repository-hdfs plugin [#138589](https://github.com/elastic/elasticsearch/pull/138589)
38
+
39
+
40
+
### Fixes [elasticsearch-9.1.8-fixes]
41
+
42
+
Aggregations:
43
+
* Break on `FieldData` when building global ordinals [#108875](https://github.com/elastic/elasticsearch/pull/108875) (issue: [#97075](https://github.com/elastic/elasticsearch/issues/97075))
44
+
45
+
Downsampling:
46
+
* Fix: Downsample returns appropriate error when target index gets deleted unexpectedly. [#138228](https://github.com/elastic/elasticsearch/pull/138228)
47
+
48
+
ES|QL:
49
+
* Fix integer overflow in block memory estimation [#138132](https://github.com/elastic/elasticsearch/pull/138132)
50
+
* Handle index deletion while querying in ES|QL [#137702](https://github.com/elastic/elasticsearch/pull/137702) (issue: [#135863](https://github.com/elastic/elasticsearch/issues/135863))
51
+
52
+
ILM+SLM:
53
+
* ILM Explain: valid JSON on truncated step info [#137638](https://github.com/elastic/elasticsearch/pull/137638) (issue: [#135458](https://github.com/elastic/elasticsearch/issues/135458))
54
+
55
+
Indices APIs:
56
+
* Serverless filtering create from [#137850](https://github.com/elastic/elasticsearch/pull/137850)
57
+
58
+
Infra/Core:
59
+
* Fix for GET /_migration/deprecations doesn't check deprecated affix settings correctly [#137976](https://github.com/elastic/elasticsearch/pull/137976) (issue: [#137008](https://github.com/elastic/elasticsearch/issues/137008))
60
+
61
+
Infra/Settings:
62
+
* Fix default value for some settings when filtered [#137652](https://github.com/elastic/elasticsearch/pull/137652) (issue: [#136333](https://github.com/elastic/elasticsearch/issues/136333))
### Features and enhancements [elasticsearch-9.1.7-features-enhancements]
@@ -75,6 +149,8 @@ Search:
75
149
* Remove early phase failure in batched [#136889](https://github.com/elastic/elasticsearch/pull/136889) (issue: [#134151](https://github.com/elastic/elasticsearch/issues/134151))
76
150
*[LTR] Fix feature display order when using explain [#137671](https://github.com/elastic/elasticsearch/pull/137671)
77
151
152
+
153
+
78
154
## 9.2.1 [elasticsearch-9.2.1-release-notes]
79
155
80
156
### Features and enhancements [elasticsearch-9.2.1-features-enhancements]
@@ -166,6 +242,8 @@ TSDB:
166
242
Vector Search:
167
243
* Use Suppliers To Get Inference Results In Semantic Queries [#136720](https://github.com/elastic/elasticsearch/pull/136720) (issue: [#136621](https://github.com/elastic/elasticsearch/issues/136621))
168
244
245
+
246
+
169
247
## 9.1.6 [elasticsearch-9.1.6-release-notes]
170
248
171
249
### Features and enhancements [elasticsearch-9.1.6-features-enhancements]
0 commit comments