Skip to content
Open
Changes from 6 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
29 changes: 28 additions & 1 deletion release-notes/elastic-cloud-serverless/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@
* 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)

* Adds circuit breakers endpoint to CAT API [#136890](https://github.com/elastic/elasticsearch/pull/136890)

Check notice on line 231 in release-notes/elastic-cloud-serverless/index.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'CAT' has no definition.

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

* Fixes layout issues for Markdown embeddables in small panels [#240806]({{kib-pull}}240806)
Expand Down Expand Up @@ -593,6 +594,8 @@
* 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 latest setting value when initializing setting watch [#134091](https://github.com/elastic/elasticsearch/pull/134091)

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

### Features and enhancements [serverless-changelog-09082025-features-enhancements]
Expand Down Expand Up @@ -668,6 +671,8 @@
* Fixes responsiveness issues in the Stream management code editor area [#232630]({{kib-pull}}232630)
* Fixes an empty tooltip issue when creating tags [#232853]({{kib-pull}}232853)
* Fixes an issue where the **Create tag** modal wouldn't close properly [#233012]({{kib-pull}}233012)
* Updates `DefBootstrap` to handle `Error` from `ClassValue` [#133604](https://github.com/elastic/elasticsearch/pull/133604)
* Changes `GeneralScriptException` to 400 [#133659](https://github.com/elastic/elasticsearch/pull/133659)

## August 28, 2025 [serverless-changelog-08282025]

Expand All @@ -692,6 +697,8 @@
* Returns 429 status code instead of 500 for timeout handlers [#133111](https://github.com/elastic/elasticsearch/pull/133111)
* Allows configuring SAML private attributes [#133154](https://github.com/elastic/elasticsearch/pull/133154)

* Limits the depth of a filter [#133113](https://github.com/elastic/elasticsearch/pull/133113)

### Fixes [serverless-changelog-08252025-fixes]
* Fixes a rendering issue that affected progress elements in Canvas [#232432]({{kib-pull}}232432)
* Fixes the enforcement of deployment mode restrictions when creating package policies in {{fleet}} [#231679]({{kib-pull}}231679)
Expand Down Expand Up @@ -1198,6 +1205,8 @@
* 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).

* Adds retry for `AccessDeniedException` in `AbstractFileWatchingService` [#128653](https://github.com/elastic/elasticsearch/pull/128653)

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

### Features and enhancements [serverless-changelog-06022025-features-enhancements]
Expand Down Expand Up @@ -1254,6 +1263,8 @@
* Introduces a new endpoint scheme for SIEM migration [#219597]({{kib-pull}}219597)
* Extends default log pattern on server side to include error information [#219940]({{kib-pull}}219940)

* Ensures config reload on ..data symlink switch for `CSI` driver support [#127628](https://github.com/elastic/elasticsearch/pull/127628)


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

Expand All @@ -1273,6 +1284,8 @@
* Reworks cookie and session storage to prevent unexpected logouts for certain users with certain use cases [#220430]({{kib-pull}}220430)
* Changes the AI Connector description [#221154]({{kib-pull}}221154)

* Fixes `NPE` in `APMTracer` through `RestController` [#128314](https://github.com/elastic/elasticsearch/pull/128314)

## May 19, 2025 [serverless-changelog-05192025]

### Features and enhancements [serverless-changelog-05192025-features-enhancements]
Expand All @@ -1293,6 +1306,7 @@
* Adds an **ES|QL** control option to the dashboard controls dropdown [#219495]({{kib-pull}}219495)
* Enables full-text search in `STATS ... WHERE` **ES|QL** queries [#220691]({{kib-pull}}220691)
* Prevents downloading trained models that are already present in other spaces and displays a warning in Machine Learning [#220238]({{kib-pull}}220238)
* Creates and deletes per-project `objectstore`

### Fixes [serverless-changelog-05192025-fixes]
* Removes extra icon from map visualization tooltips [#220134]({{kib-pull}}220134)
Expand All @@ -1315,6 +1329,8 @@
* Fixes incorrect validation for names containing asterisks in **ES|QL** [#219832]({{kib-pull}}219832)
* Fixes overridden SSL config in full agent policy advanced YAML for Fleet [#219902]({{kib-pull}}219902)

* Avoids nested docs in `painless execute api` [#127991](https://github.com/elastic/elasticsearch/pull/127991)

## May 5, 2025 [serverless-changelog-050525]

### Features and enhancements [serverless-changelog-050525-features-enhancements]
Expand Down Expand Up @@ -1443,6 +1459,8 @@
* 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)

* `FileWatchingService` should not throw for missing file [#126264](https://github.com/elastic/elasticsearch/pull/126264)

### Fixes [serverless-changelog-04142025-fixes]
* Fixes error message when previewing index templates used by data streams [#217604]({{kib-pull}}217604)
* Wraps text in search bars [#217556]({{kib-pull}}217556)
Expand All @@ -1463,6 +1481,11 @@
* Filters inference connectors that lack existing endpoints in **Connectors** [#217641]({{kib-pull}}217641)
* Fixes focusability and keyboard access issues with the **Export** tab in the **Share this dashboard** modal [#217313]({{kib-pull}}217313)

* Improves handling of empty response [#125562](https://github.com/elastic/elasticsearch/pull/125562)
* Adds leniency to missing array values in mustache [#126550](https://github.com/elastic/elasticsearch/pull/126550)
* Adds a custom toString to `DynamicMap` [#126562](https://github.com/elastic/elasticsearch/pull/126562)
* Fixes painless return type cast for list shortcut [#126724](https://github.com/elastic/elasticsearch/pull/126724)

## April 7, 2025 [serverless-changelog-04072025]

### Features and enhancements [elastic-cloud-serverless-04072025-features-enhancements]
Expand Down Expand Up @@ -1570,6 +1593,8 @@
* Updates data feeds for anomaly detection jobs to exclude Elastic Agent and Beats processes [#213927]({{kib-pull}}213927)
* Adds Mustache lambdas for alerting action [#213859]({{kib-pull}}213859)
* Adds 'page reload' screen reader warning [#214822]({{kib-pull}}214822)
* Supports `reserved state` to be spread across several files
* Allows passing several `reserved state` chunks in single process call [#124574](https://github.com/elastic/elasticsearch/pull/124574)

### Fixes [elastic-cloud-serverless-03242025-fixes]
* Fixes color by value for Last value array mode [#213917]({{kib-pull}}213917)
Expand Down Expand Up @@ -1620,6 +1645,8 @@
* Introduces GA support for the [`semantic_text`](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md) field type on {{serverless-full}}
* Adds the ability for users to [customize prebuilt rules](https://github.com/elastic/kibana/issues/174168). Users can modify most rule parameters, export and import prebuilt rules — including customized ones — and upgrade prebuilt rules while retaining customization settings [#212761]({{kib-pull}}212761)

* Indicates when errors represent timeouts [#124936](https://github.com/elastic/elasticsearch/pull/124936)


### Fixes [elastic-cloud-serverless-03172025-fixes]
* Fixes a bug with ServiceNow where users could not create the connector from the UI form using OAuth [#213658]({{kib-pull}}213658)
Expand Down
Loading