Skip to content

Commit 84784fb

Browse files
committed
adds missing changes for distributed indexing
1 parent 1baff11 commit 84784fb

File tree

1 file changed

+30
-4
lines changed
  • release-notes/elastic-cloud-serverless

1 file changed

+30
-4
lines changed

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
200200
* Fixes an issue in the RAG Playground where invalid fields were highlighted but no error message appeared [#238284]({{kib-pull}}238284)
201201
* Improves the performance of the clustering algorithm [#238394]({{kib-pull}}238394)
202202

203+
* Ensures that only `REFRESH` blocks are taken into account in `RemoveRefreshClusterBlockService`
204+
203205

204206
## October 6, 2025 [serverless-changelog-10062025]
205207

@@ -223,6 +225,9 @@ Review the changes, fixes, and more to {{serverless-full}}.
223225
* Introduces the German locale for Kibana in `beta` [#236903]({{kib-pull}}236903)
224226
* Adds an advanced option to disable filtering of file-backed volumes and CD-ROMs in the **Device Control** plugin [#236620]({{kib-pull}}236620)
225227

228+
* Deletes unowned documents upon recovery after shard starts
229+
* Unmutes `modules:stateless:internalClusterTestWithHollow`
230+
226231
### Fixes [serverless-changelog-10062025-fixes]
227232
* Rolls over the reporting data stream automatically when a newer template version is available [#234119]({{kib-pull}}234119)
228233
* Fixes an issue where exported CSV columns in Lens tables could appear out of order [#236673]({{kib-pull}}236673)
@@ -268,6 +273,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
268273
* Adds in-product documentation for the {{esql}} `FORK` command [#236494]({{kib-pull}}236494)
269274
* Adds **View in discover** button in alert details page for SLO burn rate and ES query rules [#233855]({{kib-pull}}233855)
270275

276+
* Deletes unowned documents upon recovery after shard starts
277+
271278
### Fixes [serverless-changelog-09292025-fixes]
272279

273280
* Adjusts **Cancel** button height in Discover's tabs enabled view [#236118]({{kib-pull}}236118)
@@ -313,6 +320,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
313320
* Adds the AutoOps Search tier page, which provides project-level insights and deeper insights into {{serverless-short}} resources (VCUs) and performances
314321
% Relates to https://github.com/elastic/autoops/issues/20 and https://github.com/elastic/autoops/issues/200
315322

323+
* Has last source shard to complete remove reshard metadata
324+
316325
### Fixes [serverless-changelog-09222025-fixes]
317326

318327
* Skips automatic scrolling when a panel is visible [#233226]({{kib-pull}}233226)
@@ -656,6 +665,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
656665
* Increases the number of supported **Group by** fields in threshold rules from 3 to 5 [#227465]({{kib-pull}}227465)
657666
* Adds the **Search AI Lake** view to AutoOps for {{serverless-full}} to provide storage usage insights
658667

668+
* Resolves `projectId` from context for new index shard recovery
669+
659670
### Fixes [serverless-changelog-07222025-fixes]
660671

661672
* Fixes an issue in **Lens** where **Partition** charts (for example, Pie) blocked selection of legacy palettes [#228051]({{kib-pull}}228051)
@@ -676,6 +687,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
676687
* Prevents deletion of stale indices that appear in the last state check
677688
* Resolves `projectId` from context for new index shard recovery
678689

690+
* Prevents delete stale indices appear in the last state check
691+
679692

680693
## July 15, 2025 [serverless-changelog-07152025]
681694

@@ -688,6 +701,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
688701
* Groups vulnerabilities by resource and cloud account using IDs instead of names in Elastic Security Serverless [#225492]({{kib-pull}}225492)
689702
* Updates the default Gemini model in Elastic Security Serverless [#225917]({{kib-pull}}225917)
690703
* Streamlines the side navigation in Elasticsearch Serverless [#225709]({{kib-pull}}225709)
704+
* Adds new `CachePopulationReason` [#130593](https://github.com/elastic/elasticsearch/pull/130593)
691705

692706
### Fixes [serverless-changelog-07152025-fixes]
693707
* Fixes an issue where reports timed out and failed with an invalid header error [#225919]({{kib-pull}}225919)
@@ -713,7 +727,6 @@ Review the changes, fixes, and more to {{serverless-full}}.
713727
* Fixes time range handling in embedded anomaly swim lanes [#225803]({{kib-pull}}225803)
714728
* Adds discernible text to the **Refresh data preview** button [#225816]({{kib-pull}}225816)
715729
* Improves error handling in **Search Playground** when context limit is exceeded using Elastic Managed LLM [#225360]({{kib-pull}}225360)
716-
* Adds new `CachePopulationReason` [#130593](https://github.com/elastic/elasticsearch/pull/130593)
717730

718731
## July 7, 2025 [serverless-changelog-07072025]
719732

@@ -806,6 +819,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
806819
* Adds missing model Claude 3.7 to accepted models in {{es-serverless}} [#224943]({{kib-pull}}224943)
807820
* Parses `StatelessCompoundCommit` contained in referenced BCCs incrementally during recoveries
808821

822+
* Parses `StatelessCompoundCommit` contained in referenced `BCCs` incrementally during recoveries
823+
809824

810825

811826

@@ -985,6 +1000,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
9851000
* Updates the "Highlighted fields" button in the details flyout and enables the feature flag in {{sec-serverless}} [#221862]({{kib-pull}}221862)
9861001
* Introduces new `empty` states for the Change Point Detection page in {{ml-cap}} [#219072]({{kib-pull}}219072)
9871002

1003+
* Uploads large `VBCC` using concurrent multipart uploads in Azure
1004+
9881005

9891006
### Fixes [serverless-changelog-06022025-fixes]
9901007

@@ -1012,6 +1029,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
10121029
* Fixes the inference endpoint assignment to the trained model object in {{ml-cap}} [#222076]({{kib-pull}}222076)
10131030
* Fixes an issue where `/etc/default/kibana` on deb packages and `/etc/sysconfig/kibana` on rpm packages would be overwritten during upgrading [#221276]({{kib-pull}}221276)
10141031

1032+
* Modifies the mechanism to pause indexing [#128405](https://github.com/elastic/elasticsearch/pull/128405)
1033+
10151034
## May 26, 2025 [serverless-changelog-05262025]
10161035

10171036
### Features and enhancements [serverless-changelog-05262025-features-enhancements]
@@ -1064,6 +1083,9 @@ Review the changes, fixes, and more to {{serverless-full}}.
10641083
* Enables full-text search in `STATS ... WHERE` **ES|QL** queries [#220691]({{kib-pull}}220691)
10651084
* Prevents downloading trained models that are already present in other spaces and displays a warning in Machine Learning [#220238]({{kib-pull}}220238)
10661085

1086+
* Ignores initializing unpromotable node commit notifications responses
1087+
* Pauses indexing completely in serverless when throttling
1088+
10671089
### Fixes [serverless-changelog-05192025-fixes]
10681090
* Removes extra icon from map visualization tooltips [#220134]({{kib-pull}}220134)
10691091
* Fixes color mapping issues for custom ranges and multi-field values in visualizations [#207957]({{kib-pull}}207957)
@@ -1343,6 +1365,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
13431365
* Adds Mustache lambdas for alerting action [#213859]({{kib-pull}}213859)
13441366
* Adds 'page reload' screen reader warning [#214822]({{kib-pull}}214822)
13451367

1368+
* Removes `IndexEngine` dependency from `TransportGetVirtualBatchedCompoundCommitChunkAction`
1369+
13461370
### Fixes [elastic-cloud-serverless-03242025-fixes]
13471371
* Fixes color by value for Last value array mode [#213917]({{kib-pull}}213917)
13481372
* Fixes can edit check [#213887]({{kib-pull}}213887)
@@ -1434,6 +1458,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
14341458
* Introduces globe projection for Dashboards and visualizations [#212437]({{kib-pull}}212437)
14351459
* Registers a custom integrations search provider in Fleet [#213013]({{kib-pull}}213013)
14361460
* Adds support for searchAfter and PIT (point-in-time) parameters in the Get Agents List API in Fleet [#213486]({{kib-pull}}213486)
1461+
* Aborts pending deletion on `IndicesService` stop [#123569](https://github.com/elastic/elasticsearch/pull/123569)
1462+
* Enhances memory accounting for document expansion and introduces a maximum document size limit [#123543](https://github.com/elastic/elasticsearch/pull/123543)
14371463

14381464
### Fixes [elastic-cloud-serverless-03102025-fixes]
14391465
* Fixes an issue where Korean characters were split into two characters with a space in between when typing in the options list search input in Dashboards and visualizations [#213164]({{kib-pull}}213164)
@@ -1461,9 +1487,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
14611487
* Fixes an issue in solution project navigation where panels sometimes failed to toggle closed [#211852]({{kib-pull}}211852)
14621488
* Updates wording for options in the sortBy dropdown component [#206464]({{kib-pull}}206464)
14631489
* Allows EU hooks hostname in the Torq connector for Elastic Security Serverless [#212563]({{kib-pull}}212563)
1464-
* Aborts pending deletion on `IndicesService` stop [#123569](https://github.com/elastic/elasticsearch/pull/123569)
1465-
* Checks integrity of VBCC files on read, not close
1466-
* Enhances memory accounting for document expansion and introduces a maximum document size limit [#123543](https://github.com/elastic/elasticsearch/pull/123543)
1490+
* Checks integrity of `VBCC` files on read, not close
14671491

14681492
## March 3, 2025 [serverless-changelog-03032025]
14691493

@@ -1520,6 +1544,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
15201544
* Prevents trace context from propagating in `SearchShardSizeCollector` to protect against high memory usage in the APM agent
15211545
* Reduces license checks in `LicensedWriteLoadForecaster` [#123346](https://github.com/elastic/elasticsearch/pull/123346)
15221546

1547+
* Prevents trace context to propagate in `SearchShardSizeCollector` to protect from high memory usage in APM agent
1548+
15231549
## February 17, 2025 [serverless-changelog-02172025]
15241550

15251551
### Features and enhancements [elastic-cloud-serverless-02172025-features-enhancements]

0 commit comments

Comments
 (0)