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/deprecations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Review the deprecated functionality for {{serverless-full}}. While deprecations
13
13
* Filters endpoint exceptions from the detection engine's execution logic. For more information, check [#233289]({{kib-pull}}233289).
14
14
15
15
## August 25, 2025 [elastic-cloud-serverless-08252025-deprecations]
16
-
*Change reporting_user role to leverage reserved kibana privileges. For more information, check [#132766](https://github.com/elastic/elasticsearch/pull/132766)
16
+
*Changes the `reporting_user` role to leverage reserved {{kib}} privileges. For more information, check [#132766](https://github.com/elastic/elasticsearch/pull/132766)
17
17
18
18
## June 30, 2025 [elastic-cloud-serverless-06302025-deprecations]
19
19
* Removes Default Quick Prompts from the Security AI Assistant. For more information, check [#225536]({{kib-pull}}225536).
@@ -22,7 +22,7 @@ Review the deprecated functionality for {{serverless-full}}. While deprecations
22
22
* Removes the `allowByValueEmbeddables` setting from the Dashboard plugin. For more information, check [#221165]({{kib-pull}}221165).
23
23
24
24
## February 24, 2025 [elastic-cloud-serverless-02242025-deprecations]
Copy file name to clipboardExpand all lines: release-notes/elastic-cloud-serverless/index.md
+48-48Lines changed: 48 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,24 +153,24 @@ Review the changes, fixes, and more to {{serverless-full}}.
153
153
* Adds a link to Agent Builder in the **View Data** dropdown [#234679]({{kib-pull}}234679)
154
154
* Adds the AutoOps Search tier page, which provides project-level insights and deeper insights into {{serverless-short}} resources (VCUs) and performances
155
155
% Relates to https://github.com/elastic/autoops/issues/20 and https://github.com/elastic/autoops/issues/200
156
-
*Add relevant attributes to search took time APM metrics [#134232](https://github.com/elastic/elasticsearch/pull/134232)
157
-
*[ML] Adding headers support for OpenAI chat completion [#134504](https://github.com/elastic/elasticsearch/pull/134504)
158
-
*Extend kibana-system permissions to manage security entities [#133968](https://github.com/elastic/elasticsearch/pull/133968)
159
-
*Track shardStarted events for simulation in DesiredBalanceComputer [#133630](https://github.com/elastic/elasticsearch/pull/133630)
160
-
*Add file extension metadata to cache miss counter from SharedBlobCacheService [#134374](https://github.com/elastic/elasticsearch/pull/134374)
*Add new `/_security/stats` endpoint [#134835](https://github.com/elastic/elasticsearch/pull/134835)
172
-
*Have last source shard to complete remove reshard metadata
173
-
*Add a monitor for estimated heap usage
156
+
*Adds relevant attributes to search took time APM metrics [#134232](https://github.com/elastic/elasticsearch/pull/134232)
157
+
*Adds headers support for OpenAI chat completion [#134504](https://github.com/elastic/elasticsearch/pull/134504)
158
+
*Extends `kibana-system` permissions to manage security entities [#133968](https://github.com/elastic/elasticsearch/pull/133968)
159
+
*Tracks `shardStarted` events for simulation in `DesiredBalanceComputer`[#133630](https://github.com/elastic/elasticsearch/pull/133630)
160
+
*Adds file extension metadata to cache miss counter when it’s updated by `SharedBlobCacheService`[#134374](https://github.com/elastic/elasticsearch/pull/134374)
161
+
*Removes the `_type` deprecation warning in ingest conditional scripts[#134851](https://github.com/elastic/elasticsearch/pull/134851)
162
+
*Allows including semantic field embeddings in `_source`[#134717](https://github.com/elastic/elasticsearch/pull/134717)
163
+
*Integrates weights into simplified RRF retriever syntax [#132680](https://github.com/elastic/elasticsearch/pull/132680)
164
+
*Adjusts rollover criteria to have a better`max_age` rollover for tiny retentions [#134941](https://github.com/elastic/elasticsearch/pull/134941)
165
+
*Adds support for the `include_execution_metadata` parameter in {{esql}}[#134446](https://github.com/elastic/elasticsearch/pull/134446)
166
+
*Adds telemetry support for Lookup Join On Expression in {{esql}}[#134942](https://github.com/elastic/elasticsearch/pull/134942)
167
+
*Improves block loader for source-only runtime fields of type keyword [#135026](https://github.com/elastic/elasticsearch/pull/135026)
168
+
*Optimizes `BytesArray::indexOf`used in ndjson parsing [#135087](https://github.com/elastic/elasticsearch/pull/135087)
169
+
*Modifies `SecureString` methods (`equals`, `startsWith` and `regionMatches`) to operate in constant time relative to the length of the comparison string[#135053](https://github.com/elastic/elasticsearch/pull/135053)
170
+
*Updates URL encoding in {{esql}}[#134503](https://github.com/elastic/elasticsearch/pull/134503)
171
+
*Adds new `/_security/stats` endpoint [#134835](https://github.com/elastic/elasticsearch/pull/134835)
172
+
*Makes the last source shard completely remove reshard metadata
173
+
*Adds a monitor for estimated heap usage
174
174
175
175
### Fixes [serverless-changelog-09222025-fixes]
176
176
@@ -182,20 +182,20 @@ Review the changes, fixes, and more to {{serverless-full}}.
182
182
* Fixes the autocomplete configuration for the `pinned` retriever by removing the `match_criteria` field [#234903]({{kib-pull}}234903)
183
183
* Fixes a bug by allowing the use of `cmd + /` for comment toggling in the Monaco editor [#235334]({{kib-pull}}235334)
184
184
* Adds a check for all privileges for {{sec-serverless}} when creating lists [#234602]({{kib-pull}}234602)
185
-
*Correctly update SLM stats with master shutdown[#134152](https://github.com/elastic/elasticsearch/pull/134152)
186
-
*Bug fix: Facilitate second retrieval of the same value [#134790](https://github.com/elastic/elasticsearch/pull/134790)
187
-
*Avoid holding references to SearchExecutionContext in SourceConfirmedTextQuery [#134887](https://github.com/elastic/elasticsearch/pull/134887)
188
-
* Adds exception for perform embedding inference requests with query provided[#131641](https://github.com/elastic/elasticsearch/pull/131641)
189
-
* Fixes match only text block loader not working when a keyword multifield is present [#134582](https://github.com/elastic/elasticsearch/pull/134582)
185
+
*Fixes a bug to correctly update SLM stats when the master node is shut down after an SLM-triggered snapshot is completed[#134152](https://github.com/elastic/elasticsearch/pull/134152)
186
+
*Fixes a bug to facilitate second retrieval of the same value [#134790](https://github.com/elastic/elasticsearch/pull/134790)
187
+
*Avoids holding references to `SearchExecutionContext` in `SourceConfirmedTextQuery`[#134887](https://github.com/elastic/elasticsearch/pull/134887)
188
+
* Adds an exception for perform embedding inference requests which include a query[#131641](https://github.com/elastic/elasticsearch/pull/131641)
189
+
* Fixes a bug where the match only text block loader was not working correctly when a keyword multi-field was present [#134582](https://github.com/elastic/elasticsearch/pull/134582)
*[Transform] Wait for PIT to close [#134955](https://github.com/elastic/elasticsearch/pull/134955)
192
-
*Bypass MMap arena grouping as this has caused issues with too many regions being mapped [#135012](https://github.com/elastic/elasticsearch/pull/135012)
193
-
* Fixes deadlock in ThreadPoolMergeScheduler when a failing merge closes the IndexWriter [#134656](https://github.com/elastic/elasticsearch/pull/134656)
194
-
* Fixes countDistinctWithConditions in csv-spec tests [#135097](https://github.com/elastic/elasticsearch/pull/135097)
195
-
* CentroidCalculator does not return negative summation weights [#135176](https://github.com/elastic/elasticsearch/pull/135176)
196
-
*ES|QL: Limit when we push topn to lucene[#134497](https://github.com/elastic/elasticsearch/pull/134497)
197
-
*Ban Limit + MvExpand before remote Enrich[#135051](https://github.com/elastic/elasticsearch/pull/135051)
198
-
*Fix expiration time in ES|QL async [#135209](https://github.com/elastic/elasticsearch/pull/135209)
191
+
*Fixes a bug where transforms did not wait for PITs to close [#134955](https://github.com/elastic/elasticsearch/pull/134955)
192
+
*Bypasses MMap arena grouping which caused issues with too many regions being mapped [#135012](https://github.com/elastic/elasticsearch/pull/135012)
193
+
* Fixes a deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`[#134656](https://github.com/elastic/elasticsearch/pull/134656)
194
+
* Fixes `countDistinctWithConditions` in csv-spec tests [#135097](https://github.com/elastic/elasticsearch/pull/135097)
195
+
*Fixes a bug where `CentroidCalculator` did not return negative summation weights [#135176](https://github.com/elastic/elasticsearch/pull/135176)
196
+
*Limits the `topn` operations pushed to Lucene to 10,000[#134497](https://github.com/elastic/elasticsearch/pull/134497)
197
+
*Bans `LIMIT` and `MV_EXPAND` before remote `ENRICH`[#135051](https://github.com/elastic/elasticsearch/pull/135051)
198
+
*Fixes expiration time in {{esql}} async [#135209](https://github.com/elastic/elasticsearch/pull/135209)
199
199
200
200
201
201
@@ -224,7 +224,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
224
224
* Restricts access to the Value report page to `admin` and `soc_manager` roles in complete tier [#234377]({{kib-pull}}234377)
225
225
* Ensures the **Tech Preview** badge is shown for the default inference endpoint for e5 on the inference endpoints UI [#234811]({{kib-pull}}234811)
226
226
* Ensures mapped fields are remembered across simulations [#233799]({{kib-pull}}233799)
227
-
*[Downsampling++]Adds time series telemetry in xpack usage [#134214](https://github.com/elastic/elasticsearch/pull/134214)
227
+
* Adds time series telemetry in xpack usage [#134214](https://github.com/elastic/elasticsearch/pull/134214)
228
228
229
229
### Fixes [serverless-changelog-09152025-fixes]
230
230
@@ -338,8 +338,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
338
338
* Adds a check to confirm that uploaded files are indexed and searchable in {{ml-cap}} [#231614]({{kib-pull}}231614)
339
339
* Updates sections and improves field handling in {{ml-cap}} [#231037]({{kib-pull}}231037)
340
340
* Improves the layout of the custom URLs list in {{ml-cap}} [#231751]({{kib-pull}}231751)
341
-
*Return 429 instead of 500 for timeout handlers [#133111](https://github.com/elastic/elasticsearch/pull/133111)
* Fixes a rendering issue that affected progress elements in Canvas [#232432]({{kib-pull}}232432)
@@ -358,7 +358,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
358
358
* Fixes a broken link in the **Build** breadcrumb that incorrectly pointed to the search indices page in {{es-serverless}} [#232504]({{kib-pull}}232504)
359
359
* Fixes inconsistencies in case activity statistics [#231948]({{kib-pull}}231948)
360
360
* Adds support for a `reporting_user` role with a reserved set of privileges [#231533]({{kib-pull}}231533)
361
-
*Don't fail search if bottom doc can't be formatted [#133188](https://github.com/elastic/elasticsearch/pull/133188)
361
+
*Fixes a bug where search failed when the bottom doc could not be formatted [#133188](https://github.com/elastic/elasticsearch/pull/133188)
362
362
363
363
364
364
## August 18, 2025 [serverless-changelog-08182025]
@@ -375,8 +375,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
*[Security]Adds entity store and asset criticality index privileges to builtin roles [#129662](https://github.com/elastic/elasticsearch/pull/129662)
463
+
*Skips search shards with `INDEX_REFRESH_BLOCK`
464
+
* Adds the `created_date` and `modified_date` system-managed properties to pipelines#130847](https://github.com/elastic/elasticsearch/pull/130847)
465
+
*Adds the `created_date` and `modified_date` system-managed properties to component templates[#131536](https://github.com/elastic/elasticsearch/pull/131536)
466
+
* Adds entity store and asset criticality index privileges to built-in roles [#129662](https://github.com/elastic/elasticsearch/pull/129662)
467
467
* Organization IdP routes are now public in the OpenAPI specifications.
468
468
469
469
### Fixes [serverless-changelog-08042025-fixes]
@@ -516,7 +516,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
516
516
* Ensures the Gemini Vertex AI documentation link is available in the AI Connector [#228348]({{kib-pull}}228348)
517
517
* Fixes a skipped autocomplete test in the console [#229274]({{kib-pull}}229274)
518
518
* Ignores missing filters in rule parameters instead of causing errors [#229422]({{kib-pull}}229422)
519
-
*Fix memory usage estimation for ELSER models [#131630](https://github.com/elastic/elasticsearch/pull/131630)
519
+
*Fixes memory usage estimation for ELSER models [#131630](https://github.com/elastic/elasticsearch/pull/131630)
520
520
521
521
## July 22, 2025 [serverless-changelog-07222025]
522
522
@@ -536,7 +536,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
536
536
* Allows submitting case comments by pressing **⌘+Enter** (or **Ctrl+Enter**) [#228473]({{kib-pull}}228473)
537
537
* Increases the number of supported **Group by** fields in threshold rules from 3 to 5 [#227465]({{kib-pull}}227465)
538
538
* Adds the **Search AI Lake** view to AutoOps for {{serverless-full}} to provide storage usage insights
539
-
*Fix semantic highlighting bug on flat quantized fields [#131525](https://github.com/elastic/elasticsearch/pull/131525)
539
+
*Fixes a semantic highlighting bug on flat quantized fields [#131525](https://github.com/elastic/elasticsearch/pull/131525)
540
540
541
541
### Fixes [serverless-changelog-07222025-fixes]
542
542
@@ -733,8 +733,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
733
733
* Implements navigation UI for the **Overview Page** in **Entity Analytics**[#221748]({{kib-pull}}221748)
734
734
* Adds support for partial result handling in **ES|QL**[#223198]({{kib-pull}}223198)
735
735
* Adds an **Executable Name** tab to the TopN view [#224291]({{kib-pull}}224291)
736
-
*Upgrade to Lucene 10.2.2 [#129546](https://github.com/elastic/elasticsearch/pull/129546)
737
-
*Simplified Linear Retriever[#129200](https://github.com/elastic/elasticsearch/pull/129200)
736
+
*Upgrades the Lucene version to 10.2.2 [#129546](https://github.com/elastic/elasticsearch/pull/129546)
737
+
*Adds a simplified syntax for the `linear` retriever[#129200](https://github.com/elastic/elasticsearch/pull/129200)
738
738
739
739
### Fixes [serverless-changelog-06232025-fixes]
740
740
@@ -826,8 +826,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
826
826
* Updates the risk severity colors to the Borealis theme in {{sec-serverless}} [#222061]({{kib-pull}}222061).
827
827
* Enables **Content Connectors** in the **Stack Management** menu in {{sec-serverless}} [#221856]({{kib-pull}}221856).
828
828
* Implements PKI authentication support for the `.gen-ai` connector’s `OpenAI Other` provider [#219984]({{kib-pull}}219984).
829
-
*Implement SAML custom attributes support for Identity Provider [#128176](https://github.com/elastic/elasticsearch/pull/128176)
830
-
*Fix unsupported privileges error message during role and API key crea…[#128858](https://github.com/elastic/elasticsearch/pull/128858)
829
+
*Implements SAML custom attributes support in the Identity Provider plugin[#128176](https://github.com/elastic/elasticsearch/pull/128176)
830
+
*Fixes unsupported privileges error message during role and API key creation[#128858](https://github.com/elastic/elasticsearch/pull/128858)
831
831
832
832
### Fixes [serverless-changelog-06092025-fixes]
833
833
@@ -1017,7 +1017,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
1017
1017
* Removes metrics and logs from the `get_service_stats` API [#218346](https://github.com/elastic/kibana/pull/218346)
1018
1018
* Allows you to customize the table tab [#218686](https://github.com/elastic/kibana/pull/218686)
1019
1019
* Enables keyboard navigation for the create annotations form [#217918](https://github.com/elastic/kibana/pull/217918)
1020
-
*Updating tika to 2.9.3 [#127353](https://github.com/elastic/elasticsearch/pull/127353)
1020
+
*Updates tika to 2.9.3 [#127353](https://github.com/elastic/elasticsearch/pull/127353)
0 commit comments