3.71.0
Critical Changes 🎉
- A few weeks ago we soft-launched a
load_data
feature that matched the dataset loaded to theorg_shape
. If you had discovered and used theload_data
option calledorg_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
andcapture_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
anduninstall_class
to determine what code runs after installs and uninstalls. (#3462)