2.4.1
Changes:
- Updated the default Salesforce Metadata API version to 45.0
- The scratch org definition files generated by
cci project init
now useorgPreferenceSettings
instead of the deprecatedorgPreferences
. - The
metadeploy_publish
task now defaults to describing tasks based onDeploy
as "metadata" steps instead of "other".
Issues Fixed:
-
Fixed a couple problems with generating passwords for new scratch orgs:
- A project's predefined scratch org configs now default to
set_password: True
(which was already the case for orgs created explicitly using cci org scratch). - A scratch org config's
set_password
flag is now retained when recreating an expired org. (Fixes #670)
- A project's predefined scratch org configs now default to
-
Fixed the logic for finding the most recent GitHub release so that it now only considers tags that start with the project's git
prefix_release
. -
Fixed the
install_prod_no_config
flow. Thedeploy_post
task was not injecting namespace tokens correctly. -
Fixed the
connected_app
task to work with version 7 of the sfdx CLI. (Fixes #1013) -
Robot Framework: Fixed the
Populate Field
keyword to work around intermittent problems clearing existing field values.