Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Nov 7, 2024
1 parent 82a1aea commit 1a3691f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
* CHANGE: We upgraded the version of Node.js bundled in the Salesforce CLI operating system-specific installers, TAR files, and Docker images to v22. We always bundle the Active LTS version of Node.js in tandem with its [release schedule](https://github.com/nodejs/release?tab=readme-ov-file#release-schedule), and v22 went LTS on October 29, 2024.

* FIX: When deploying or retrieving metadata, Salesforce CLI no longer attempts to resolve an XML file in the package directory that isn't part of a source component. As a result, you can include XML files in your package directory that aren't related to org metadata, add them to your `.forceignore` file, and deploys and retrieves will work as expected. (source-deploy-retrieve PR [#1452](https://github.com/forcedotcom/source-deploy-retrieve/pull/1452))

* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):

* AppFrameworkTemplateBundle
* ChoiceList
* ConvIntelligenceSignalRule
* PublicKeyCertificate
* PublicKeyCertificateSet


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

Expand Down Expand Up @@ -134,14 +143,6 @@ These changes are in the Salesforce CLI release candidate. We plan to include th

* FIX: If you run `data export tree` to export records from a Salesforce object that has a RecordType field, and you specify `RecordType.Name` in the SOQL query, you can now import that data using `data import tree` into a new org and the RecordType IDs and Names are correctly resolved. (GitHub discussion [#2753](https://github.com/forcedotcom/cli/discussions/2753), plugin-data PR [#1102](https://github.com/salesforcecli/plugin-data/pull/1102))

* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):

* AppFrameworkTemplateBundle
* ChoiceList
* ConvIntelligenceSignalRule
* PublicKeyCertificate
* PublicKeyCertificateSet

## 2.64.6 (October 30, 2024)

* NEW: Import a large number of records into a Salesforce object from a comma-separated values (CSV) file with the new `data import bulk` command. All the records in the CSV file must be for the same 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. Use the `--sobject` flag to specify the Salesforce object.
Expand Down

0 comments on commit 1a3691f

Please sign in to comment.