Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v60.13.0

14 May 21:14
Compare
Choose a tag to compare

60.13.0 - May 15, 2024

Fixed

docs

  • We made updates to the troubleshooting guidelines for Einstein for Developers. (PR #5587)

salesforcedx-vscode-core

  • We got rid of the annoying "Warning: Ignoring extra certs from null, load failed: error:80000002:system library::No such file or directory" warning when the Salesforcedx-vscode-core: NODE_EXTRA_CA_CERTS setting is missing. (PR #5575)

60.12.0 - May 8, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5556)

  • We no longer prompt you for a directory location when you use the context menu to run an Apex command to create a class. We just gather the information from the context, making things a little more convenient for you. Thank you Heber for this awesome contribution. #5544 (PR #5561)

Fixed

docs

  • We updated the replay debugger content with some helpful information. (PR #5566)

60.11.0 - May 1, 2024

Fixed

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5540)

salesforcedx-vscode-apex

60.10.0 - April 24, 2024

Added

salesforcedx-vscode-lwc

  • We now support the lightning_UrlAddressable enumeration type in LWC components. Thank you
    Mike Senn for this contribution. (PR #5328)

Fixed

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

salesforcedx-vscode-apex-debugger

  • We fixed an issue where the ISV Debugger threw a project configuration error when you clicked the Launch Apex Debugger button. Now you should be able to start the debugger without any issues. We'd love to hear your feedback on the ISV Debugger, and happy debugging! (PR #5522)

salesforcedx-vscode-apex

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-core

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is...

Read more

Release v60.12.0

07 May 12:31
Compare
Choose a tag to compare

60.12.0 - May 8, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5556)

  • We no longer prompt you for a directory location when you use the context menu to run an Apex command to create a class. We just gather the information from the context, making things a little more convenient for you. Thank you Heber for this awesome contribution. #5544 (PR #5561)

Fixed

docs

  • We updated the replay debugger content with some helpful information. (PR #5566)

60.11.0 - May 1, 2024

Fixed

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5540)

salesforcedx-vscode-apex

60.10.0 - April 24, 2024

Added

salesforcedx-vscode-lwc

  • We now support the lightning_UrlAddressable enumeration type in LWC components. Thank you
    Mike Senn for this contribution. (PR #5328)

Fixed

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

salesforcedx-vscode-apex-debugger

  • We fixed an issue where the ISV Debugger threw a project configuration error when you clicked the Launch Apex Debugger button. Now you should be able to start the debugger without any issues. We'd love to hear your feedback on the ISV Debugger, and happy debugging! (PR #5522)

salesforcedx-vscode-apex

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-core

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

Read more

Release v60.11.0

01 May 20:47
Compare
Choose a tag to compare

60.11.0 - May 1, 2024

Fixed

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5540)

salesforcedx-vscode-apex

60.10.0 - April 24, 2024

Added

salesforcedx-vscode-lwc

  • We now support the lightning_UrlAddressable enumeration type in LWC components. Thank you
    Mike Senn for this contribution. (PR #5328)

Fixed

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

salesforcedx-vscode-apex-debugger

  • We fixed an issue where the ISV Debugger threw a project configuration error when you clicked the Launch Apex Debugger button. Now you should be able to start the debugger without any issues. We'd love to hear your feedback on the ISV Debugger, and happy debugging! (PR #5522)

salesforcedx-vscode-apex

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-core

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Ad...

Read more

Release v60.10.0

23 Apr 19:34
Compare
Choose a tag to compare

60.10.0 - April 24, 2024

Added

salesforcedx-vscode-lwc

  • We now support the lightning_UrlAddressable enumeration type in LWC components. Thank you
    Mike Senn for this contribution. (PR #5328)

Fixed

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

salesforcedx-vscode-apex-debugger

  • We fixed an issue where the ISV Debugger threw a project configuration error when you clicked the Launch Apex Debugger button. Now you should be able to start the debugger without any issues. We'd love to hear your feedback on the ISV Debugger, and happy debugging! (PR #5522)

salesforcedx-vscode-apex

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-core

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an i...
Read more

Release v60.9.0

15 Apr 16:44
Compare
Choose a tag to compare

60.9.0 - April 17, 2024

Added

salesforcedx-vscode-lwc

  • Add lightning__UrlAddressable enumeration (PR #5328)

Fixed

salesforcedx-apex-debugger

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-utils

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-utils-vscode

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-vscode-apex-debugger

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-vscode-core

  • Bump apex-node apply json dangling comma bug (PR #5537)

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. ([PR #5329](https://github....
Read more

Release v60.8.0

10 Apr 02:35
Compare
Choose a tag to compare

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

  • We made some changes under the hood. (PR #5342)

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforce...

Read more

Release v60.7.0

03 Apr 22:27
Compare
Choose a tag to compare

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

  • We made some changes under the hood. (PR #5342)

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

  • We made some changes under the hood. (PR #5341)

salesforcedx-vscode-apex-replay-debugger

  • We made some changes under the hood. (PR #5341)

59.13.0 - January 11, 2024

Added

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 yo...
Read more

Release v60.5.1

20 Mar 22:49
Compare
Choose a tag to compare

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

  • We made some changes under the hood. (PR #5342)

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

  • We made some changes under the hood. (PR #5341)

salesforcedx-vscode-apex-replay-debugger

  • We made some changes under the hood. (PR #5341)

59.13.0 - January 11, 2024

Added

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 up to date. (PR #5185)

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)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5316)

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. ([PR #5316](https://github.com/forcedotcom/salesforcedx-v...
Read more

Release v60.4.1

13 Mar 21:12
Compare
Choose a tag to compare

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5465)

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5423)

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5397)

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

  • We made some changes under the hood. (PR #5342)

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

  • We made some changes under the hood. (PR #5341)

salesforcedx-vscode-apex-replay-debugger

  • We made some changes under the hood. (PR #5341)

59.13.0 - January 11, 2024

Added

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 up to date. (PR #5185)

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)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5316)

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5253)

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 -...

Read more

Release v60.3.2

05 Mar 20:04
Compare
Choose a tag to compare

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5429)

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5428)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #5393)

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

  • We made some changes under the hood. (PR #5342)

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

  • We made some changes under the hood. (PR #5341)

salesforcedx-vscode-apex-replay-debugger

  • We made some changes under the hood. (PR #5341)

59.13.0 - January 11, 2024

Added

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 up to date. (PR #5185)

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)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

  • We made some changes under the hood. (PR #5316)

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5253)

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - No...

Read more