Skip to content

Commit

Permalink
Update README.md (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Nov 13, 2024
1 parent 1a3691f commit ff9acf3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ Additional documentation:
* [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins)
* [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm)

## 2.66.7 (November 13, 2024) [stable-rc]
## 2.67.7 (November 20, 2024) [stable-rc]

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.

------------

* FIX: We updated the `--help` of `apex test run` to say that users who run the command must have the View All Data system permission. (plugin-apex PR [#630](https://github.com/salesforcecli/plugin-apex/pull/630))

## 2.66.7 (November 13, 2024) [stable]

* NEW: Bulk update many records of a Salesforce object from a comma-separated values (CSV) file with the new `data update bulk` command.

All the records in the CSV file must be for the same Salesforce object and the first column of every line must be an ID of the record you want to update. The CSV file can contain only existing records; if a record in the file doesn't currently exist in the Salesforce object, the command fails. Use the `--sobject` flag to specify the Salesforce object. See [Prepare Data to Ingest](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_data.htm) in the "Bulk API 2.0 and Bulk API Developer Guide" for details about creating the CSV file.
Expand Down Expand Up @@ -89,7 +93,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
* PublicKeyCertificateSet


## 2.65.8 (November 6, 2024) [stable]
## 2.65.8 (November 6, 2024)

* NEW: We updated these commands to use [multi-stage output](README.md#2639-october-23-2024), so while they are running they now display the stage they're currently on, the elapsed time, and more:

Expand Down

0 comments on commit ff9acf3

Please sign in to comment.