Skip to content

Commit f430f23

Browse files
committed
adds missing changelog entries for SearchOrg
1 parent c4d491c commit f430f23

File tree

1 file changed

+15
-16
lines changed
  • release-notes/elastic-cloud-serverless

1 file changed

+15
-16
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ Review the changes, fixes, and more to {{serverless-full}}.
324324

325325
### Features and enhancements [serverless-changelog-09192025-features-enhancements]
326326
* {{serverless-full}} is now available in three new Google Cloud Platform [regions](/deploy-manage/deploy/elastic-cloud/regions.md): GCP South Carolina (`us-east1`), GCP Virginia (`us-east4`), and GCP Oregon (`us-west1`).
327-
* Adds refactor(semantic_text): fail early in pre-8.11 indices [#133080](https://github.com/elastic/elasticsearch/pull/133080)
328327

329328

330329
## September 15, 2025 [serverless-changelog-09152025]
@@ -438,6 +437,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
438437
* Fixes responsiveness issues in the Stream management code editor area [#232630]({{kib-pull}}232630)
439438
* Fixes an empty tooltip issue when creating tags [#232853]({{kib-pull}}232853)
440439
* Fixes an issue where the **Create tag** modal wouldn't close properly [#233012]({{kib-pull}}233012)
440+
* Fails early in pre-8.11 indices for `semantic_text` [#133080](https://github.com/elastic/elasticsearch/pull/133080)
441441

442442
## August 28, 2025 [serverless-changelog-08282025]
443443

@@ -602,8 +602,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
602602
* Fixes product docs install logic when the target version is higher than the current version for Machine Learning [#229704]({{kib-pull}}229704)
603603
* Adds support for the `name` attribute in create and update actions for saved objects [#228464]({{kib-pull}}228464)
604604
* Fixes missing data view [#229467]({{kib-pull}}229467)
605-
* Implement support for weighted rrf [#130658](https://github.com/elastic/elasticsearch/pull/130658)
606-
* Add Sparse Vector Index Options Settings to Semantic Text Field [#131058](https://github.com/elastic/elasticsearch/pull/131058)
605+
* Implements support for weighted RRF [#130658](https://github.com/elastic/elasticsearch/pull/130658)
606+
* Adds sparse vector index options settings to semantic text fields [#131058](https://github.com/elastic/elasticsearch/pull/131058)
607607

608608
## July 28, 2025 [serverless-changelog-07282025]
609609

@@ -632,7 +632,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
632632
* Ensures the Gemini Vertex AI documentation link is available in the AI Connector [#228348]({{kib-pull}}228348)
633633
* Fixes a skipped autocomplete test in the console [#229274]({{kib-pull}}229274)
634634
* Ignores missing filters in rule parameters instead of causing errors [#229422]({{kib-pull}}229422)
635-
* Support semantic reranking using contextual snippets instead of entire field text [#129369](https://github.com/elastic/elasticsearch/pull/129369)
635+
* Supports semantic reranking using contextual snippets instead of entire field text [#129369](https://github.com/elastic/elasticsearch/pull/129369)
636636

637637

638638
## July 22, 2025 [serverless-changelog-07222025]
@@ -653,6 +653,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
653653
* Allows submitting case comments by pressing **⌘+Enter** (or **Ctrl+Enter**) [#228473]({{kib-pull}}228473)
654654
* Increases the number of supported **Group by** fields in threshold rules from 3 to 5 [#227465]({{kib-pull}}227465)
655655
* Adds the **Search AI Lake** view to AutoOps for {{serverless-full}} to provide storage usage insights
656+
* Enhances `semantic_text` inference error messages [#131519](https://github.com/elastic/elasticsearch/pull/131519)
656657

657658
### Fixes [serverless-changelog-07222025-fixes]
658659

@@ -671,8 +672,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
671672
* Migrates the anonymization in-memory table to `EuiBasicTable` for improved selection control [#222825]({{kib-pull}}222825)
672673
* Fixes styling issues in flyouts [#228078]({{kib-pull}}228078)
673674
* Fixes sub-menu behavior in the solution nav when collapsed [#227705]({{kib-pull}}227705)
674-
* Fix Semantic Query Rewrite Interception Drops Boosts [#129282](https://github.com/elastic/elasticsearch/pull/129282)
675-
* Fixes refactor: enhance semantic_text inference error msg [#131519](https://github.com/elastic/elasticsearch/pull/131519)
675+
* Fixes semantic query rewrite interception dropping boosts [#129282](https://github.com/elastic/elasticsearch/pull/129282)
676676

677677

678678
## July 15, 2025 [serverless-changelog-07152025]
@@ -712,7 +712,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
712712
* Adds discernible text to the **Refresh data preview** button [#225816]({{kib-pull}}225816)
713713
* Improves error handling in **Search Playground** when context limit is exceeded using Elastic Managed LLM [#225360]({{kib-pull}}225360)
714714
* Adds [synonym] return empty ruleset [#131032](https://github.com/elastic/elasticsearch/pull/131032)
715-
* Adds don't allow field caps to use semantic queries as index filters [#131111](https://github.com/elastic/elasticsearch/pull/131111)
715+
* Prevents field caps from using semantic queries as index filters [#131111](https://github.com/elastic/elasticsearch/pull/131111)
716716

717717
## July 7, 2025 [serverless-changelog-07072025]
718718

@@ -803,7 +803,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
803803
* Replaces hard-coded CSS values to us the `euiTheme` instead in {{sec-serverless}} [#225307]({{kib-pull}}225307)
804804
* Fixes URL query handling for asset inventory flyout in {{sec-serverless}} [#225199]({{kib-pull}}225199)
805805
* Adds missing model Claude 3.7 to accepted models in {{es-serverless}} [#224943]({{kib-pull}}224943)
806-
* Fix incorrect accounting of semantic text indexing memory pressure [#130221](https://github.com/elastic/elasticsearch/pull/130221)
806+
* Fixes incorrect accounting of semantic text indexing memory pressure [#130221](https://github.com/elastic/elasticsearch/pull/130221)
807807

808808

809809

@@ -814,7 +814,6 @@ Review the changes, fixes, and more to {{serverless-full}}.
814814

815815
### Features and enhancements [serverless-changelog-06262025-features-enhancements]
816816
* {{serverless-full}} is now available in the Microsoft Azure `eastus` [region](/deploy-manage/deploy/elastic-cloud/regions.md).
817-
* Fixes fix: allow non-score sorts in pinned retriever sub-retrievers [#128323](https://github.com/elastic/elasticsearch/pull/128323)
818817

819818
## June 23, 2025 [serverless-changelog-06232025]
820819

@@ -855,7 +854,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
855854
* Implements navigation UI for the **Overview Page** in **Entity Analytics** [#221748]({{kib-pull}}221748)
856855
* Adds support for partial result handling in **ES|QL** [#223198]({{kib-pull}}223198)
857856
* Adds an **Executable Name** tab to the TopN view [#224291]({{kib-pull}}224291)
858-
857+
* Updates `sparse_vector` field mapping to include default setting for token pruning [#129089](https://github.com/elastic/elasticsearch/pull/129089)
859858

860859
### Fixes [serverless-changelog-06232025-fixes]
861860

@@ -878,9 +877,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
878877
* 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.
879878
* Fixes **Discard** button state change logic for toggles [#223493]({{kib-pull}}223493)
880879
* Removes `originId` from connectors during rule import [#223454]({{kib-pull}}223454)
881-
* Update sparse_vector field mapping to include default setting for token pruning [#129089](https://github.com/elastic/elasticsearch/pull/129089)
882880
* Adds simplified linear retriever [#129200](https://github.com/elastic/elasticsearch/pull/129200)
883-
* Add index_options to semantic_text field mappings [#119967](https://github.com/elastic/elasticsearch/pull/119967)
881+
* Adds `index_options` to `semantic_text` field mappings [#119967](https://github.com/elastic/elasticsearch/pull/119967)
884882
* Adds simplified rrf retriever [#129659](https://github.com/elastic/elasticsearch/pull/129659)
885883
* Fixes simplified linear & rrf retrievers - return error on empty fields param [#129962](https://github.com/elastic/elasticsearch/pull/129962)
886884

@@ -952,6 +950,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
952950
* Updates the risk severity colors to the Borealis theme in {{sec-serverless}} [#222061]({{kib-pull}}222061).
953951
* Enables **Content Connectors** in the **Stack Management** menu in {{sec-serverless}} [#221856]({{kib-pull}}221856).
954952
* Implements PKI authentication support for the `.gen-ai` connector’s `OpenAI Other` provider [#219984]({{kib-pull}}219984).
953+
* Adds `l2_norm` normalization support to linear retriever [#128504](https://github.com/elastic/elasticsearch/pull/128504)
955954

956955
### Fixes [serverless-changelog-06092025-fixes]
957956

@@ -970,7 +969,6 @@ Review the changes, fixes, and more to {{serverless-full}}.
970969
* Fixes an issue with the OpenAI connector not using the action proxy configuration for all subactions in Machine Learning [#219617]({{kib-pull}}219617).
971970
* 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).
972971
* Fixes error handling when one or more connectors is deleted [#221958]({{kib-pull}}221958).
973-
* Add l2_norm normalization support to linear retriever [#128504](https://github.com/elastic/elasticsearch/pull/128504)
974972
* Adds semantic_text match_all with highlighter [#128702](https://github.com/elastic/elasticsearch/pull/128702)
975973

976974
## June 2, 2025 [serverless-changelog-06022025]
@@ -1016,6 +1014,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
10161014
* Ensures to only auto deploy Elastic models during file upload in {{ml-cap}} [#221357]({{kib-pull}}221357)
10171015
* Fixes the inference endpoint assignment to the trained model object in {{ml-cap}} [#222076]({{kib-pull}}222076)
10181016
* 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)
1017+
* Allows non-score sorts in pinned retriever sub-retrievers [#128323](https://github.com/elastic/elasticsearch/pull/128323)
10191018

10201019
## May 26, 2025 [serverless-changelog-05262025]
10211020

@@ -1047,7 +1046,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
10471046
* Fixes inability to clear Document ID in data view field editor preview [#220891]({{kib-pull}}220891)
10481047
* Reworks cookie and session storage to prevent unexpected logouts for certain users with certain use cases [#220430]({{kib-pull}}220430)
10491048
* Changes the AI Connector description [#221154]({{kib-pull}}221154)
1050-
* Fixes fix: add namedwriteable for rulequeryrankdoc [#128153](https://github.com/elastic/elasticsearch/pull/128153)
1049+
* Fixes named writeable for `rulequeryrankdoc` [#128153](https://github.com/elastic/elasticsearch/pull/128153)
10511050

10521051
## May 19, 2025 [serverless-changelog-05192025]
10531052

@@ -1535,6 +1534,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
15351534
* Trained models: Replaces the **Download** button by extending the deploy action [#205699]({{kib-pull}}205699)
15361535
* Adds the useCustomDragHandle property [#210463]({{kib-pull}}210463)
15371536
* Upcoming removal of SMS multifactor authentication method. In October, we made multifactor authentication mandatory for all users. As an additional security measure, the SMS MFA method will be removed in April. If you’re still using SMS, you will be prompted to set up a more secure MFA method, and your registered SMS MFA devices will be automatically deleted from Elastic Cloud.
1537+
* Adds [inference api] rename model_id prop to model in eis sparse inference request body [#122272](https://github.com/elastic/elasticsearch/pull/122272)
15381538

15391539
### Fixes [elastic-cloud-serverless-02172025-fixes]
15401540
* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details [#210695]({{kib-pull}}210695)
@@ -1570,7 +1570,6 @@ Review the changes, fixes, and more to {{serverless-full}}.
15701570
* Fixes unattended Transforms in integration packages not automatically restarting after reauthorizing [#210217]({{kib-pull}}210217)
15711571
* Reinstates switch to support generating public URLs for embed when supported [#207383]({{kib-pull}}207383)
15721572
* Provides a fallback view to recover from Stack Alerts page filters bar errors [#209559]({{kib-pull}}209559)
1573-
* Adds [inference api] rename model_id prop to model in eis sparse inference request body [#122272](https://github.com/elastic/elasticsearch/pull/122272)
15741573

15751574
## February 10, 2025 [serverless-changelog-02102025]
15761575

@@ -1772,7 +1771,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
17721771
* Rejects CEF logs from Automatic Import and redirects you to the CEF integration instead [#201792]({{kib-pull}}201792)
17731772
* Updates the install rules title and message [#202226]({{kib-pull}}202226)
17741773
* Fixes error on second entity engine init API call [#202903]({{kib-pull}}202903)
1775-
* *estricts unsupported log formats [#202994]({{kib-pull}}202994)
1774+
* Restricts unsupported log formats [#202994]({{kib-pull}}202994)
17761775
* Removes errors related to Enterprise Search nodes [#202437]({{kib-pull}}202437)
17771776
* Improves web crawler name consistency [#202738]({{kib-pull}}202738)
17781777
* Fixes editor cursor jumpiness [#202389]({{kib-pull}}202389)

0 commit comments

Comments
 (0)