Skip to content

Commit 6cd798e

Browse files
committed
fixes changelog entries
1 parent 37fe82f commit 6cd798e

File tree

1 file changed

+11
-11
lines changed
  • release-notes/elastic-cloud-serverless

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
104104
* Fixes the **Agents** and **Playground** icons in the side navigation to render correctly in dark mode [#240475]({{kib-pull}}240475)
105105
* Ensures only valid queries are returned for significant events [#239501]({{kib-pull}}239501)
106106
* Hides filtering capabilities in Hosts Metrics [#239724]({{kib-pull}}239724)
107-
* Adds limits concurrent tls handshakes [#136386](https://github.com/elastic/elasticsearch/pull/136386)
107+
* Limits concurrent TLS handshakes [#136386](https://github.com/elastic/elasticsearch/pull/136386)
108108

109109
## October 20, 2025 [serverless-changelog-10202025]
110110

@@ -240,7 +240,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
240240
* Fixes layout issues with the **Parse in streams** button on smaller flyouts [#236548]({{kib-pull}}236548)
241241
* Displays `(missing value)` and `(empty)` instead of `null` in charts and tables [#233369]({{kib-pull}}233369)
242242
* Fixes privilege requirements for reindexing indices in Upgrade Assistant [#237055]({{kib-pull}}237055)
243-
* Adds converts `bytestransportresponse` when proxying responses to and from the local node [#135873](https://github.com/elastic/elasticsearch/pull/135873)
243+
* Converts `BytesTransportResponse` when proxying responses to and from the local node [#135873](https://github.com/elastic/elasticsearch/pull/135873)
244244

245245

246246
## September 29, 2025 [serverless-changelog-09292025]
@@ -363,7 +363,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
363363
* Fixes an issue on the API Keys Management page that occurred when loading API keys with null names [#234083]({{kib-pull}}234083)
364364
* Fixes an Anomaly Detection bug where custom URLs omitted generated fields in datafeed preview requests [#234709]({{kib-pull}}234709)
365365
* Ensures full tool traces are displayed in flyouts [#234654]({{kib-pull}}234654)
366-
* Adds differentiates between initial and reconnect rcs connections [#134415](https://github.com/elastic/elasticsearch/pull/134415)
366+
* Differentiates between initial and reconnect RCS connections [#134415](https://github.com/elastic/elasticsearch/pull/134415)
367367
* Adds human-readable HTTP client statistics [#134296](https://github.com/elastic/elasticsearch/pull/134296)
368368
* Fixes a null pointer exception in the transport trace logger [#132243](https://github.com/elastic/elasticsearch/pull/132243)
369369

@@ -481,7 +481,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
481481
* Fixes a broken link in the **Build** breadcrumb that incorrectly pointed to the search indices page in {{es-serverless}} [#232504]({{kib-pull}}232504)
482482
* Fixes inconsistencies in case activity statistics [#231948]({{kib-pull}}231948)
483483
* Adds support for a `reporting_user` role with a reserved set of privileges [#231533]({{kib-pull}}231533)
484-
* Adds returns 429 status code instead of 500 for timeout handlers [#133111](https://github.com/elastic/elasticsearch/pull/133111)
484+
* Returns 429 status code instead of 500 for timeout handlers [#133111](https://github.com/elastic/elasticsearch/pull/133111)
485485

486486

487487

@@ -525,7 +525,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
525525
* Fixes a bug that made the {{esql}} form read-only in the Rule upgrade flyout [#231699]({{kib-pull}}231699)
526526
* Removes the default port the from interactive setup cluster address form, unless specified [#230582]({{kib-pull}}230582)
527527
* Fixes positioning of the **Add rule** popover on the Role Mappings page [#231551]({{kib-pull}}231551)
528-
* Sets remote cluster server port when CPS is enabled on a search node
528+
* Sets remote cluster server port when cross-project search is enabled on a search node
529529

530530
## August 11, 2025 [serverless-changelog-08112025]
531531

@@ -714,7 +714,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
714714
* Improves error handling in **Search Playground** when context limit is exceeded using Elastic Managed LLM [#225360]({{kib-pull}}225360)
715715
* Adds audit logging for stream content [#130594](https://github.com/elastic/elasticsearch/pull/130594)
716716
* Allows adjustment of transport TLS handshake timeout [#130909](https://github.com/elastic/elasticsearch/pull/130909)
717-
* Adds exposes http connection metrics to telemetry [#130939](https://github.com/elastic/elasticsearch/pull/130939)
717+
* Exposes HTTP connection metrics to telemetry [#130939](https://github.com/elastic/elasticsearch/pull/130939)
718718

719719
## July 7, 2025 [serverless-changelog-07072025]
720720

@@ -878,7 +878,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
878878
* Fixes several issues introduced in versions 8.18.0 through 9.1.0, including broken pagination (limited to 10 items), erroneous error banners, and broken search functionality.
879879
* Fixes **Discard** button state change logic for toggles [#223493]({{kib-pull}}223493)
880880
* Removes `originId` from connectors during rule import [#223454]({{kib-pull}}223454)
881-
* Adds moves http content aggregation from netty into `restcontroller` [#129302](https://github.com/elastic/elasticsearch/pull/129302)
881+
* Moves HTTP content aggregation from Netty into `RestController` [#129302](https://github.com/elastic/elasticsearch/pull/129302)
882882

883883
## June 17, 2025 [serverless-changelog-06172025]
884884

@@ -966,7 +966,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
966966
* Fixes an issue with the OpenAI connector not using the action proxy configuration for all subactions in Machine Learning [#219617]({{kib-pull}}219617).
967967
* 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).
968968
* Fixes error handling when one or more connectors is deleted [#221958]({{kib-pull}}221958).
969-
* Adds reacts more promptly to task cancellation while waiting for the cluster to unblock [#128737](https://github.com/elastic/elasticsearch/pull/128737)
969+
* Reacts more promptly to task cancellation while waiting for the cluster to unblock [#128737](https://github.com/elastic/elasticsearch/pull/128737)
970970

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

@@ -1042,7 +1042,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
10421042
* Fixes inability to clear Document ID in data view field editor preview [#220891]({{kib-pull}}220891)
10431043
* Reworks cookie and session storage to prevent unexpected logouts for certain users with certain use cases [#220430]({{kib-pull}}220430)
10441044
* Changes the AI Connector description [#221154]({{kib-pull}}221154)
1045-
* Removes first `FlowControlHandler` from the HTTP pipeline [#128099](https://github.com/elastic/elasticsearch/pull/128099)
1045+
* Removes `FlowControlHandler` from the HTTP pipeline [#128099](https://github.com/elastic/elasticsearch/pull/128099)
10461046

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

@@ -1085,7 +1085,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
10851085
* Fixes issue where exceptions list and actions were overwritten during legacy prebuilt rule upgrades in Elastic Security Serverless [#218519]({{kib-pull}}218519)
10861086
* Fixes incorrect validation for names containing asterisks in **ES|QL** [#219832]({{kib-pull}}219832)
10871087
* Fixes overridden SSL config in full agent policy advanced YAML for Fleet [#219902]({{kib-pull}}219902)
1088-
* Adds replaces auto-read with proper flow control in the http pipeline [#127817](https://github.com/elastic/elasticsearch/pull/127817)
1088+
* Replaces auto-read with proper flow control in the HTTP pipeline [#127817](https://github.com/elastic/elasticsearch/pull/127817)
10891089
* Sets `connection: close` header on shutdown [#128025](https://github.com/elastic/elasticsearch/pull/128025)
10901090

10911091
## May 5, 2025 [serverless-changelog-050525]
@@ -1159,7 +1159,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
11591159
* Improves anomaly charts object safety [#217552](https://github.com/elastic/kibana/pull/217552)
11601160
* Fixes title announcements in the details step of the anomaly detection job wizard [#218570](https://github.com/elastic/kibana/pull/218570)
11611161
* Fixes incorrect optimization for endpoint artifacts [#216437](https://github.com/elastic/kibana/pull/216437)
1162-
* Adds replaces auto-read with proper flow control in the http pipeline [#127259](https://github.com/elastic/elasticsearch/pull/127259)
1162+
* Replaces auto-read with proper flow control in the HTTP pipeline [#127259](https://github.com/elastic/elasticsearch/pull/127259)
11631163

11641164

11651165
## April 21, 2025 [serverless-changelog-04212025]

0 commit comments

Comments
 (0)