Skip to content

3.71.0

Compare
Choose a tag to compare
@TheBitShepherd TheBitShepherd released this 20 Dec 19:22
· 410 commits to main since this release
5b07db3

Critical Changes 🎉

  • A few weeks ago we soft-launched a load_data feature that matched the dataset loaded to the org_shape. If you had discovered and used the load_data option called org_shape_match_only, you should switch to the new task because eventually we will remove the option and only use the new task. (#3455)

Changes 🎉

  • CumulusCI has two new tasks for working with sample data: load_sample_data and capture_sample_data. (#3455)
  • CumulusCI now offers the ability to inject arbitrary Id's into a project's metadata components. See the Find-and-Replace Id Injection source transform for more information. (#3460)
  • CumulusCI now allows for injecting the current running user's username into a project's metadata components. See the Find-and-Replace Id Injection source transform for more information. (#3460)
  • update_package_xml task now takes two new parameters: install_class and uninstall_class to determine what code runs after installs and uninstalls. (#3462)