You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,6 @@ Security:
94
94
95
95
96
96
## 9.0.2 [elasticsearch-9.0.2-release-notes]
97
-
```{applies_to}
98
-
stack: coming 9.0.2
99
-
```
100
97
101
98
### Features and enhancements [elasticsearch-9.0.2-features-enhancements]
102
99
@@ -114,19 +111,27 @@ Aggregations:
114
111
Audit:
115
112
* Handle streaming request body in audit log [#127798](https://github.com/elastic/elasticsearch/pull/127798)
116
113
114
+
Codec:
115
+
* Use new source loader when lower `docId` is accessed [#128320](https://github.com/elastic/elasticsearch/pull/128320)
116
+
117
117
Data streams:
118
118
* Fix system data streams incorrectly showing up in the list of template validation problems [#128161](https://github.com/elastic/elasticsearch/pull/128161)
119
119
120
120
Downsampling:
121
121
* 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))
122
122
123
123
ES|QL:
124
+
* 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))
124
125
* Don't push down filters on the right hand side of an inlinejoin [#127383](https://github.com/elastic/elasticsearch/pull/127383)
* 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))
127
128
* 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))
* Fix union types in CCS [#128111](https://github.com/elastic/elasticsearch/pull/128111)
131
+
* 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))
132
+
133
+
Geo:
134
+
* 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))
130
135
131
136
Infra/Core:
132
137
* 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))
@@ -138,6 +143,8 @@ Infra/Scripting:
138
143
Machine Learning:
139
144
* Append all data to Chat Completion buffer [#127658](https://github.com/elastic/elasticsearch/pull/127658)
140
145
* Fix services API Google Vertex AI Rerank location field requirement [#127856](https://github.com/elastic/elasticsearch/pull/127856)
146
+
* Pass timeout to chat completion [#128338](https://github.com/elastic/elasticsearch/pull/128338)
147
+
* Use internal user for internal inference action [#128327](https://github.com/elastic/elasticsearch/pull/128327)
141
148
142
149
Relevance:
143
150
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc`[#128153](https://github.com/elastic/elasticsearch/pull/128153) (issue: [#126071](https://github.com/elastic/elasticsearch/issues/126071))
0 commit comments