Cumulusci

Latest version: v4.3.0

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 54 of 57

2.0.0alpha14

- Fix version number
- Fix bug in BaseSalesforceBulkApiTask (thanks \cdcarter)

2.0.0alpha13

- Nicer log output from tasks and flows using
[coloredlogs]{.title-ref}
- Added handling for packed git references in the file
.git/packed-refs
- Docs now available at <http://cumulusci.readthedocs.io>
- Tasks and Flows run through the CLI now show a more simple message
if an exception is thrown

2.0.0alpha12

- Automatic detection of latest production and beta release via Github
Releases
- project_config.get_latest_release() added to query Github
Releases to find the latest production or beta release version
- InstallPackage now accepts the virtual versions 'latest' and
'latest_beta' as well as specific versions for the version
option
- New flows:
- ci_feature: Runs a full deployment of the unmanaged code for
testing in a feature org
- ci_master: Runs a full deployment of the managed version of the
code into the packaging org
- ci_beta: Installs the latest beta and runs all tests
- ci_release: Installs the latest release and runs all tests
- release_beta: Uploads a beta release of the metadata in the
packaging org, creates a Github Release, and generates release
notes
- Removed the hard coded slots in the keychain for github,
mrbelvedere, and apextestsdb and replaced with a more generic
concept of named keychain services. keychain.get_service('name')
retrieves a named service. The CLI commands for setting github,
mrbelvedere, and apextestsdb were modified to write the service
configs to the new structure.
- Flow tasks can now access previous tasks' attributes in their
options definitions. The syntax is \^\^task_name.attr1.attr2
- Flow output is now nicer showing the flow configuration and the
active configuration for each task before execution
- New tasks
- update_package_xml_managed: Create a new package.xml from the
metadata in src/ with attributes only available when deploying
to packaging org
- run_tests: Runs matching apex tests in parallel and generate a
JUnit report
- run_tests_debug: Runs matching apex tests in parallel, generates
JUnit report, captures debug logs, and parses debug logs for
limits usage outputing results to test_results.json
- run_tests_managed: Runs matching apex tests in parallel from the
package's namespace and generate a JUnit report

2.0.0alpha11

- project_config.repo_root is now added to the python syspath, thanks
\cdcarter for the contribution
- Tasks for the new Package Upload API
- upload_beta: Uploads a beta release of the metadata currently in
the packaging org
- upload_production: Uploads a production release of the metadata
currently in the packaging org
- Dependency management for managed packages:
- update_dependencies: Task that ensures the target org has all
dependencies installed at the correct version
- Dependencies are configured using the dependencies: heading in
cumulusci.yml under the project: section
- Integrated salesforce-bulk and created BaseSalesforceBulkApiTask for
building bulk data tasks
- Added [cci version]{.title-ref} command to print out current package
version, thanks \cdcarter for the contribution

2.0.0alpha10

- More pure Python tasks to replace ant targets:
- create_ee_src
- retrieve_packaged
- retrieve_src
- revert_ee_src
- uninstall_packaged_incremental
- update_admin_profile
- New flow:
- unmanaged_ee: Deploys unmanaged code to an EE org
- New cumulusci.utils
- CUMULUSCI_PATH: The absolute path to the root of CumulusCI
- findReplaceRegex: Recursive regex based search/replace for files
- zip_subfolder: Accepts a zipfile and path, returns a zipfile
with path as root
- Fix bug where repo_name was not being properly handled if it origin
ended in .git

2.0.0alpha9

- Switch to using [plaintable]{.title-ref} for printing text tables in
the following CLI commands:
- cci org list
- cci task list
- cci task info
- cci flow list
- Easier project set up: [cci project init]{.title-ref} now prompts
for all project values using the global default values
- More pure Python Metadata API tasks:
- create_package
- install_package
- uninstall_managed
- uninstall_packaged
- uninstall_pre
- uninstall_post
- uninstall_post_managed
- New tasks to interact with the new PackageUploadRequest object in
the Tooling API
- upload_beta
- upload_production
- Python task to replace deployUnpackagedPost ant target with support
for replacing namespace prefix in filenames and file contents
- deploy_post
- deploy_post_managed
- Python tasks to replace createManagedSrc and revertManagedSrc ant
targets
- create_managed_src
- revert_managed_src

Page 54 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.