Cumulusci

Latest version: v4.3.0

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

Scan your dependencies

Page 29 of 57

2.2.2

Not secure
Changes:

- Improved error handling during scratch org creation:
- Capture and display stderr output from SFDX (issue 413).
- Avoid infinite recursion if username wasn't found in output
from SFDX.
- Robot Framework: Increased the timeout for initial loading of the
browser.

2.2.1

Not secure
Oops, an update in CumulusCI 2.2.0 ended up breaking the
update_dependencies task! Now fixed.

2.2

is now included with CumulusCI. New features include unique IDs and
Numeric Counters. (2962)

Issues Closed

- We added an improved error message when `metadeploy_publish` is
passed a lightweight tag. (2955)
- Adjusted a check for .lightning. domains in the `cci org connect`
command. (2970)
- We fixed an issue where stacktraces for some Apex test failures were
truncated. (2961)

2.2.0

Not secure
Changes:

- Tasks can now be placed in groups for the task list! Just specify a
`group` when defining the task in YAML.
- By popular request, there is now an `org import` command to import
an org from the SFDX keychain to the CumulusCI keychain. It takes
two arguments: the SFDX username or alias, and the org name.
- Robot Framework:
- The `Populate Field` keyword now clears an existing value using
keystrokes to make sure that change events are fired.
- Added a `Get Namespace Prefix` keyword to the CumulusCI library
to get the namespace prefix for a package.
- Fixed a bug that broke opening a browser after using the
`Run Task` keyword.
- Documentation updates:
- The readme now includes a link to the full documentation.
- The instructions for installing CumulusCI on macOS have been
simplified and now recommend using the official Python installer
from python.org instead of Homebrew. (Homebrew should still work
fine, but is no longer necessary.) We also now suggest creating
a virtualenv using venv rather than pyenv since the former is
included with Python. It's fine to continue using pyenv if you
want.
- Give more useful links for how to set up SFDX.
- Updated robot library docs.
- Internal refactoring:
- Removed dependency on HiYaPyCo for YAML loading, which would not
report which file failed to load in the event of a YAML parse
error.
- We now consistently load YAML in the same manner throughout the
entire library, which will work with all supported Python
versions.
- Simplified the Python API for setting up a CumulusCI runtime.
Begone, YamlGlobalConfig and YamlProjectConfig. Our Python API
is not yet documented, but we're working on it. In the
meantime, if you were relying on running CCI from within Python,
you can now just use BaseGlobalConfig (and its
get_project_config member) to bootstrap CCI.
- BaseProjectConfig has shrugged off some methods that just
delegated to the keychain.
- BaseGlobalConfig has shrugged off some unimplemented methods,
and BaseGlobalConfig.get_project_config is now deprecated in
favor of using a runtime.
- Introducing\... 🥁CumulusCIRuntime! In order to alleviate the
complexities of getting CumulusCI tasks/flows running from
within a Python application, CumulusCIRuntime encapsulates a lot
of the details and wiring between Keychain, GlobalConfig, and
ProjectConfig. Usage docs are barely included.
- CliConfig has been renamed to CliRuntime and now inherits from
CumulusCIRuntime. It is still accessible as CliConfig.
- Upgraded dependencies.
- Contributor improvement: The contributor docs now explain how to
install pre-commit hooks to make sure our linters have run before
you commit.

Issues Closed:

- 674: `cci org import <username> <org_name>`
- 877: CumulusCI should be able to connect to any DX alias and/or
understand dx auth files

2.1.2

Not secure
Oops, we broke a few things! This is a bugfix release to fix a few
issues found during the Salesforce.org Open Source Community Sprint last
week.

Issues Closed:

- 858 Dataload bulk query fails to load data into the sqlite db
- 862 CLI options fail on robot task in 2.1.1
- 864 Deploying a -meta.xml file with non-ASCII characters breaks in
Python 2

2.1.1

Not secure
Changes:

- Our robotframework library for Salesforce got a number of
improvements:
- New keywords:
- `Click Header Field Link`: Clicks a link in a record header
- `Load Related List`: Scrolls to a related list and waits for
it to load
- `Click Related List Button`: Clicks a button in the header
of a related list
- `Click Related Item Link`: Clicks the main link for an item
in a related list
- `Click Related Item Popup Link`: Clicks a link in the popup
menu for an item in a related list
- Updated to `robotframework-seleniumlibrary` 3.2.0 which includes
a `Scroll Element Into View` keyword.
- `Wait Until Loading Is Complete` now waits for the main body of
the page to render
- `Populate Lookup Field` now tries several times in case there's
an indexing delay
- Added a `-o verbose True` option to the robot task which logs
each keyword as it runs.
- We now ignore errors while running the script that waits for
XHRs to complete (it can fail if the page reloads before the
script finishes).
- Popup notifications upon completion of a flow or task now work on
Linux too, if you have the `notify-send` command from libnotify. On
Ubuntu, install the `notify-osd` package.

Issues Closed:

- 827 Bulk data load breaks in Python 2
- 832 pip install cumulusci gets the wrong version of urllib3

Page 29 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.