Custom headers for Outgoing Webhook
Now you can add custom HTTP request headers to the outgoing webhooks.
CI jobs: delta deployment of Sharing Rules
This change is related to the deployment of Sharing Rules metadata in CI job where the GIT source option is "deploy files committed since the last successful build".
Before this release, if you make change to a single sharing rule, then the whole metadata file which includes all the sharing rules are deployed.
In this release, we've made an upgrade to the system so only changed sharing rules are deployed to the target Org.
Support more metadata types
Support additional metadata types: Marketing App Extension, Briefcase Definition, Mobile Application Detail, Animation Rule
Fix issue when running static code analysis in CI Job
There was a bug with the CI job with the option "Run static code analysis for selected Apex classes" selected. This cause the CI job to stop running. And the bug has been fixed in this release.