Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 36 additions & 2 deletions docs/release-notes/changelog-bundles/9.0.2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 9.0.2
released: false
generated: 2025-05-22T15:14:00.768080Z
released: true
generated: 2025-06-03T14:58:36.937148609Z
changelogs:
- pr: 126992
summary: Add missing `outbound_network` entitlement to x-pack-core
Expand Down Expand Up @@ -36,6 +36,12 @@ changelogs:
type: bug
issues:
- 127468
- pr: 127564
summary: Consider inlinestats when having `field_caps` check for field names
area: ES|QL
type: bug
issues:
- 127236
- pr: 127658
summary: Append all data to Chat Completion buffer
area: Machine Learning
Expand Down Expand Up @@ -133,3 +139,31 @@ changelogs:
area: Data streams
type: bug
issues: []
- pr: 128259
summary: Added geometry validation for GEO types to exit early on invalid latitudes
area: Geo
type: bug
issues:
- 128234
- pr: 128260
summary: Fix validation NPE in Enrich and add extra @Nullable annotations
area: ES|QL
type: bug
issues:
- 126297
- 126253
- pr: 128320
summary: Use new source loader when lower `docId` is accessed
area: Codec
type: bug
issues: []
- pr: 128327
summary: Use internal user for internal inference action
area: Machine Learning
type: bug
issues: []
- pr: 128338
summary: Pass timeout to chat completion
area: Machine Learning
type: bug
issues: []
13 changes: 10 additions & 3 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
% *

## 9.0.3 [elasticsearch-9.0.3-release-notes]
```{applies_to}

Check notice on line 24 in docs/release-notes/index.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

The 'coming' lifecycle is deprecated and will be removed in a future release.
stack: coming 9.0.3
```

Expand Down Expand Up @@ -94,9 +94,6 @@


## 9.0.2 [elasticsearch-9.0.2-release-notes]
```{applies_to}
stack: coming 9.0.2
```

### Features and enhancements [elasticsearch-9.0.2-features-enhancements]

Expand All @@ -114,19 +111,27 @@
Audit:
* Handle streaming request body in audit log [#127798](https://github.com/elastic/elasticsearch/pull/127798)

Codec:
* Use new source loader when lower `docId` is accessed [#128320](https://github.com/elastic/elasticsearch/pull/128320)

Data streams:
* Fix system data streams incorrectly showing up in the list of template validation problems [#128161](https://github.com/elastic/elasticsearch/pull/128161)

Downsampling:
* Downsampling does not consider passthrough fields as dimensions [#127752](https://github.com/elastic/elasticsearch/pull/127752) (issue: [#125156](https://github.com/elastic/elasticsearch/issues/125156))

ES|QL:
* Consider inlinestats when having `field_caps` check for field names [#127564](https://github.com/elastic/elasticsearch/pull/127564) (issue: [#127236](https://github.com/elastic/elasticsearch/issues/127236))
* Don't push down filters on the right hand side of an inlinejoin [#127383](https://github.com/elastic/elasticsearch/pull/127383)
* ESQL: Avoid unintended attribute removal [#127563](https://github.com/elastic/elasticsearch/pull/127563) (issue: [#127468](https://github.com/elastic/elasticsearch/issues/127468))
* ESQL: Fix alias removal in regex extraction with JOIN [#127687](https://github.com/elastic/elasticsearch/pull/127687) (issue: [#127467](https://github.com/elastic/elasticsearch/issues/127467))
* ESQL: Keep `DROP` attributes when resolving field names [#127009](https://github.com/elastic/elasticsearch/pull/127009) (issue: [#126418](https://github.com/elastic/elasticsearch/issues/126418))
* Ensure ordinal builder emit ordinal blocks [#127949](https://github.com/elastic/elasticsearch/pull/127949)
* Fix union types in CCS [#128111](https://github.com/elastic/elasticsearch/pull/128111)
* Fix validation NPE in Enrich and add extra @Nullable annotations [#128260](https://github.com/elastic/elasticsearch/pull/128260) (issues: [#126297](https://github.com/elastic/elasticsearch/issues/126297), [#126253](https://github.com/elastic/elasticsearch/issues/126253))

Geo:
* Added geometry validation for GEO types to exit early on invalid latitudes [#128259](https://github.com/elastic/elasticsearch/pull/128259) (issue: [#128234](https://github.com/elastic/elasticsearch/issues/128234))

Infra/Core:
* Add missing `outbound_network` entitlement to x-pack-core [#126992](https://github.com/elastic/elasticsearch/pull/126992) (issue: [#127003](https://github.com/elastic/elasticsearch/issues/127003))
Expand All @@ -138,6 +143,8 @@
Machine Learning:
* Append all data to Chat Completion buffer [#127658](https://github.com/elastic/elasticsearch/pull/127658)
* Fix services API Google Vertex AI Rerank location field requirement [#127856](https://github.com/elastic/elasticsearch/pull/127856)
* Pass timeout to chat completion [#128338](https://github.com/elastic/elasticsearch/pull/128338)
* Use internal user for internal inference action [#128327](https://github.com/elastic/elasticsearch/pull/128327)

Relevance:
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc` [#128153](https://github.com/elastic/elasticsearch/pull/128153) (issue: [#126071](https://github.com/elastic/elasticsearch/issues/126071))
Expand Down
Loading