From a2c226cd9860b7cf52ed0ba4ba19e77f9e2c9ca9 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Mon, 8 Jan 2024 13:08:09 +0000 Subject: [PATCH 1/6] chore: generated CHANGELOG for release/v59.13.0 --- packages/salesforcedx-vscode/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index 3f120c2df4..b8a4da8fda 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -1,3 +1,19 @@ +# 59.13.0 - January 10, 2024 + +## Added + +#### salesforcedx-vscode-core + +- Validate CLI installation and version during activation of CLI Integration extension ([PR #5185](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185)) + +## Fixed + +#### salesforcedx-vscode-core + +- Create commands from sfdx to sf style ([PR #5303](https://github.com/forcedotcom/salesforcedx-vscode/pull/5303)) + +- Default SF_LOG_LEVEL to fatal ([PR #5318](https://github.com/forcedotcom/salesforcedx-vscode/pull/5318)) + # 59.12.2 - January 5, 2024 ## Fixed From 8006a45aa0494f1d4d13e51d08db3be3a960119a Mon Sep 17 00:00:00 2001 From: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:43:11 -0500 Subject: [PATCH 2/6] Update CHANGELOG.md --- packages/salesforcedx-vscode/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index b8a4da8fda..c24f244e76 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -35,8 +35,7 @@ #### salesforcedx-vscode-core - We updated the @salesforce/templates version so that the latest API version 59.0 is used. ([PR #5260](https://github.com/forcedotcom/salesforcedx-vscode/pull/5260)) -- We updated several commands to the new `sf style` to remove some more pesky warnings. Use the new VSCode setting to set the `SF_LOG_LEVEL` environment variable that is now required for the `SFDX: Create a Default Scratch Org` command. Documentation for Salesforce CLI log levels here: https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_log_messages.htm - ([PR #5273](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295)) +- We updated several commands to the new `sf style` to remove some more pesky warnings. ([PR #5273](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295)) # 59.9.0 - December 13, 2023 From 62c1fff177b79014d9a5eaaf9ea43279f3899e60 Mon Sep 17 00:00:00 2001 From: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:47:00 -0500 Subject: [PATCH 3/6] Update CHANGELOG.md --- packages/salesforcedx-vscode/CHANGELOG.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index c24f244e76..6bf23bb597 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -1,4 +1,4 @@ -# 59.13.0 - January 10, 2024 +# 59.13.0 - January 11, 2024 ## Added @@ -8,16 +8,6 @@ ## Fixed -#### salesforcedx-vscode-core - -- Create commands from sfdx to sf style ([PR #5303](https://github.com/forcedotcom/salesforcedx-vscode/pull/5303)) - -- Default SF_LOG_LEVEL to fatal ([PR #5318](https://github.com/forcedotcom/salesforcedx-vscode/pull/5318)) - -# 59.12.2 - January 5, 2024 - -## Fixed - #### docs - We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. ([PR #5264](https://github.com/forcedotcom/salesforcedx-vscode/pull/5264)) @@ -35,7 +25,8 @@ #### salesforcedx-vscode-core - We updated the @salesforce/templates version so that the latest API version 59.0 is used. ([PR #5260](https://github.com/forcedotcom/salesforcedx-vscode/pull/5260)) -- We updated several commands to the new `sf style` to remove some more pesky warnings. ([PR #5273](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295)) +- We updated several commands to the new `sf style` to remove some more pesky warnings. ([PR #5273](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295), [PR #5303](https://github.com/forcedotcom/salesforcedx-vscode/pull/5303)) +- We made some changes under the hood. ([PR #5318](https://github.com/forcedotcom/salesforcedx-vscode/pull/5318)) # 59.9.0 - December 13, 2023 From 6c5e5dd28196565e2d77b37974fe849e0b1e4973 Mon Sep 17 00:00:00 2001 From: Sonal Budhiraja <57969266+sbudhirajadoc@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:04:14 -0800 Subject: [PATCH 4/6] Update CHANGELOG.md CLI PR text update. --- packages/salesforcedx-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index 6bf23bb597..632823c2aa 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -4,7 +4,7 @@ #### salesforcedx-vscode-core -- Validate CLI installation and version during activation of CLI Integration extension ([PR #5185](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185)) +- We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI upto date. ([PR #5185](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185)) ## Fixed From 9f01095e9423ceafa09ddba4a0aad2c13447a10c Mon Sep 17 00:00:00 2001 From: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:07:17 -0500 Subject: [PATCH 5/6] Update CHANGELOG.md --- packages/salesforcedx-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index 632823c2aa..7b265dd6a2 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -4,7 +4,7 @@ #### salesforcedx-vscode-core -- We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI upto date. ([PR #5185](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185)) +- We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. ([PR #5185](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185)) ## Fixed From 35b57938423a114a019d1abcb315e89c00204f67 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 10 Jan 2024 01:09:26 +0000 Subject: [PATCH 6/6] chore: updated SHA256 v59.13.0 [skip ci] --- SHA256.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/SHA256.md b/SHA256.md index 8e76174ca8..c4ae813782 100644 --- a/SHA256.md +++ b/SHA256.md @@ -8,7 +8,7 @@ make sure that their SHA values match the values in the list below. following the instructions at https://code.visualstudio.com/docs/editor/extension-gallery#_common-questions. For example, download, - https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/salesforcedx-vscode-core/59.12.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage. + https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/salesforcedx-vscode-core/59.13.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage. 2. From a terminal, run: @@ -16,16 +16,16 @@ shasum -a 256 3. Confirm that the SHA in your output matches the value in this list of SHAs. -40b195a26aa0d9f5a08eaf9dc6287081ab1ced0c0fd93ceaaf02593f239e9d17 salesforcedx-vscode-59.12.2.vsix -c8d50bd722c8c3f9a97440326492282804f791a812693d5c358c1f969ba1fcef salesforcedx-vscode-apex-59.12.2.vsix -478399f1315c2ba23f02d57a33b5e6c52060e26b38c9c4e65e40c7ffddace364 salesforcedx-vscode-apex-debugger-59.12.2.vsix -d015ea5f9f1ad8ddc9dd1843f4864703e23ba68d909b3823b69332fcb0de31ed salesforcedx-vscode-apex-replay-debugger-59.12.2.vsix -66e31524413743a8d760324e70156b058efdc55267f82c9a25ec6fcb2e025b6f salesforcedx-vscode-core-59.12.2.vsix -8f04e2abe25383aaf2036325018f168ca2a0a83ea89e1468f61bbaa7d8e09c28 salesforcedx-vscode-expanded-59.12.2.vsix -de4ab01f46a3ff71e28ce36d0c81860084077746aa4e82a91937d0174d792d65 salesforcedx-vscode-lightning-59.12.2.vsix -724dbc6efa2750e5aff0b60b4978c7dc49d8337bc2ae2cdb4a0990b6a597f014 salesforcedx-vscode-lwc-59.12.2.vsix -998ce2e9319dd23373f35488b6384c584553ff0141220fa6e39fb027be87f3a2 salesforcedx-vscode-soql-59.12.2.vsix -7fdfb61a93044d6e07b5ecfefc5392f0ed5dd44b928522a82b8f037c42d10543 salesforcedx-vscode-visualforce-59.12.2.vsix +616acd1435d44f854f8882583f8a8dece19a40be7c938b3ff494a5cf4758c19e salesforcedx-vscode-59.13.0.vsix +1e326d0147e782205a91b3f3316afe4d6193a7d217ec5a773e2c3a2ed380c6f6 salesforcedx-vscode-apex-59.13.0.vsix +52391b0929cee26f0994ab196740f24caf6e46146e9e4e9a8c5c63f7113b5d84 salesforcedx-vscode-apex-debugger-59.13.0.vsix +cb64a1d0be9b5a728406a7f5fbfd6b50fd6652e0db3f2723549838665bb528ea salesforcedx-vscode-apex-replay-debugger-59.13.0.vsix +1934b6b822efef6bfbd87fe33c066ebf442a5b9c6522f7d9f68231dbec97ef3e salesforcedx-vscode-core-59.13.0.vsix +851ca846019fc98d72d1f154433cfebad12ddd2ce24ae94c38b178cdaa27fba7 salesforcedx-vscode-expanded-59.13.0.vsix +42a062ed6cb49ca84da6df0a81fb8f994c80b68dbaa6129172a1c157c7494c58 salesforcedx-vscode-lightning-59.13.0.vsix +7b3fb5c9d24db785a97bd4694dddc410bf9fac260d15c3a1c168e7e58f2f4078 salesforcedx-vscode-lwc-59.13.0.vsix +5f6c1687cdf1eacef999af480589ad099f21c190d128441a9bae8134d975a816 salesforcedx-vscode-soql-59.13.0.vsix +85a6d286390bcac2292062eff9177bf79893c1924a89ce75b93f0bb45f688088 salesforcedx-vscode-visualforce-59.13.0.vsix 4. Change the filename extension for the file that you downloaded from .zip to