Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 03:20
· 244 commits to master since this release

3.0.0 (2022-10-04)

Features

  • Scope: Respect the scope of the job by building it on-demand and always rebuilding it for recurring jobs (bd623f4)

BREAKING CHANGES

  • Scope: The scheduling API is now type with generic. It shouldn't impact too much your code unless you've implemented your own IContainerJob which use a generic now.