Skip to content

Commit bc83f28

Browse files
committed
fixes
1 parent 04e7741 commit bc83f28

File tree

1 file changed

+9
-5
lines changed
  • release-notes/elastic-cloud-serverless

1 file changed

+9
-5
lines changed

release-notes/elastic-cloud-serverless/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ Review the changes, fixes, and more to {{serverless-full}}.
3131
* Adds support for the `convert` processor in stream data processing [#240023]({{kib-pull}}240023)
3232
* Improves message feedback in collapsed Processors/Conditions sections [#240778]({{kib-pull}}240778)
3333
* Optimizes workflow output in Agent Builder tools by removing workflow execution details from tool calls, reducing LLM token consumption and improving agent performance and reliability [#241040]({{kib-pull}}241040)
34-
34+
* Improves value loading for `match_only_text` mapping in {{esql}} [#137026](https://github.com/elastic/elasticsearch/pull/137026)
35+
* * Introduces a new interface to declare functions depending on the `@timestamp` attribute in {{esql}} [#137040](https://github.com/elastic/elasticsearch/pull/137040)
36+
* * Adds support for `first` and `last` functions in {{esql}} [#137195](https://github.com/elastic/elasticsearch/pull/137195)
37+
* * Adds non-correlated subquery support in `FROM` command for {{esql}} [#135744](https://github.com/elastic/elasticsearch/pull/135744)
38+
3539
### Fixes [serverless-changelog-11032025-fixes]
3640

3741
* Fixes layout issues for Markdown embeddables in small panels [#240806]({{kib-pull}}240806)
@@ -67,12 +71,12 @@ Review the changes, fixes, and more to {{serverless-full}}.
6771
* Updates action response codes [#240420]({{kib-pull}}240420)
6872
* Fixes an infinite loop bug in the **Investigation guide** editor [#240472]({{kib-pull}}240472)
6973
* Catches and rethrows `TooComplexToDeterminizeException` in {{esql}} [#137024](https://github.com/elastic/elasticsearch/pull/137024)
70-
* Adds non-correlated subquery support in `FROM` command for {{esql}} [#135744](https://github.com/elastic/elasticsearch/pull/135744)
71-
* Adds support for `first` and `last` functions in {{esql}} [#137195](https://github.com/elastic/elasticsearch/pull/137195)
72-
* Introduces a new interface to declare functions depending on the `@timestamp` attribute in {{esql}} [#137040](https://github.com/elastic/elasticsearch/pull/137040)
74+
75+
76+
7377
* Fixes `ReplaceAliasingEvalWithProject` in case of shadowing for {{esql}} [#137025](https://github.com/elastic/elasticsearch/pull/137025)
7478
* Rejects invalid `reverse_nested` aggregations [#137047](https://github.com/elastic/elasticsearch/pull/137047)
75-
* Improves value loading for `match_only_text` mapping in {{esql}} [#137026](https://github.com/elastic/elasticsearch/pull/137026)
79+
7680
* Extends constant multi-value handling with warnings to general binary comparisons in {{esql}} [#137387](https://github.com/elastic/elasticsearch/pull/137387)
7781

7882
## October 27, 2025 [serverless-changelog-10272025]

0 commit comments

Comments
 (0)