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
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,6 @@ FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:client
38
38
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
39
39
::::
40
40
41
-
::::{dropdown} Security advisory
42
-
The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
43
-
::::
44
-
45
41
### Features and enhancements [elasticsearch-9.1.5-features-enhancements]
46
42
47
43
Audit:
@@ -98,16 +94,9 @@ Transform:
98
94
* Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing [#134963](https://github.com/elastic/elasticsearch/pull/134963) (issue: [#134263](https://github.com/elastic/elasticsearch/issues/134263))
99
95
* Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint [#134955](https://github.com/elastic/elasticsearch/pull/134955) (issue: [#134925](https://github.com/elastic/elasticsearch/issues/134925))
100
96
101
-
## 9.0.8 [elasticsearch-9.0.8-release-notes]
102
-
```{applies_to}
103
-
stack: ga 9.0.8
104
-
```
105
97
106
-
### Highlights [elasticsearch-9.0.8-highlights]
107
98
108
-
::::{dropdown} Security advisory
109
-
The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
110
-
::::
99
+
## 9.0.8 [elasticsearch-9.0.8-release-notes]
111
100
112
101
### Features and enhancements [elasticsearch-9.0.8-features-enhancements]
113
102
@@ -2019,4 +2008,6 @@ Vector Search:
2019
2008
* Return appropriate error on null dims update instead of npe [#125716](https://github.com/elastic/elasticsearch/pull/125716)
2020
2009
2021
2010
Watcher:
2022
-
* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479))
2011
+
* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479))
0 commit comments