Skip to content

Releases: go-co-op/gocron

v1.16.0

01 Aug 02:42
c667f33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.1...v1.16.0

v1.15.1

20 Jul 17:07
cf9e6c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.15.1

v1.15.0

29 Jun 20:18
9b157fc
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #343
  • Bump github.com/stretchr/testify from 1.7.3 to 1.7.5 by @dependabot in #348
  • calling .Stop() from a separate goroutine now stops the blocking start by @JohnRoesler in #349

Full Changelog: v1.14.0...v1.15.0

v1.14.0

14 Jun 11:09
f8144d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0

22 Feb 21:29
b35e4e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

v1.12.0

08 Feb 15:57
5131f4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0

07 Dec 03:45
c3be44d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

29 Nov 15:43
5dd4543
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

13 Sep 21:05
47b19f0
Compare
Choose a tag to compare

Changed

  • stopping the scheduler waits for all jobs to finish before returning (#238) @Streppel

v1.8.0

13 Sep 16:18
971b91f
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Handle slice bounds check causing panic when getting the current job is called before a job exists (#234) ty @denizzengin

Chores