3.28.0
Changes:
-
Added a new task,
composite_request
, for calling the Composite REST Resource. #2341 -
The
create_package_version
task has a new option,version_base
, which can be used to increment the package version from a different base version instead of from the highest existing version of the 2gp package. Thebuild_feature_test_package
flow now uses this option to create a package version with the minor version incremented from the most recent 1gp release published to github. #2357 -
The
create_package_version
task now supports setting a post-install script and uninstall script when creating a managed package version, by setting thepost_install_script
anduninstall_script
options. By default, these options will use the values ofinstall_class
anduninstall_class
from thepackage
section ofcumulusci.yml
. #2366 -
Updated to Snowfakery 1.5.
-
Robot Framework:
-
The
Click related list button
keyword has been modified to be more liberal in the types of DOM elements it will click on. Prior to this change it only clicked on anchor elements, but now also works for related list buttons that use an actual button element. #2356 -
The
Click modal button
keyword now attempts to find the given button anywhere on the modal rather than only inside aforce-form-footer
element. #2356
-
Issues closed:
-
Robot Framework:
-
Fixed a possible error when running CumulusCI flows embedded in a multi-threaded context. #2347