Skip to content

Commit ce4f49d

Browse files
committed
Merge branch 'main' into reapply-generic-vector-format
2 parents d030050 + 4a6fd8a commit ce4f49d

File tree

30 files changed

+979
-80
lines changed

30 files changed

+979
-80
lines changed

docs/changelog/137585.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 137585
2+
summary: "Restore API: Fix file settings handling"
3+
area: Infra/Settings
4+
type: bug
5+
issues:
6+
- 122429

docs/changelog/137830.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 137830
2+
summary: Release decay function
3+
area: ES|QL
4+
type: feature
5+
issues: []

docs/changelog/137852.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 137852
2+
summary: Fixing get data stream API when data stream index mode has been changed
3+
to `time_series`
4+
area: Data streams
5+
type: bug
6+
issues: []

docs/reference/query-languages/esql/_snippets/functions/layout/decay.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/functions-operators/search-functions.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ including [KNN](dense-vector-functions.md#esql-knn), please refer to
2020
the [Dense vector functions](dense-vector-functions.md) documentation.
2121
:::
2222

23-
Use these functions for [full-text search](docs-content://solutions/search/full-text.md)
23+
Use these functions for [full-text search](docs-content://solutions/search/full-text.md)
2424
and [semantic search](docs-content://solutions/search/semantic-search/semantic-search-semantic-text.md).
2525

2626
Full text functions can be used to
@@ -56,14 +56,11 @@ for information on the limitations of full text search.
5656
:::{include} ../_snippets/functions/layout/score.md
5757
:::
5858

59+
:::{include} ../_snippets/functions/layout/decay.md
60+
:::
61+
5962
% TERM is currently a hidden feature
6063
% To make it visible again, uncomment this and the line in
6164
lists/search-functions.md
6265
% :::{include} ../_snippets/functions/layout/term.md
6366
% :::
64-
65-
% DECAY is currently a hidden feature
66-
% To make it visible again, uncomment this and the line in
67-
lists/search-functions.md
68-
% :::{include} ../_snippets/functions/layout/decay.md
69-
% :::

docs/reference/search-connectors/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ If you are an Enterprise Search user and want to upgrade to Elastic 9.0, refer t
1313
It includes detailed steps, tooling, and resources to help you transition to supported alternatives in 9.x, such as Elasticsearch, the Open Web Crawler, and self-managed connectors.
1414
:::
1515

16+
## 9.2.1 [connectors-9.2.1-release-notes]
17+
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.
18+
1619
## 9.2.0 [connectors-9.2.0-release-notes]
1720

1821
### Features and enhancements [connectors-9.2.0-features-enhancements]
1922
* Refactored pagination from OFFSET-based to keyset (primary-key) pagination in the MySQL connector. This delivers 3×+ faster syncs on large tables and modest gains on smaller ones. [#3719](https://github.com/elastic/connectors/pull/3719).
2023

2124
* Updated the Jira connector to use the new `/rest/api/3/search/jql` endpoint, ensuring compatibility with Jira’s latest API. [#3710](https://github.com/elastic/connectors/pull/3710).
2225

26+
## 9.1.7 [connectors-9.1.7-release-notes]
27+
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.
28+
2329
## 9.1.6 [connectors-9.1.6-release-notes]
2430

2531
### Features and enhancements [connectors-9.1.6-features-enhancements]

docs/release-notes/breaking-changes.md

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

1732
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: []

0 commit comments

Comments
 (0)