Skip to content

Releases: go-co-op/gocron

v2.2.0

17 Jan 23:55
5c69001
Compare
Choose a tag to compare

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

02 Jan 16:48
ae366d9
Compare
Choose a tag to compare

Fixes

Documentation

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.2-rc-1

31 Dec 03:14
7700a27
Compare
Choose a tag to compare
v2.1.2-rc-1 Pre-release
Pre-release
fix to handle when next ends up in the past

v2.1.1

21 Dec 20:05
848adb4
Compare
Choose a tag to compare

v2.1.0

19 Dec 03:14
6e15f16
Compare
Choose a tag to compare

What's Changed

Version bumps

Full Changelog: v2.0.3...v2.1.0

v2.0.3

17 Dec 14:04
9803aad
Compare
Choose a tag to compare

Fixes

Full Changelog: v2.0.2...v2.0.3

v2.0.2

14 Dec 19:57
80a4f43
Compare
Choose a tag to compare

Fixes

Full Changelog: v2.0.1...v2.0.2

v2.0.1

13 Dec 21:54
b0fdf55
Compare
Choose a tag to compare

Fixes

  • daily job next logic failed to consider 1 midnight attime by @JohnRoesler in #635

Bumps

Full Changelog: v2.0.0...v2.0.1

v1.37.0

12 Dec 15:54
30921b7
Compare
Choose a tag to compare

What's Changed

  • Ability to register for events associated with jobs during scheduling chain by @drwpls in #632

New Contributors

Full Changelog: v1.36.1...v1.37.0

v2.0.0

11 Dec 17:12
aa4400d
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0-alpha-1...v2.0.0