Skip to content
Open
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
12 changes: 12 additions & 0 deletions release-notes/elastic-cloud-serverless/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Adds support for the `convert` processor in stream data processing [#240023]({{kib-pull}}240023)
* Improves message feedback in collapsed Processors/Conditions sections [#240778]({{kib-pull}}240778)
* 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)
* Field caps transport changes to return for each original expression what it was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Field caps transport changes to return for each original expression what it was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632)
* Updates field caps transport to return what each original expression was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632)

* Use DV rewrites where possible in Keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Use DV rewrites where possible in Keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536)
* Use DOC_VALUES_REWRITE rewrite method where possible in keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536)


### Fixes [serverless-changelog-11032025-fixes]

Expand Down Expand Up @@ -264,6 +266,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Updates action response codes [#240420]({{kib-pull}}240420)
* Fixes an infinite loop bug in the **Investigation guide** editor [#240472]({{kib-pull}}240472)


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

### Features and enhancements [elastic-security-10272025-features-enhancements]
Expand Down Expand Up @@ -395,6 +398,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Fixes an issue in the RAG Playground where invalid fields were highlighted but no error message appeared [#238284]({{kib-pull}}238284)
* Improves the performance of the clustering algorithm [#238394]({{kib-pull}}238394)

* Initializes `TermsEnum` eagerly [#136279](https://github.com/elastic/elasticsearch/pull/136279)


## October 6, 2025 [serverless-changelog-10062025]

Expand All @@ -417,6 +422,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Adds triple-quote support to the Manual Ingest Pipeline Processor editor [#236595]({{kib-pull}}236595)
* Introduces the German locale for Kibana in `beta` [#236903]({{kib-pull}}236903)
* Adds an advanced option to disable filtering of file-backed volumes and CD-ROMs in the **Device Control** plugin [#236620]({{kib-pull}}236620)
* Upgrades to Lucene 10.3.0

### Fixes [serverless-changelog-10062025-fixes]
* Rolls over the reporting data stream automatically when a newer template version is available [#234119]({{kib-pull}}234119)
Expand Down Expand Up @@ -593,6 +599,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Fixes an Anomaly Detection bug where custom URLs omitted generated fields in datafeed preview requests [#234709]({{kib-pull}}234709)
* Ensures full tool traces are displayed in flyouts [#234654]({{kib-pull}}234654)

* Uses inner query for equals/hashCode() in SourceConfirmedTextQuery [#134451](https://github.com/elastic/elasticsearch/pull/134451)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Uses inner query for equals/hashCode() in SourceConfirmedTextQuery [#134451](https://github.com/elastic/elasticsearch/pull/134451)
* Uses inner query for `equals` and `hashCode` in `SourceConfirmedTextQuery` [#134451](https://github.com/elastic/elasticsearch/pull/134451)


## September 8, 2025 [serverless-changelog-09082025]

### Features and enhancements [serverless-changelog-09082025-features-enhancements]
Expand Down Expand Up @@ -839,6 +847,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Fixes product docs install logic when the target version is higher than the current version for Machine Learning [#229704]({{kib-pull}}229704)
* Adds support for the `name` attribute in create and update actions for saved objects [#228464]({{kib-pull}}228464)
* Fixes missing data view [#229467]({{kib-pull}}229467)
* Fixes default missing index sort value of `data_nanos` pre 7.14 [#132162](https://github.com/elastic/elasticsearch/pull/132162)

## July 28, 2025 [serverless-changelog-07282025]

Expand Down Expand Up @@ -1197,6 +1206,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Fixes an issue with the OpenAI connector not using the action proxy configuration for all subactions in Machine Learning [#219617]({{kib-pull}}219617).
* Fixes an issue with **Anomaly Explorer** where the selected Overall swimlane bucket is not respected for `viewBy jobId` in Machine Learning [#222845]({{kib-pull}}222845).
* Fixes error handling when one or more connectors is deleted [#221958]({{kib-pull}}221958).
* Fixes minmax normalizer handling of single-doc result sets [#128689](https://github.com/elastic/elasticsearch/pull/128689)

## June 2, 2025 [serverless-changelog-06022025]

Expand Down Expand Up @@ -1386,6 +1396,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Improves anomaly charts object safety [#217552](https://github.com/elastic/kibana/pull/217552)
* Fixes title announcements in the details step of the anomaly detection job wizard [#218570](https://github.com/elastic/kibana/pull/218570)
* Fixes incorrect optimization for endpoint artifacts [#216437](https://github.com/elastic/kibana/pull/216437)
* Bypasses competitive iteration in single filter bucket case [#127267](https://github.com/elastic/elasticsearch/pull/127267)


## April 21, 2025 [serverless-changelog-04212025]
Expand Down Expand Up @@ -1442,6 +1453,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
* Adds support for Windows MSI commands for Fleet and Elastic Agent installations [#217217]({{kib-pull}}217217)
* Reuses shared integration policies when duplicating agent policies in Fleet [#217872]({{kib-pull}}217872)
* Enables adding badges to all list items in the side navigation except the section header [#217301]({{kib-pull}}217301)
* Upgrades to Lucene 10.2.0 [#126594](https://github.com/elastic/elasticsearch/pull/126594)

### Fixes [serverless-changelog-04142025-fixes]
* Fixes error message when previewing index templates used by data streams [#217604]({{kib-pull}}217604)
Expand Down
Loading