Skip to content

Commit 00e3e59

Browse files
W-20126788 sf RNS Nov 5 (#3444)
* Update release notes for versions 2.111.5 and 2.112.6 Updated release notes for version changes and fixes. * Update README.md * Update release notes for upcoming changes * Revise upcoming changes in release notes Updated the announcement section regarding the `plugins link` command to clarify the impact on plugin developers and the need for manual dependency installation. Also, ensured the bundled Node.js version information remains accurate. * Update upcoming changes announcement format * Update README.md
1 parent 2c35175 commit 00e3e59

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

releasenotes/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,22 @@ 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.111.5 (Nov 5, 2025) [stable-rc]
28+
## 2.112.6 (Nov 12, 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+
**ANNOUNCEMENT OF UPCOMING CHANGES**
35+
36+
* **`plugins link` Command**: (This change impacts Salesforce CLI plugin developers who use `yarn` as their package manager.) Starting March 2026, the `plugins link` command will no longer automatically install dependencies after it links the specified plugin into Salesforce CLI. You will need to run `yarn` manually to install the required dependencies before you run `plugins link`. In this release, the `plugins link` command has been updated to include a reminder about this upcoming change. This change doesn't impact plugin developers who use `npm` or `pnmp` as their package manager because those types of plugins already don't get dependencies automatically installed when linked. (oclif plugin-plugins PR [#1230](https://github.com/oclif/plugin-plugins/pull/1230))
37+
* **Bundled Node.js Version**: Starting February 2026, the Salesforce CLI installer for Windows, macOS, and Linux tarballs will start bundling Node.js v24 (Current LTS) instead of Node.js v22 (Maintenance LTS). See [this pinned GitHub issue](https://github.com/forcedotcom/cli/issues/3445) for additional information.
38+
39+
## 2.111.7 (Nov 5, 2025) [stable]
40+
3441
* FIX: Salesforce DX projects now support the FlowValueMap [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json).
3542

36-
## 2.110.21 (Oct 29, 2025) [stable]
43+
## 2.110.22 (Oct 29, 2025)
3744

3845
* FIX: Using the `SF_MDAPI_TEMP_DIR` environment variable when running `project retrieve start` now generates a correct directory name on Windows. (GitHub Issue [#3416](https://github.com/forcedotcom/cli/issues/3416), plugin-deploy-retrieve PR [#1460](https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1460), source-deploy-retrieve PR [#1635](https://github.com/forcedotcom/source-deploy-retrieve/pull/1635))
3946

0 commit comments

Comments
 (0)