Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

August 21

Compare
Choose a tag to compare

The Aug 21' (v8.1.10) release includes a couple of breaking changes. Developer pools are now available in sfpowerscripts, with most of the orchestrator:prepare command flags being moved and consolidated in a configuration file. Enable source tracking in the pool configuration file to persist source tracking files to the scratch orgs - providing developers with an experience as if the scratch orgs were created entirely on their own machines. That means improved productivity, as developers only need to deploy their own changes to the scratch orgs. The other breaking change involves the SFDMU plugin, which must be updated to version 4.4.0 or later in order to work with sfpowerscripts.

Check out 'sfpowerscripts orchestrator pool breaking changes' article for more information.

💥 💥 Breaking Changes

  • Support for scratch orgs pools for developers in sfpowerscripts #540
  • Support for SFDMU v4.4.0 #624

⭐ Enhancements

  • Check for existence of configuration files for data packages #621
  • Add a noColor option to disable colors #584

🪲 Bug Fixes

  • Fix test class identification #600
  • Filter packages that are to be ignored from prepare #597
  • Fix Blank Error Message during a deployment failure #595
  • PMD validate error #567
  • Test classes annotated with @isTest(seeAllData=false) are not parsed as a test class #562