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-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
21
21
% *
22
22
23
23
## 9.0.2 [elasticsearch-9.0.2-release-notes]
24
-
```{applies_to}
25
-
stack: coming 9.0.2
26
-
```
27
24
28
25
### Features and enhancements [elasticsearch-9.0.2-features-enhancements]
29
26
@@ -41,19 +38,27 @@ Aggregations:
41
38
Audit:
42
39
* Handle streaming request body in audit log [#127798](https://github.com/elastic/elasticsearch/pull/127798)
43
40
41
+
Codec:
42
+
* Use new source loader when lower `docId` is accessed [#128320](https://github.com/elastic/elasticsearch/pull/128320)
43
+
44
44
Data streams:
45
45
* Fix system data streams incorrectly showing up in the list of template validation problems [#128161](https://github.com/elastic/elasticsearch/pull/128161)
46
46
47
47
Downsampling:
48
48
* 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))
49
49
50
50
ES|QL:
51
+
* 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))
51
52
* 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))
54
55
* 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)
58
+
* 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))
59
+
60
+
Geo:
61
+
* 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))
57
62
58
63
Infra/Core:
59
64
* 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))
@@ -65,6 +70,8 @@ Infra/Scripting:
65
70
Machine Learning:
66
71
* Append all data to Chat Completion buffer [#127658](https://github.com/elastic/elasticsearch/pull/127658)
67
72
* Fix services API Google Vertex AI Rerank location field requirement [#127856](https://github.com/elastic/elasticsearch/pull/127856)
73
+
* Pass timeout to chat completion [#128338](https://github.com/elastic/elasticsearch/pull/128338)
74
+
* Use internal user for internal inference action [#128327](https://github.com/elastic/elasticsearch/pull/128327)
68
75
69
76
Relevance:
70
77
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc`[#128153](https://github.com/elastic/elasticsearch/pull/128153) (issue: [#126071](https://github.com/elastic/elasticsearch/issues/126071))
@@ -409,8 +416,6 @@ Machine Learning:
409
416
* Support mTLS for the Elastic Inference Service integration inside the inference API [#119679](https://github.com/elastic/elasticsearch/pull/119679)
410
417
*[Inference API] Add node-local rate limiting for the inference API [#120400](https://github.com/elastic/elasticsearch/pull/120400)
411
418
*[Inference API] fix spell words: covertToString to convertToString [#119922](https://github.com/elastic/elasticsearch/pull/119922)
412
-
* Update Linux build images to Rocky Linux 8 with gcc 13.3 [#2773](https://github.com/elastic/ml-cpp/pull/2773)
413
-
414
419
415
420
Mapping:
416
421
* Add Optional Source Filtering to Source Loaders [#113827](https://github.com/elastic/elasticsearch/pull/113827)
0 commit comments