From 1a3691fd3c53842b680ceda3bf66ceedbc2b2521 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:55:34 -0300 Subject: [PATCH] Update README.md --- releasenotes/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/releasenotes/README.md b/releasenotes/README.md index 808c8b690..ab6dbc497 100644 --- a/releasenotes/README.md +++ b/releasenotes/README.md @@ -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] @@ -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.