You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/elastic-cloud-serverless/index.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
363
363
* Fixes an Anomaly Detection bug where custom URLs omitted generated fields in datafeed preview requests [#234709]({{kib-pull}}234709)
364
364
* Ensures full tool traces are displayed in flyouts [#234654]({{kib-pull}}234654)
365
365
366
+
* Uses latest setting value when initializing setting watch [#134091](https://github.com/elastic/elasticsearch/pull/134091)
367
+
366
368
## September 8, 2025 [serverless-changelog-09082025]
367
369
368
370
### Features and enhancements [serverless-changelog-09082025-features-enhancements]
@@ -438,6 +440,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
438
440
* Fixes responsiveness issues in the Stream management code editor area [#232630]({{kib-pull}}232630)
439
441
* Fixes an empty tooltip issue when creating tags [#232853]({{kib-pull}}232853)
440
442
* Fixes an issue where the **Create tag** modal wouldn't close properly [#233012]({{kib-pull}}233012)
443
+
* Updates `DefBootstrap` to handle `Error` from `ClassValue`[#133604](https://github.com/elastic/elasticsearch/pull/133604)
444
+
* Changes `GeneralScriptException` to 400 [#133659](https://github.com/elastic/elasticsearch/pull/133659)
441
445
442
446
## August 28, 2025 [serverless-changelog-08282025]
443
447
@@ -460,6 +464,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
460
464
* Updates sections and improves field handling in {{ml-cap}} [#231037]({{kib-pull}}231037)
461
465
* Improves the layout of the custom URLs list in {{ml-cap}} [#231751]({{kib-pull}}231751)
462
466
467
+
* Limits the depth of a filter [#133113](https://github.com/elastic/elasticsearch/pull/133113)
468
+
463
469
### Fixes [serverless-changelog-08252025-fixes]
464
470
* Fixes a rendering issue that affected progress elements in Canvas [#232432]({{kib-pull}}232432)
465
471
* Fixes the enforcement of deployment mode restrictions when creating package policies in {{fleet}} [#231679]({{kib-pull}}231679)
@@ -957,6 +963,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
957
963
* 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).
958
964
* Fixes error handling when one or more connectors is deleted [#221958]({{kib-pull}}221958).
959
965
966
+
* Adds retry for `AccessDeniedException` in `AbstractFileWatchingService`[#128653](https://github.com/elastic/elasticsearch/pull/128653)
967
+
960
968
## June 2, 2025 [serverless-changelog-06022025]
961
969
962
970
### Features and enhancements [serverless-changelog-06022025-features-enhancements]
@@ -1013,6 +1021,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1013
1021
* Introduces a new endpoint scheme for SIEM migration [#219597]({{kib-pull}}219597)
1014
1022
* Extends default log pattern on server side to include error information [#219940]({{kib-pull}}219940)
1015
1023
1024
+
* Ensures config reload on ..data symlink switch for `CSI` driver support [#127628](https://github.com/elastic/elasticsearch/pull/127628)
1025
+
1016
1026
1017
1027
### Fixes [serverless-changelog-05262025-fixes]
1018
1028
@@ -1032,6 +1042,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1032
1042
* Reworks cookie and session storage to prevent unexpected logouts for certain users with certain use cases [#220430]({{kib-pull}}220430)
1033
1043
* Changes the AI Connector description [#221154]({{kib-pull}}221154)
1034
1044
1045
+
* Fixes `NPE` in `APMTracer` through `RestController`[#128314](https://github.com/elastic/elasticsearch/pull/128314)
1046
+
1035
1047
## May 19, 2025 [serverless-changelog-05192025]
1036
1048
1037
1049
### Features and enhancements [serverless-changelog-05192025-features-enhancements]
@@ -1052,6 +1064,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
1052
1064
* Adds an **ES|QL** control option to the dashboard controls dropdown [#219495]({{kib-pull}}219495)
1053
1065
* Enables full-text search in `STATS ... WHERE`**ES|QL** queries [#220691]({{kib-pull}}220691)
1054
1066
* Prevents downloading trained models that are already present in other spaces and displays a warning in Machine Learning [#220238]({{kib-pull}}220238)
1067
+
* Creates and deletes per-project `objectstore`
1055
1068
1056
1069
### Fixes [serverless-changelog-05192025-fixes]
1057
1070
* Removes extra icon from map visualization tooltips [#220134]({{kib-pull}}220134)
@@ -1074,6 +1087,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1074
1087
* Fixes incorrect validation for names containing asterisks in **ES|QL**[#219832]({{kib-pull}}219832)
1075
1088
* Fixes overridden SSL config in full agent policy advanced YAML for Fleet [#219902]({{kib-pull}}219902)
1076
1089
1090
+
* Avoids nested docs in `painless execute api`[#127991](https://github.com/elastic/elasticsearch/pull/127991)
1091
+
1077
1092
## May 5, 2025 [serverless-changelog-050525]
1078
1093
1079
1094
### Features and enhancements [serverless-changelog-050525-features-enhancements]
@@ -1202,6 +1217,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1202
1217
* Reuses shared integration policies when duplicating agent policies in Fleet [#217872]({{kib-pull}}217872)
1203
1218
* Enables adding badges to all list items in the side navigation except the section header [#217301]({{kib-pull}}217301)
1204
1219
1220
+
*`FileWatchingService` should not throw for missing file [#126264](https://github.com/elastic/elasticsearch/pull/126264)
1221
+
1205
1222
### Fixes [serverless-changelog-04142025-fixes]
1206
1223
* Fixes error message when previewing index templates used by data streams [#217604]({{kib-pull}}217604)
1207
1224
* Wraps text in search bars [#217556]({{kib-pull}}217556)
@@ -1222,6 +1239,11 @@ Review the changes, fixes, and more to {{serverless-full}}.
1222
1239
* Filters inference connectors that lack existing endpoints in **Connectors**[#217641]({{kib-pull}}217641)
1223
1240
* Fixes focusability and keyboard access issues with the **Export** tab in the **Share this dashboard** modal [#217313]({{kib-pull}}217313)
1224
1241
1242
+
* Improves handling of empty response [#125562](https://github.com/elastic/elasticsearch/pull/125562)
1243
+
* Adds leniency to missing array values in mustache [#126550](https://github.com/elastic/elasticsearch/pull/126550)
1244
+
* Adds a custom toString to `DynamicMap`[#126562](https://github.com/elastic/elasticsearch/pull/126562)
1245
+
* Fixes painless return type cast for list shortcut [#126724](https://github.com/elastic/elasticsearch/pull/126724)
1246
+
1225
1247
## April 7, 2025 [serverless-changelog-04072025]
1226
1248
1227
1249
### Features and enhancements [elastic-cloud-serverless-04072025-features-enhancements]
@@ -1329,6 +1351,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1329
1351
* Updates data feeds for anomaly detection jobs to exclude Elastic Agent and Beats processes [#213927]({{kib-pull}}213927)
1330
1352
* Adds Mustache lambdas for alerting action [#213859]({{kib-pull}}213859)
* Fixes color by value for Last value array mode [#213917]({{kib-pull}}213917)
@@ -1379,6 +1403,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
1379
1403
* Introduces GA support for the [`semantic_text`](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md) field type on {{serverless-full}}
1380
1404
* 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)
1381
1405
1406
+
* Indicates when errors represent timeouts [#124936](https://github.com/elastic/elasticsearch/pull/124936)
0 commit comments