Releases: dschibster/sfdx-batch-orchestrator
1.3.5
This should finally fix Queueable Logs for good, as I implemented the second fix proposed by @ChrisGottlieb here to account for failing Queuable logs by checking for a null date.
1.3.4
This release (made ages ago but never published here) contains a fix submitted by @ChrisGottlieb which fixes Queueable Logs due to their Completion Date being null.
1.3.3
This is mostly a release of structural changes. The Metadata is slightly better organized and the CI scripts have been adjusted a little. Additionally, I centralized all Batch Job Runs into the BatchOrchestrator
class to prepare for potential Flow Actions in the future.
1.3.2
Version 1.3.1
Now featuring an auto-promotion pipeline when merging new changes. :)
Version 1.3.0
What's Changed
- Version 1.3.0 - Remove Dependency on SFDX Trigger Factory, add CodeCov pipeline for Coverage reports by @dschibster in #2
Full Changelog: 1.2.2...1.3.0
Version 1.2.2
Added logStartInformation
logFinishInformation
to enhance the logging experience outside of the EXECUTE context.