Skip to content

Commit 9435f41

Browse files
Add release notes for v9.2.0 release (#136792)
1 parent f39b6d5 commit 9435f41

File tree

5 files changed

+2120
-38
lines changed

5 files changed

+2120
-38
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,28 @@ 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.5 [elasticsearch-9.1.5-breaking-changes]
15+
## 9.2.0 [elasticsearch-9.2.0-breaking-changes]
16+
```{applies_to}
17+
stack: ga 9.2.0
18+
```
1619

17-
There are no breaking changes associated with this release.
20+
Ingest Node:
21+
* Simulate API: Return 400 on invalid processor(s) [#130325](https://github.com/elastic/elasticsearch/pull/130325) (issue: [#120731](https://github.com/elastic/elasticsearch/issues/120731))
22+
23+
Mapping:
24+
* Don't enable norms for fields of type text when the index mode is LogsDB or TSDB [#131317](https://github.com/elastic/elasticsearch/pull/131317)
25+
26+
Vector Search:
27+
* Enable `exclude_source_vectors` by default for new indices [#131907](https://github.com/elastic/elasticsearch/pull/131907)
1828

1929
## 9.0.8 [elasticsearch-9.0.8-breaking-changes]
2030

2131
There are no breaking changes associated with this release.
2232

33+
## 9.1.5 [elasticsearch-9.1.5-breaking-changes]
34+
35+
There are no breaking changes associated with this release.
36+
2337
## 9.1.4 [elasticsearch-9.1.4-breaking-changes]
2438

2539
There are no breaking changes associated with this release.

docs/release-notes/changelog-bundles/9.1.5.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ changelogs:
7474
body: |-
7575
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
7676
These queries are now unsupported and produce an error. Example:
77-
[source,yaml]
78-
----------------------------
77+
78+
```yaml
7979
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
80-
----------------------------
80+
```
81+
8182
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
8283
pr: 135051
8384
- pr: 135078

0 commit comments

Comments
 (0)