Releases: alexsnaps/quartz-rs
Releases · alexsnaps/quartz-rs
v0.0.4
What's Changed
- feat: Interior mutability on
Scheduler
by @alexsnaps in #17 - fix(#18): have
JobStore.next_job
takes a timeout and block by @alexsnaps in #19 - docs(readme): added badges by @alexsnaps in #20
- fix(#4): Wait for worker to be available prior to submitting task by @alexsnaps in #21
- feat(#12): Added SchedulerBuilder type to configure worker pool size by @alexsnaps in #22
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore(github): CI validates semantic commits, maybe... by @alexsnaps in #8
- docs: Added example to README by @alexsnaps in #9
- docs: added missing
const
to README by @alexsnaps in #10 - feat(triggers): repeat and end time support by @alexsnaps in #11
Full Changelog: v0.0.1...v0.0.3
v0.0.1
Available on crates.io
What's Changed
- Defining a basic API and getting it to work by @alexsnaps in #1
- Basics by @alexsnaps in #2
Full Changelog: https://github.com/alexsnaps/quartz-rs/commits/v0.0.1