Releases: SFDO-Tooling/CumulusCI
Releases · SFDO-Tooling/CumulusCI
Legacy CumulusCI
This release marks the end of the legacy CumulusCI line based on Ant and the Force.com Migration Tool and the official switch to CumulusCI 2.
2.0.0-alpha23
cumulusci2 org browser
now saves the org back to the keychain. This fixes an issue with scratch orgs where a call to org browser on a scratch org that hasn't been created yet gets created but doesn't persist after the commandtask run
andflow run
now support the--debug
flag which will drop you into the Python interactive debugger (pdb) at the point of the exception.- Added Cookbook to the docs: http://cumulusci.readthedocs.io/en/latest/cookbook.html
flow run
with the--delete-org
option flag and scratch orgs no longer fails the flow if the delete org call fails.- Fixed the
deploy_post
task which has having errors with namespaced file names - Fixed
update_admin_profile
to properly update the profile. This involved fixing the utilsfindReplace
andfindReplaceRegex
. - Reworked exceptions structure and ensure that tasks throw an exception where approriate.
2.0.0-alpha25
- Fixed run_tests and run_tests_debug tasks to fail throwing an exception on test failure
- run_tests_debug now stores debug logs in a tempdir
- Have the CLI handle ApexTestException events with a nicer error rather than a full traceback which isn't helpful to determining the apex failure
- BaseMetadataApi will now throw MetadataApiError after a Failed status is set
- BaseFlow now throws the original exception rather than a more generic one that obscures the actual failure
1.2 (Beta 9)
beta/1.2-Beta_9 Tag created by build CCI-MAS-5 on Bamboo
1.2 (Beta 12)
beta/1.2-Beta_12 Tag created by build CCI-MAS-16 on Bamboo
1.2 (Beta 11)
beta/1.2-Beta_11 Tag created by build CCI-MAS-15 on Bamboo
1.2 (Beta 10)
beta/1.2-Beta_10 Tag created by build CCI-MAS-10 on Bamboo