Releases: go-co-op/gocron
Releases · go-co-op/gocron
v2.2.0
What's Changed
- wait for new job to be fully created before returning by @JohnRoesler in #658
- BETA FEATURE: Add job monitor interface to allow for collecting job metrics by @JohnRoesler in #659
- This is the first release of the monitor feature - it may be changed as initial implementations are created and feedback comes in
Full Changelog: v2.1.2...v2.2.0
v2.1.2
Fixes
- fix to handle when next ends up in the past by @JohnRoesler in #650
- make the order of the returned jobs slice deterministic by @JohnRoesler in #652
Documentation
New Contributors
Full Changelog: v2.1.1...v2.1.2
v2.1.2-rc-1
fix to handle when next ends up in the past
v2.1.1
What's Changed
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- add new features, OneTimeJob and Job.RunNow() by @JohnRoesler in #646
Version bumps
- Bump github/codeql-action from 2 to 3 by @dependabot in #644
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #645
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Fixes
- fix weekly and monthly to handle midnight by @JohnRoesler in #643 #642
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fixes
- fix: check function param length and type by @JohnRoesler in #638 raised in #637
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Fixes
- daily job next logic failed to consider 1 midnight attime by @JohnRoesler in #635
Bumps
- Bump actions/checkout from 3 to 4 by @dependabot in #631
- Bump actions/setup-go from 4 to 5 by @dependabot in #630
Full Changelog: v2.0.0...v2.0.1
v1.37.0
v2.0.0
v2.0.0
It's here! 🎉 Take a look at the readme and godoc to see how the new version works!
Please give feedback! (Reach out on slack if you're interested in contributing so we can coordinate work 😄 ) And open issues if you find any bugs or have features you'd like to see supported!
New Contributors
- @AlphaNecron made their first contribution in #613
Full Changelog: v2.0.0-alpha-1...v2.0.0