-
Notifications
You must be signed in to change notification settings - Fork 179
Adds the Serverless changelog for November 10 2025 #3901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
67a21fa
89b17eb
fa93340
3a28033
6b8f7ac
8f841f0
e14a1a2
766b294
3faa6b7
56f4508
d4c4833
497c9d3
d3e3562
7c8e6c7
7f91a54
9814eaf
c1c6a5f
2cdf3d8
6956abd
7d958fd
dc128d7
3b7b839
65046b6
db00637
e46da5a
8b09450
57c171f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,67 @@ products: | |||||
| # {{serverless-full}} changelog [elastic-cloud-serverless-changelog] | ||||||
| Review the changes, fixes, and more to {{serverless-full}}. | ||||||
|
|
||||||
| ## November 10, 2025 [serverless-changelog-11102025] | ||||||
|
|
||||||
| ### Features and enhancements [serverless-changelog-11102025-features-enhancements] | ||||||
|
|
||||||
| * Enables {{ml}} to manage anomaly detection results indices in Elasticsearch Serverless [#136065]({{es-pull}}136065) | ||||||
| * Adds the ability to preview index requests in Transform for Elasticsearch Serverless [#137455]({{es-pull}}137455) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Allows field capabilities to span across Elasticsearch Serverless projects [#137530]({{es-pull}}137530) | ||||||
KOTungseth marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| * Improves ES|QL performance by skipping unnecessary query plan diff calculations in Elasticsearch Serverless [#137721]({{es-pull}}137721) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Passes the {{es}} version in the EIS inference request header in Elasticsearch Serverless[#137643]({{es-pull}}137643) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Introduces a synthetic `_id` format for time-series data streams in Elasticsearch Serverless [#137274]({{es-pull}}137274) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Updates the Dashboard top navigation to include a **Save Menu** [#237211]({{kib-pull}}237211) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Moves visualization configuration settings, including appearance, titles and text, axis, and legend to a flyout panel in **Lens** [#240804]({{kib-pull}}240804) | ||||||
| * Supports subqueries in the Discover pretty printer [#241473]({{kib-pull}}241473) | ||||||
| * Adds context-aware autocomplete for Discover subqueries with nesting restrictions [#241912]({{kib-pull}}241912) | ||||||
| * Adds subquery support for columns after and validation in Discover [#241567]({{kib-pull}}241567) | ||||||
| * Adds support for Discover subqueries in FROM clauses across tools [#242166]({{kib-pull}}242166) | ||||||
| * Enables users to view the SLO associated with a burn rate rule on the rule details page in Elastic Observability Serverless [#240535]({{kib-pull}}240535) | ||||||
| * Exposes 'sampling_rate' agent central config options to users in Elastic Observability Serverless [#241908]({{kib-pull}}241908) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Makes the Elastic logo open a custom home page in solution view [#241571]({{kib-pull}}241571) | ||||||
| * Enforces the `object_src 'none'` directive in Kibana's Content Security Policy [#241029]({{kib-pull}}241029) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Adds origin configuration options for authentication providers [#239993]({{kib-pull}}239993) | ||||||
| * Adds the ability to cancel Machine Learning file uploads [#241297]({{kib-pull}}241297) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Improves display of long field values in Data Visualizer top values list [#241006]({{kib-pull}}241006) | ||||||
| * Adds a temperature parameter to Inference AI, and OpenAI, Bedrock, and Gemini connectors [#239806]({{kib-pull}}239806) | ||||||
| * Adds support for custom headers in the OpenAI integration [#238710]({{kib-pull}}238710) | ||||||
| * Fixes public update space APIs [#242136]({{kib-pull}}242136) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Improves layout for custom inference endpoints [#241779]({{kib-pull}}241779) | ||||||
| * Displays field data types in the Processing table and step editor [#241825]({{kib-pull}}241825) | ||||||
| * Adds timezone and locale parameters to Streamlang [#241369]({{kib-pull}}241369) | ||||||
| * Displays field data types in the partitioning UI [#242134]({{kib-pull}}242134) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Adds autocomplete for field values in Streams Partitioning and Processing tabs [#241119]({{kib-pull}}241119) | ||||||
| * Hides document match filter controls for users without manage privileges [#242119]({{kib-pull}}242119) | ||||||
|
|
||||||
| ### Fixes [serverless-changelog-11102025-fixes] | ||||||
|
|
||||||
| * Fixes feature display order when using explain in LTR [#137671]({{es-pull}}137671) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Fixes an issue where missing geotile buckets caused errors in Transform [#137476]({{es-pull}}137476) | ||||||
| * Ensures ES|QL full text functions accept `null` values as field parameters in Elasticsearch Serverless [#137430]({{es-pull}}137430) | ||||||
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Ensures ES|QL full text functions accept `null` values as field parameters in Elasticsearch Serverless [#137430]({{es-pull}}137430) | |
| * Ensures {{esql}} full text functions accept `null` values as field parameters in Elasticsearch Serverless [#137430]({{es-pull}}137430) |
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Fixes a missing attribute issue in ES|QL full text functions in Elasticsearch Serverless [#137395]({{es-pull}}137395) | |
| * Fixes a missing attribute issue in {{esql}} full text functions in Elasticsearch Serverless [#137395]({{es-pull}}137395) |
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Ensures Fleet policy name uniqueness is enforced consistently across spaces [#239631]({{kib-pull}}239631) | |
| * Ensures {{fleet}} policy name uniqueness is enforced consistently across spaces [#239631]({{kib-pull}}239631) |
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Escapes special characters when creating ESQL queries for **Lens** charts in Elastic Observability Serverless [#241662]({{kib-pull}}241662) | |
| * Escapes special characters when creating {{esql}} queries for **Lens** charts in Elastic Observability Serverless [#241662]({{kib-pull}}241662) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Fixes "Values" dropdown display on smaller screens in Elastic Observability Serverless [#241812]({{kib-pull}}241812) | |
| * Fixes the **Values** dropdown display on smaller screens in Elastic Observability Serverless [#241812]({{kib-pull}}241812) |
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Ensures Timeline ES|QL query editor displays correctly in full screen mode in Elastic Security Serverless [#242027]({{kib-pull}}242027) | |
| * Ensures Timeline {{esql}} query editor displays correctly in full screen mode in Elastic Security Serverless [#242027]({{kib-pull}}242027) |
Uh oh!
There was an error while loading. Please reload this page.