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
* Update release notes for version 2.117.6
Updated release notes for version 2.117.6, added new metadata types support, and included polling interval feature for apex test run.
* Revise release notes for version 2.115.15
Updated release notes for version 2.115.15 to include new features and fixes.
* Update release notes with new debug log feature
Added information about new debug log feature for ignored files.
* Update release notes with new fix for apex test run
Added note about memory leak fix in apex test run command.
* Update release notes by removing memory leak fix
Removed a note about a memory leak fix for the apex test run command.
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.
31
31
32
32
------------
33
33
34
+
* NEW: The debug log information outputted by the `--dev-debug` flag now includes the list of files that were ignored during a deployment or retrieval. This information is useful to debug your `.forceignore` file and understand exactly what's being ignored when you run `project deploy|retrieve start`. (GitHub Issue [#3345](https://github.com/forcedotcom/cli/issues/3345), source-deploy-retrieve PR [#1656](https://github.com/forcedotcom/source-deploy-retrieve/pull/1656))
35
+
36
+
* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):
37
+
38
+
* IntegArtifactDef
39
+
* OnboardingDataObjectGroup
40
+
* PartyProfileDataObjectValidityDefinition
41
+
42
+
## December 23 and 30, 2025
43
+
44
+
Due to the holiday break in the United States, we aren't releasing new stable versions. Happy holidays!
45
+
46
+
## 2.116.6 (Dec 17, 2025) [stable]
47
+
34
48
* NEW: Specify the number of seconds to poll the org to check for the test status when you run `apex test run` with the new `--poll-interval`. Previously the poll interval was hard-coded to 1 second. This example shows how to set the poll interval to 5 seconds:
35
49
36
50
```bash
@@ -43,7 +57,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
43
57
44
58
* FIX: Salesforce DX projects now support the `StageAssignment` [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json).
45
59
46
-
## 2.115.15 (Dec 10, 2025) [stable]
60
+
## 2.115.15 (Dec 10, 2025)
47
61
48
62
* NEW: (Beta) Build complex, deterministic, enterprise-ready agents with Agent Script and Agentforce DX.
0 commit comments