- Moved the build and ci directories back to the root so 2.0 is
backwards compatible with 1.0
- Allow override of keychain class via CUMULUSCI_KEYCHAIN_CLASS env
var
- New keychain class
cumulusci.core.keychain.EnvironmentProjectKeychain for storing org
credentials as json in environment variables
- Tasks now support the salesforce_task option for requiring a
Salesforce org
- The new BaseSalesforceToolingApi task wraps simple-salesforce for
building tasks that interact with the Tooling API
- cumulusci org default \<name\>
- Set a default org for tasks and flows
- No longer require passing org name in task run and flow run
- --unset option flag unsets current default
- cumulusci org list shows a \* next to the default org
- BaseAntTask split out into AntTask and SalesforceAntTask
- cumulusci.tasks.metadata.package.UpdatePackageXml:
- Pure python based package.xml generation controlled by
metadata_map.yml for mapping in new types
- Wired into the update_package_xml task instead of the old ant
target
- 130 unit tests and counting, and our test suite now exceeds 1
second!