Skip to content

Commit d53ca01

Browse files
W-20260787: sf RNs Nov 19 (#3457)
* Update release notes for version 2.114.5 Updated release notes to reflect version changes and fixes. * Add issue reference for DataObjectSearchIndexConf fix Added GitHub issue reference for DataObjectSearchIndexConf. * Update release notes with recent fixes and updates Added fixes for the `project retrieve start` command and updated metadata types support. * Document new 'RunRelevantTests' flag for deployments Added information about the new 'RunRelevantTests' flag for deploying metadata, including examples and limitations.
1 parent aaea86f commit d53ca01

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

releasenotes/README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,41 @@ Additional documentation:
2525
* [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins)
2626
* [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm)
2727

28-
## 2.113.6 (Nov 19, 2025) [stable-rc]
28+
## 2.114.5 (Nov 26, 2025) [stable-rc]
2929

3030
These changes are in the Salesforce CLI release candidate. We plan to include these changes in next week's official release. This list isn't final and is subject to change.
3131

3232
------------
3333

34+
* NEW: Specify that you want to run only relevant Apex tests when you deploy metadata to your org with the new `RunRelevantTests` value of the `--test-level` flag of the `project deploy start|validate` commands . Examples of relevant tests include:
35+
36+
* New or modified tests that are part of the deployment.
37+
* Specific tests for new or modified Apex classes or triggers that are part of the deployment.
38+
* Tests that directly or indirectly reference new or modified Apex classes or triggers that are part of the deployment.
39+
* Tests that are marked critical, which always run.
40+
41+
**NOTE**: This feature is available only for Spring '26 orgs (API version 66.0).
42+
43+
This example deploys source files in the `force-app` package directory to the org with alias `my-scratch` and runs only the Apex tests that are relevant to the actual metadata that's being deployed:
44+
45+
```bash
46+
sf project deploy start --source-dir force-app --test-level RunRelevantTests --target-org my-scratch
47+
```
48+
(plugin-deploy-retrieve PR [#1479](https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1479), source-deploy-retrieve PR [#1644](https://github.com/forcedotcom/source-deploy-retrieve/pull/1644))
49+
50+
* FIX: The `project retrieve start` command now correctly fails and outputs an error message if you specify an output directory (with the `--output-dir` flag) that is outside of the Salesforce DX project. (GitHub Issue [#3432](https://github.com/forcedotcom/cli/issues/3432), plugin-deploy-retrieve PR [#1480](https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1480))
51+
52+
* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):
53+
54+
* AccountPlanObjMeasCalcDef (GitHub Issue [#3395](https://github.com/forcedotcom/cli/issues/3395))
55+
* LightningOutApp (GitHub Issue [#3435](https://github.com/forcedotcom/cli/issues/3435))
56+
* DataObjectSearchIndexConf (GitHub Issue [#3441](https://github.com/forcedotcom/cli/issues/3441))
57+
58+
## 2.113.6 (Nov 19, 2025) [stable]
59+
3460
* FIX: We fixed some under-the-hood bugs.
3561

36-
## 2.112.6 (Nov 12, 2025) [stable]
62+
## 2.112.6 (Nov 12, 2025)
3763

3864
**ANNOUNCEMENT OF UPCOMING CHANGES**
3965

0 commit comments

Comments
 (0)