Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions release-notes/elastic-cloud-serverless/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ products:

# {{serverless-full}} breaking changes [elastic-cloud-serverless-breaking-changes]

## March 2, 2026 [elastic-cloud-serverless-03022026-breaking]

:::{dropdown} Removes serializer and deserializer parameters from the {{elastic-sec}} Lists API

The `serializer` and `deserializer` parameters have been removed from the {{elastic-sec}} Lists API. These parameters previously allowed custom parsing logic for value list items:

- `serializer` — Determined how uploaded list item values were parsed using regex patterns.
- `deserializer` — Determined how retrieved list item values were presented using Handlebars expressions.

**Impact:**

API requests that include `serializer` or `deserializer` parameters (in the Create List API request body or Import List Items API query string) will have those parameters silently ignored, and a warning header is returned in the response. Users who relied on custom parsing logic will need to pre-process their list data before import, as only default parsing behavior is now supported.

For more information, view [#250111]({{kib-pull}}250111).
:::

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

:::{dropdown} Implement native synthetic source for normalized keywords
Expand Down
71 changes: 71 additions & 0 deletions release-notes/elastic-cloud-serverless/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,77 @@
# {{serverless-full}} changelog [elastic-cloud-serverless-changelog]
Review the changes, fixes, and more to {{serverless-full}}.

## March 2, 2026 [serverless-changelog-03022026]

### Features and enhancements [serverless-changelog-03022026-features-enhancements]

* Adds a new line-optimized color palette for line charts in Lens [#253437]({{kib-pull}}253437)
* Adds sort order controls for heatmap visualization axes [#244696]({{kib-pull}}244696)
* Adds library support for the Markdown embeddable panel [#248779]({{kib-pull}}248779)
* Adds a borderless option to the panel settings [#255021]({{kib-pull}}255021)
* Displays warnings for deprecated integration features [#253923]({{kib-pull}}253923)
* Adds an out-of-the-box alerting rule template to newly installed integrations for monitoring idle data streams [#254730]({{kib-pull}}254730)
* Adds an **Alerting** tab to the integrations UI for viewing and managing alerting-related assets [#253948]({{kib-pull}}253948)
* Enables dashboard and URL drilldowns for {{esql}} charts in Lens [#253223]({{kib-pull}}253223)
* Simplifies the {{esql}} query button states to show **Search** or **Cancel** with consistent styling [#254121]({{kib-pull}}254121)
* Improves the commenting and uncommenting behavior in the {{esql}} editor to match standard IDE conventions [#254851]({{kib-pull}}254851)
* Adds an EUI Tour to the Tab menu for switching between classic and {{esql}} modes [#254183]({{kib-pull}}254183)
* Adds notifications when background searches complete [#249857]({{kib-pull}}249857)
* Reduces the private location monitors sync task interval and makes it configurable [#252708]({{kib-pull}}252708)
* Improves the maintenance window callout for private location monitors [#252847]({{kib-pull}}252847)
* Replaces the legacy waterfall component with the new unified trace waterfall in APM, supporting unprocessed OpenTelemetry data [#248629]({{kib-pull}}248629)
* Adds error handling to the Observability landing page to prevent stalled navigation when status checks fail [#254171]({{kib-pull}}254171)
* Adds an entity analytics skill to Agent Builder for answering risk score questions about users and hosts [#252400]({{kib-pull}}252400)
* Adds a space ID filter in **Advanced Settings** [#247733]({{kib-pull}}247733)
* Adds the ability to configure a space-level default project routing expression in the **Space Management** UI [#250990]({{kib-pull}}250990)
* Adds Gemini 2.5 Flash Lite, Claude 4.5 Haiku, and Claude 4.6 Sonnet preconfigured connectors [#253109]({{kib-pull}}253109)
* Redesigns dashboard panel titles with updated margins, reduced font weight, and a teal hover color [#251720]({{kib-pull}}251720)
* Improves the **Inference Endpoints** management page by adding a view to group endpoints by service [#254296]({{kib-pull}}254296)
* Adds a server-side workflow validation endpoint [#254502]({{kib-pull}}254502)
* Adds Streams APIs as allowed {{kib}} workflow steps [#252068]({{kib-pull}}252068)
* Adds Cases workflow steps [#253119]({{kib-pull}}253119)
* Defaults to a line chart when dropping a timestamp field into the Lens workspace [#253930]({{kib-pull}}253930)
* Adds table borders to metadata and dimensions in the **View details** flyout [#252329]({{kib-pull}}252329)
* Respects the `observability:enableInspectEsQueries` setting in the **Hosts** UI [#253618]({{kib-pull}}253618)
* Connects the fields list breakdown with the dimensions breakdown in Discover [#248920]({{kib-pull}}248920)
* Adds server-side support for user-created skills in Agent Builder [#252493]({{kib-pull}}252493)
* Adds agent and tools RBAC subfeature privileges [#254464]({{kib-pull}}254464)

Check warning on line 46 in release-notes/elastic-cloud-serverless/index.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.Spelling: 'subfeature' is a possible misspelling.

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

* Fixes uncaught errors from `scheduleUnusedUrlsCleanupTask()` [#254574]({{kib-pull}}254574)
* Fixes a blank page appearing at the end of PDF exports when using the **Print format** option with an even number of dashboard visualizations [#254957]({{kib-pull}}254957)
* Fixes report generation failing with multi-page Canvas workpads [#255022]({{kib-pull}}255022)
* Fixes the dashboard background color not displaying correctly [#253068]({{kib-pull}}253068)
* Fixes `timeFilter` mode `quick` in map stored state, preventing maps from loading [#255178]({{kib-pull}}255178)
* Filters out unenrolled agents in the cleanup policy revisions task [#254899]({{kib-pull}}254899)
* Fixes incorrect KQL bar results for some indices [#254119]({{kib-pull}}254119)
* Aborts in-flight long-running queries when navigating away [#254487]({{kib-pull}}254487)
* Resets the default profile state when transitioning between tab modes in Discover [#255226]({{kib-pull}}255226)
* Marks {{esql}} rule execution errors as user-triggered for improved error reporting [#255011]({{kib-pull}}255011)
* Fixes the annotation API on {{serverless-full}} [#254285]({{kib-pull}}254285)
* Passes the alerts data view to `buildEsQuery` for correct wildcard queries on keyword fields [#255225]({{kib-pull}}255225)
* Fixes alert visibility and filters for grouped SLOs on the details page [#254601]({{kib-pull}}254601)
* Falls back to the {{es}} API key when the UIAM API key grant fails [#254707]({{kib-pull}}254707)
* Fixes notes filtering logic to show notes attached to alerts, events, and timelines [#248110]({{kib-pull}}248110)
* Standardizes and persists the rows-per-page preference across tables [#253499]({{kib-pull}}253499)
* Enables `defaultModel` for the Azure OpenAI connector to support APIM endpoints [#253577]({{kib-pull}}253577)
* Fixes an issue where the analyzer was not showing when the `newDataViewPickerEnabled` feature flag is off [#255182]({{kib-pull}}255182)
* Prevents the embeddable console from auto-closing on Chrome or overlay clicks [#253382]({{kib-pull}}253382)
* Fixes API key pagination to handle more than 10,000 keys [#250826]({{kib-pull}}250826)
* Fixes AI Connector creation on {{serverless-full}} failing when adaptive allocations are enabled with the {{es}} provider [#251357]({{kib-pull}}251357)
* Fixes the trace sample title wrapping vertically in APM [#254536]({{kib-pull}}254536)
* Fixes dashboard scanning to include collapsible sections when fetching related dashboards [#254600]({{kib-pull}}254600)
* Updates the metrics flyout in Discover to use {{esql}} instead of SQL [#254537]({{kib-pull}}254537)
* Fixes focus management when entering full-screen mode in the metrics grid [#254701]({{kib-pull}}254701)
* Propagates inference errors correctly to users [#254815]({{kib-pull}}254815)
* Prevents the table from re-sorting when toggling the workflow enable state [#252724]({{kib-pull}}252724)
* Fixes the dimensions dropdown position in full-screen mode [#255049]({{kib-pull}}255049)
* Fixes false validation errors for template-local variables in Liquid templates [#253405]({{kib-pull}}253405)
* Fixes the **Attributes** tab rendering issue in the trace flyout that caused UI glitches [#255173]({{kib-pull}}255173)
* Fixes OOM crashes and {{kib}} restarts caused by the gap auto-fill scheduler creating excessively large saved objects [#254788]({{kib-pull}}254788)
* Fixes a race condition in the Streams data quality controller that caused incorrect Discover navigation [#254139]({{kib-pull}}254139)
* Fixes the processor name overlapping the badge in Streams [#251874]({{kib-pull}}251874)

## February 23, 2026 [serverless-changelog-02232026]

Expand Down
Loading