- Added new task classes util.DownloadZip, command.SalesforceCommand,
and command.SalesforceBrowserTestCommand that can be mapped in
individual projects to configure browser tests or other commands run
against a Salesforce org. The commands are automatically passed a
refreshed [SF_ACCESS_TOKEN]{.title-ref} and
[SF_INSTANCE_URL]{.title-ref} environment variables.
- Added new CLI commands [cci project connect_saucelabs]{.title-ref}
and [cci project show_saucelabs]{.title-ref}
- Added [](ci-install-beta) flow that uninstalls the
previous managed version then installs the latest beta without
running apex tests
- Added new method cumulusci.utils.download_extract_zip to download
and extract a zip including re-rooting the zip to a subfolder.
- All Salesforce tasks now delete any tempdirs they create to prevent
wasting disk space