Skip to content

3.3.0

Compare
Choose a tag to compare
@davisagli davisagli released this 27 Dec 19:47
· 3383 commits to master since this release
78f7024

Breaking changes:

  • Removed tasks which are no longer in use: mrbelvedere_publish, generate_apex_docs, and commit_apex_docs.

Changes:

  • Updated Robot Framework Salesforce library to support the Spring '20 release.

  • Added remove_metadata_xml_elements task which can be used to remove specified XML elements from metadata files.

  • Updated references to the NPSP repository to use its new name instead of Cumulus.

Issues closed:

  • Fixed the error message shown when a task config has a bad class_path.

  • Fixed a warning when running the command task in Python 3.8.

  • When the CumulusCI Robot Framework library calls Salesforce APIs, it will now automatically retry when it is safe to do so. It will also avoid reusing old connections that might have been closed.

  • Fixed the -o debug True option for the robot task.