Releases: go-co-op/gocron
Releases · go-co-op/gocron
v2.2.5
What's Changed
- remove codecov by @JohnRoesler in #672
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #675
- fix cases where default on send out is resulting in job not going out by @JohnRoesler in #686
- This fixes two bugs related to limit mode and singleton mode having jobs stop running
Full Changelog: v2.2.4...v2.2.5
v2.2.5-rc1
What's Changed
- remove codecov by @JohnRoesler in #672
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #675
- fix cases where default on send out is resulting in job not going out by @JohnRoesler in #686
Full Changelog: v2.2.4...v2.2.5-rc1
v2.2.4
v2.2.3
What's Changed
- fix RunNow() when calling from a job returned by Jobs() by @JohnRoesler in #668
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #664
- fix unsafe map usage in singletonMode by @JohnRoesler & @a3sroot in #665
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix monthly jobs when counting days from the end by @JohnRoesler in #662
Full Changelog: v2.2.0...v2.2.1
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