Skip to content

Releases: dschibster/sfdx-batch-orchestrator

1.3.3

15 Dec 09:42
6d3cb60
Compare
Choose a tag to compare

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

15 Jan 02:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

Version 1.3.1

09 Jan 19:42
0e36b9f
Compare
Choose a tag to compare

Now featuring an auto-promotion pipeline when merging new changes. :)

Version 1.3.0

07 Jan 01:34
c752439
Compare
Choose a tag to compare

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

05 Jan 22:10
Compare
Choose a tag to compare

Added logStartInformation logFinishInformation to enhance the logging experience outside of the EXECUTE context.