- The new [BaseSalesforceApiTask]{.title-ref} class replaces
[BaseSalesforceApiTask]{.title-ref},
[BaseSalesforceBulkApiTask]{.title-ref}, and
[BaseSalesforceToolingApiTask]{.title-ref} by combining them into a
single task class with access to all 3 API's via
[self.sf]{.title-ref}, [self.tooling]{.title-ref}, and
[self.bulk]{.title-ref} from inside a task instance.
- Added integration with sentry.io
- Use [cci service connect sentry]{.title-ref} to enable the
sentry service
- All task execution exceptions will be logged as error events in
sentry
- [cci task run]{.title-ref} and [cci flow run]{.title-ref} will
now show you the url to the sentry event if one was registered
and prompt to open in a browser.
- [cci task run]{.title-ref} and [cci flow run]{.title-ref} now
accept the [--no-prompt]{.title-ref} option flag for running in
non-interactive mode with the sentry service configured. Use
this if you want to log build errors in sentry but not have
builds fail due to a hanging prompt.
- If a scratch org password has expired, it is now regenerated when
calling [cci org info]{.title-ref}
- New task [](unschedule-apex) was added to unschedule
background jobs and added to the start of the [dev_org]{.title-ref}
flow
- [](update-meta-xml) task now uses the project's
dependencies as the namespace/version to update in the meta.xml
files
- The bulkdata mapping now properly supports Record Types
- Fixed a bug with BulkDataQuery where local references weren't
getting properly set
- New CumulusCI Branch & Release Overview diagram presention is
available at
<http://developer.salesforce.org/CumulusCI/diagram/process_overview.html>
Use left/right arrow buttons on your keyboard to navigate through
the presentation.
- CumulusCI is now being built by Heroku CI using the config in
[app.json]{.title-ref}