Skip to content

2.4.1

Compare
Choose a tag to compare
@davisagli davisagli released this 09 Apr 16:09
· 5224 commits to master since this release
120f7a1

Changes:

  • Updated the default Salesforce Metadata API version to 45.0
  • The scratch org definition files generated by cci project init now use orgPreferenceSettings instead of the deprecated orgPreferences.
  • The metadeploy_publish task now defaults to describing tasks based on Deploy 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)
  • 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. The deploy_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.