Skip to content

Commit a21d48a

Browse files
Add release notes for v9.1.7 release (#137836)
1 parent 52c74b6 commit a21d48a

File tree

4 files changed

+188
-0
lines changed

4 files changed

+188
-0
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1212

1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

15+
## 9.1.7 [elasticsearch-9.1.7-breaking-changes]
16+
```{applies_to}
17+
stack: ga 9.1.7
18+
```
19+
20+
There are no breaking changes associated with this release.
21+
1522
## 9.1.6 [elasticsearch-9.1.6-breaking-changes]
1623

1724
There are no breaking changes associated with this release.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
version: 9.1.7
2+
released: false
3+
generated: 2025-11-10T15:30:11.390661196Z
4+
changelogs:
5+
- pr: 134223
6+
summary: Improve concurrency design of `EnterpriseGeoIpDownloader`
7+
area: Ingest Node
8+
type: bug
9+
issues:
10+
- 126124
11+
- pr: 134359
12+
summary: Make `MutableSearchResponse` ref-counted to prevent use-after-close in async search
13+
area: Search
14+
type: bug
15+
issues: []
16+
- pr: 134894
17+
summary: "[Cyera] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
18+
area: Authorization
19+
type: enhancement
20+
issues:
21+
- 134183
22+
- pr: 135795
23+
summary: Grants `kibana_system` the ability to forcemerge certain indices
24+
area: Authorization
25+
type: bug
26+
issues: []
27+
- pr: 136147
28+
summary: Fixed geo point block loader slowness
29+
area: Mapping
30+
type: bug
31+
issues: []
32+
- pr: 136729
33+
summary: Start readiness service after http is started
34+
area: Infra/Node Lifecycle
35+
type: bug
36+
issues: []
37+
- pr: 136889
38+
summary: Remove early phase failure in batched
39+
area: Search
40+
type: bug
41+
issues:
42+
- 134151
43+
- pr: 136961
44+
summary: Fix `ignore_unmapped` setting when using `geo_shape` query with a pre-indexed shape
45+
area: Geo
46+
type: bug
47+
issues:
48+
- 136954
49+
- pr: 136963
50+
summary: Upgrade ASM to 9.9
51+
area: Infra/Core
52+
type: upgrade
53+
issues: []
54+
- pr: 137025
55+
summary: Fix `ReplaceAliasingEvalWithProject` in case of shadowing
56+
area: ES|QL
57+
type: bug
58+
issues:
59+
- 137019
60+
- pr: 137055
61+
summary: Do not create inference endpoint if ID is used in existing mappings
62+
area: Machine Learning
63+
type: bug
64+
issues:
65+
- 124272
66+
- pr: 137077
67+
summary: Catch exceptions from `mapperService` in `StoreRecovery.recoverFromLocalShards`
68+
area: Recovery
69+
type: bug
70+
issues: []
71+
- pr: 137219
72+
summary: Perform query field validation for rerank task type
73+
area: Machine Learning
74+
type: bug
75+
issues: []
76+
- pr: 137222
77+
summary: "[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."
78+
area: Authorization
79+
type: enhancement
80+
issues:
81+
- 240901
82+
- pr: 137275
83+
summary: "Reindex-from-remote: Fail on manual slicing param"
84+
area: Indices APIs
85+
type: bug
86+
issues:
87+
- 136269
88+
- pr: 137394
89+
summary: Fix dropped ignore above fields
90+
area: Mapping
91+
type: bug
92+
issues:
93+
- 137360
94+
- pr: 137398
95+
summary: Error if installed plugin is inside plugins folder
96+
area: Infra/Plugins
97+
type: enhancement
98+
issues:
99+
- 27401
100+
- pr: 137442
101+
summary: Handle ._original stored fields with fls
102+
area: Authorization
103+
type: bug
104+
issues: []
105+
- pr: 137640
106+
summary: Update bundled JDK to Java 25.0.1+8
107+
area: Packaging
108+
type: upgrade
109+
issues: []
110+
- pr: 137671
111+
summary: "[LTR] Fix feature display order when using explain"
112+
area: Search
113+
type: bug
114+
issues: []

docs/release-notes/deprecations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

19+
## 9.1.7 [elasticsearch-9.1.7-deprecations]
20+
```{applies_to}
21+
stack: ga 9.1.7
22+
```
23+
24+
There are no deprecations associated with this release.
25+
1926
## 9.1.6 [elasticsearch-9.1.6-deprecations]
2027

2128
There are no deprecations associated with this release.

docs/release-notes/index.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,66 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-next-fixes]
2121
% *
2222

