Skip to content

3.39.0

Compare
Choose a tag to compare
@jofsky jofsky released this 08 Jul 20:08
· 2188 commits to main since this release
348960d

Changes:

  • A new snowfakery task with better usability and multi-processor support. Look at the CumulusCI docs to learn the new syntax: https://cumulusci.readthedocs.io/en/stable/data.html#generate-fake-data (#2705)
  • CumulusCI now uses Snowfakery 2.0, with various new features, especially the ability to query into orgs. More information: https://github.com/SFDO-Tooling/Snowfakery/releases/tag/2.0 (#2705)
  • We improved our Robot documentation so that it's possible to link to keyword documentation instead of having to download it locally (#2696)
  • CumulusCI uses a new port (7788) for the built-in connected app to lessen the chances that the port is in use. (#2698)
  • CumulusCI now checks if the port associated with a callback URL/redirect URI is in use during OAuth2 flows, and if so, raises a more friendly error. (#2698)
  • The generate_data_dictionary task now includes Custom Settings, Custom Metadata Types, and Platform Events. (#2712)
  • The generate_data_dictionary task now excludes any schema with visibility set to Protected. This behavior can be turned off (including protected schema) with the include_protected_schema option. (#2712)
  • The generate_data_dictionary task now parses object and field metadata anywhere in a Salesforce DX release other than in the unpackaged/ directory tree. (#2712)
  • Builds that install feature-test 2GP packages now present a cleaner error message when the current commit is not found on GitHub. (#2713)
  • SFDX and CumulusCI both support noancestors as a Scratch org config option but CumulusCI generated a warning if users tried to specify the option in cumulusci.yml. (#2721)

Issues closed:

  • Fixed issue where CumulusCI did not correctly convert a package version specified as a number in YAML to a string. This now raises a warning. (#2692)
  • Fixed a bug where OAuth errors were not reported in detail. (#2694)
  • Fixed an issue where CumulusCI did not grant permissions to Custom Tabs when running update_admin_profile without a custom package.xml. Projects that use a custom package.xml with update_admin_profile should update their manifest to include a CustomTab wildcard for the same outcome. (#2699)
  • Fixed an issue where the dx, dx_push, and dx_pull tasks did not refresh the org's access token. (#2703)
  • Fixed issues in the generate_data_dictionary task that resulted in failures when processing fields with blank Help Text or processing standard fields. (#2706)
  • Fixed an issue preventing generate_data_dictionary from working with four-digit (1.0.0.0) 2GP version numbers. (#2712)
  • Fixed an issue causing release_2gp_beta to fail to create a GitHub release with a dependency-parsing error. (#2720)