Skip to content

Commit cc92693

Browse files
sf RNs: Jan 22 (#3191)
* sf RNs: Jan 22 * Update README.md * Update README.md * Update README.md
1 parent 530c0b7 commit cc92693

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

releasenotes/README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,20 @@ 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.73.9 (Jan 22, 2025) [stable-rc]
28+
## 2.74.6 (Jan 29, 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+
* FIX: The `api request rest` command now correctly refreshes the access token if it has expired. (GitHub issue [#3176](https://github.com/forcedotcom/cli/issues/3176), sfdx-core PR [#1163](https://github.com/forcedotcom/sfdx-core/pull/1163), plugin-api PR [#62](https://github.com/salesforcecli/plugin-api/pull/62))
35+
36+
* FIX: If you run the `org create scratch` command with the `--json` flag, and the creation of the scratch org times out, its job ID is now included in the JSON output of the CLI command. (plugin-org PR [#1317](https://github.com/salesforcecli/plugin-org/pull/1317))
37+
38+
* FIX: If you installed Salesforce CLI on Windows using the installer, you no longer get the message that starts `(node:9801) [DEP0040] DeprecationWarning: The punycode module is deprecated.` when you run any CLI command. (GitHub issue [#3161](https://github.com/forcedotcom/cli/issues/3161), oclif PR [#1672](https://github.com/oclif/oclif/pull/1672))
39+
40+
## 2.73.9 (Jan 22, 2025) [stable]
41+
3442
* NEW: Ensure that your code adheres to best practices with these Code Analyzer v5 (Beta) commands in the just-in-time (JIT) `code-analyzer` plugin:
3543

3644
* `code-analyzer config` : Display the current state of configuration for Code Analyzer.
@@ -59,7 +67,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
5967
* AnalyticsVizViewDef
6068
* AnalyticsWorkspace
6169

62-
## 2.72.21 (Jan 15, 2025) [stable]
70+
## 2.72.21 (Jan 15, 2025)
6371

6472
* NEW: When generating a manifest from the metadata components in an org by running the `project generate manifest --from-org` command, you can now specify the metadata components you **don't** want to include with the new `--excluded-metadata` flag. For example, this command generates a manifest of all the metadata components except StandardValueSet from the org with alias `my-org`:
6573

0 commit comments

Comments
 (0)