23+
## 9.1.7 [elasticsearch-9.1.7-release-notes]
24+
```{applies_to}
25+
stack: ga 9.1.7
26+
```
27+
28+
### Features and enhancements [elasticsearch-9.1.7-features-enhancements]
29+
30+
Authorization:
31+
* [Cyera] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` [#134894](https://github.com/elastic/elasticsearch/pull/134894) (issue: [#134183](https://github.com/elastic/elasticsearch/issues/134183))
32+
* [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. [#137222](https://github.com/elastic/elasticsearch/pull/137222) (issue: [#240901](https://github.com/elastic/elasticsearch/issues/240901))
33+
34+
Infra/Core:
35+
* Upgrade ASM to 9.9 [#136963](https://github.com/elastic/elasticsearch/pull/136963)
36+
37+
Infra/Plugins:
38+
* Error if installed plugin is inside plugins folder [#137398](https://github.com/elastic/elasticsearch/pull/137398) (issue: [#27401](https://github.com/elastic/elasticsearch/issues/27401))
39+
40+
Packaging:
41+
* Update bundled JDK to Java 25.0.1+8 [#137640](https://github.com/elastic/elasticsearch/pull/137640)
42+
43+
44+
### Fixes [elasticsearch-9.1.7-fixes]
45+
46+
Authorization:
47+
* Grants `kibana_system` the ability to forcemerge certain indices [#135795](https://github.com/elastic/elasticsearch/pull/135795)
48+
* Handle ._original stored fields with fls [#137442](https://github.com/elastic/elasticsearch/pull/137442)
49+
50+
ES|QL:
51+
* Fix `ReplaceAliasingEvalWithProject` in case of shadowing [#137025](https://github.com/elastic/elasticsearch/pull/137025) (issue: [#137019](https://github.com/elastic/elasticsearch/issues/137019))
52+
53+
Geo:
54+
* Fix `ignore_unmapped` setting when using `geo_shape` query with a pre-indexed shape [#136961](https://github.com/elastic/elasticsearch/pull/136961) (issue: [#136954](https://github.com/elastic/elasticsearch/issues/136954))
55+
56+
Indices APIs:
57+
* Reindex-from-remote: Fail on manual slicing param [#137275](https://github.com/elastic/elasticsearch/pull/137275) (issue: [#136269](https://github.com/elastic/elasticsearch/issues/136269))
58+
59+
Infra/Node Lifecycle:
60+
* Start readiness service after http is started [#136729](https://github.com/elastic/elasticsearch/pull/136729)
61+
62+
Ingest Node:
63+
* Improve concurrency design of `EnterpriseGeoIpDownloader` [#134223](https://github.com/elastic/elasticsearch/pull/134223) (issue: [#126124](https://github.com/elastic/elasticsearch/issues/126124))
64+
65+
Machine Learning:
66+
* Do not create inference endpoint if ID is used in existing mappings [#137055](https://github.com/elastic/elasticsearch/pull/137055) (issue: [#124272](https://github.com/elastic/elasticsearch/issues/124272))
67+
* Perform query field validation for rerank task type [#137219](https://github.com/elastic/elasticsearch/pull/137219)
68+
69+
Mapping:
70+
* Fix dropped ignore above fields [#137394](https://github.com/elastic/elasticsearch/pull/137394) (issue: [#137360](https://github.com/elastic/elasticsearch/issues/137360))
71+
* Fixed geo point block loader slowness [#136147](https://github.com/elastic/elasticsearch/pull/136147)
72+
73+
Recovery:
74+
* Catch exceptions from `mapperService` in `StoreRecovery.recoverFromLocalShards` [#137077](https://github.com/elastic/elasticsearch/pull/137077)
75+
76+
Search:
77+
* Make `MutableSearchResponse` ref-counted to prevent use-after-close in async search [#134359](https://github.com/elastic/elasticsearch/pull/134359)
78+
* Remove early phase failure in batched [#136889](https://github.com/elastic/elasticsearch/pull/136889) (issue: [#134151](https://github.com/elastic/elasticsearch/issues/134151))
79+
* [LTR] Fix feature display order when using explain [#137671](https://github.com/elastic/elasticsearch/pull/137671)
80+
81+
82+
2383
## 9.1.6 [elasticsearch-9.1.6-release-notes]
2484

2585
### Features and enhancements [elasticsearch-9.1.6-features-enhancements]

0 commit comments

Comments
 (0)