Skip to content

Commit 755b480

Browse files
Merge branch 'main' into security-transport-refactoring
2 parents 46f0119 + cebc1a8 commit 755b480

File tree

77 files changed

+1793
-488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1793
-488
lines changed

docs/changelog/135873.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135873
2+
summary: Convert `BytesTransportResponse` when proxying response from/to local node
3+
area: "Network"
4+
type: bug
5+
issues: []

docs/release-notes/breaking-changes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ 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.0.8 [elasticsearch-9.0.8-breaking-changes]
16+
```{applies_to}
17+
stack: ga 9.0.8
18+
```
19+
20+
There are no breaking changes associated with this release.
21+
22+
## 9.1.5 [elasticsearch-9.1.5-breaking-changes]
23+
```{applies_to}
24+
stack: ga 9.1.5
25+
```
26+
27+
There are no breaking changes associated with this release.
28+
1529
## 9.1.4 [elasticsearch-9.1.4-breaking-changes]
1630

1731
There are no breaking changes associated with this release.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
version: 9.0.8
2+
released: false
3+
generated: 2025-10-03T13:09:24.707151330Z
4+
changelogs:
5+
- pr: 134134
6+
summary: Prevent field caps from failing due to can match failure
7+
area: Search
8+
type: bug
9+
issues:
10+
- 116106
11+
- pr: 134461
12+
summary: Propagates filter() to aggregation functions' surrogates
13+
area: Aggregations
14+
type: bug
15+
issues:
16+
- 134380
17+
- pr: 134636
18+
summary: "[Island Browser] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
19+
area: Authorization
20+
type: enhancement
21+
issues:
22+
- 134136
23+
- pr: 134656
24+
summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`
25+
area: Engine
26+
type: bug
27+
issues: []
28+
- pr: 134673
29+
summary: Gracefully shutdown model deployment when node is removed from assignment routing
30+
area: Machine Learning
31+
type: bug
32+
issues: []
33+
- pr: 134711
34+
summary: Add Reason field to elastic-agent upgrade details metadata
35+
area: Infra/Plugins
36+
type: enhancement
37+
issues: []
38+
- pr: 134955
39+
summary: Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint
40+
area: Transform
41+
type: bug
42+
issues:
43+
- 134925
44+
- pr: 134963
45+
summary: Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing
46+
area: Transform
47+
type: bug
48+
issues:
49+
- 134263
50+
- pr: 135012
51+
summary: Bypass MMap arena grouping as this has caused issues with too many regions being mapped
52+
area: Engine
53+
type: bug
54+
issues: []
55+
- pr: 135078
56+
summary: Fix async get results with inconsistent headers
57+
area: ES|QL
58+
type: bug
59+
issues:
60+
- 135042
61+
- pr: 135176
62+
summary: '`CentroidCalculator` does not return negative summation weights'
63+
area: Geo
64+
type: bug
65+
issues:
66+
- 131861
67+
- pr: 135235
68+
summary: Fix systemd notify to use a shared arena
69+
area: Infra/Node Lifecycle
70+
type: bug
71+
issues: []
72+
- pr: 135270
73+
summary: Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern
74+
area: Machine Learning
75+
type: bug
76+
issues: []
77+
- pr: 135414
78+
summary: "Change reindex to use ::es-redacted:: filtering"
79+
area: Audit
80+
type: enhancement
81+
issues: []
82+
- pr: 135479
83+
summary: Correctly apply field path to JSON processor when adding contents to document root
84+
area: Ingest Node
85+
type: bug
86+
issues: []
87+
- pr: 135653
88+
summary: Reset health status on successful empty checkpoint
89+
area: Machine Learning
90+
type: bug
91+
issues:
92+
- 135650
93+
- pr: 135776
94+
summary: Fix KQL case-sensitivity for keyword fields in ES|QL
95+
area: Search
96+
type: bug
97+
issues:
98+
- 135772
99+
- pr: 135845
100+
summary: Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch
101+
area: Mapping
102+
type: bug
103+
issues: []
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
version: 9.1.5
2+
released: false
3+
generated: 2025-10-03T13:40:06.241618847Z
4+
changelogs:
5+
- pr: 134461
6+
summary: Propagates filter() to aggregation functions' surrogates
7+
area: Aggregations
8+
type: bug
9+
issues:
10+
- 134380
11+
- pr: 134582
12+
summary: Fixed match only text block loader not working when a keyword multi field is present
13+
area: Mapping
14+
type: bug
15+
issues: []
16+
- pr: 134636
17+
summary: "[Island Browser] 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+
- 134136
22+
- pr: 134656
23+
summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`
24+
area: Engine
25+
type: bug
26+
issues: []
27+
- pr: 134673
28+
summary: Gracefully shutdown model deployment when node is removed from assignment routing
29+
area: Machine Learning
30+
type: bug
31+
issues: []
32+
- pr: 134790
33+
summary: "Bug fix: Facilitate second retrieval of the same value"
34+
area: Infra/Core
35+
type: bug
36+
issues:
37+
- 134770
38+
- pr: 134887
39+
summary: Avoid holding references to `SearchExecutionContext` in `SourceConfirmedTextQuery`
40+
area: Mapping
41+
type: bug
42+
issues: []
43+
- pr: 134955
44+
summary: Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint
45+
area: Transform
46+
type: bug
47+
issues:
48+
- 134925
49+
- pr: 134963
50+
summary: Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing
51+
area: Transform
52+
type: bug
53+
issues:
54+
- 134263
55+
- pr: 135012
56+
summary: Bypass MMap arena grouping as this has caused issues with too many regions being mapped
57+
area: Engine
58+
type: bug
59+
issues: []
60+
- pr: 135051
61+
summary: Ban Limit + `MvExpand` before remote Enrich
62+
area: ES|QL
63+
type: bug
64+
issues: []
65+
highlight:
66+
notable: false
67+
title: Prevent LIMIT + MV_EXPAND before remote ENRICH
68+
body: |-
69+
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
70+
These queries are now unsupported and produce an error. Example:
71+
[source,yaml]
72+
----------------------------
73+
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
74+
----------------------------
75+
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
76+
pr: 135051
77+
- pr: 135078
78+
summary: Fix async get results with inconsistent headers
79+
area: ES|QL
80+
type: bug
81+
issues:
82+
- 135042
83+
- pr: 135096
84+
summary: Tolerate mixed types in datafeed stats sort
85+
area: Machine Learning
86+
type: bug
87+
issues: []
88+
- pr: 135176
89+
summary: '`CentroidCalculator` does not return negative summation weights'
90+
area: Geo
91+
type: bug
92+
issues:
93+
- 131861
94+
- pr: 135209
95+
summary: Fix expiration time in ES|QL async
96+
area: ES|QL
97+
type: bug
98+
issues:
99+
- 135169
100+
- pr: 135235
101+
summary: Fix systemd notify to use a shared arena
102+
area: Infra/Node Lifecycle
103+
type: bug
104+
issues: []
105+
- pr: 135270
106+
summary: Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern
107+
area: Machine Learning
108+
type: bug
109+
issues: []
110+
- pr: 135414
111+
summary: "Change reindex to use ::es-redacted:: filtering"
112+
area: Audit
113+
type: enhancement
114+
issues: []
115+
- pr: 135479
116+
summary: Correctly apply field path to JSON processor when adding contents to document root
117+
area: Ingest Node
118+
type: bug
119+
issues: []
120+
- pr: 135505
121+
summary: Address es819 tsdb doc values format performance bug
122+
area: Codec
123+
type: bug
124+
issues:
125+
- 135340
126+
- pr: 135653
127+
summary: Reset health status on successful empty checkpoint
128+
area: Machine Learning
129+
type: bug
130+
issues:
131+
- 135650
132+
- pr: 135776
133+
summary: Fix KQL case-sensitivity for keyword fields in ES|QL
134+
area: Search
135+
type: bug
136+
issues:
137+
- 135772
138+
- pr: 135845
139+
summary: Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch
140+
area: Mapping
141+
type: bug
142+
issues: []

docs/release-notes/deprecations.md

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

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

19+
## 9.0.8 [elasticsearch-9.0.8-deprecations]
20+
```{applies_to}
21+
stack: ga 9.0.8
22+
```
23+
24+
There are no deprecations associated with this release.
25+
26+
## 9.1.5 [elasticsearch-9.1.5-deprecations]
27+
```{applies_to}
28+
stack: ga 9.1.5
29+
```
30+
31+
There are no deprecations associated with this release.
32+
1933
## 9.1.4 [elasticsearch-9.1.4-deprecations]
2034

2135
There are no deprecations associated with this release.

0 commit comments

Comments
 (0)