Skip to content

Releases: go-co-op/gocron

v1.32.0

20 Aug 20:51
22cd6b7
Compare
Choose a tag to compare

What's Changed

  • add job uuids and change scheduler job slice to map by @JohnRoesler in #541
    • The Swap() and Less() methods were removed from the scheduler. These were public methods to enable slice sorting of the jobs in the scheduler. With the change to a map, they no longer have any use or value.
  • support monthly schedules counting backwards from end of month by @JohnRoesler in #542

Full Changelog: v1.31.2...v1.32.0

v1.31.2

17 Aug 02:15
b852750
Compare
Choose a tag to compare

What's Changed

  • fix data race when job stopped due to LimitRunsTo by @ryanrazsa in #540

New Contributors

Full Changelog: v1.31.1...v1.31.2

v1.31.1

09 Aug 19:59
ae66864
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.31.0...v1.31.1

v1.31.0

31 Jul 19:27
4e5d327
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.30.2...v1.31.0

v1.30.2

31 Jul 16:40
b242c44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.1...v1.30.2

v1.30.1

30 Jun 16:48
76f5162
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.0...v1.30.1

v1.30.0

25 Jun 20:38
61f60f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.0...v1.30.0

v1.29.0

21 Jun 03:17
ffa4c91
Compare
Choose a tag to compare

What's Changed

  • add new RegisterEventListeners using new EventListener type by @JohnRoesler in #517

Chores

  • Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by @dependabot in #514

Full Changelog: v1.28.3...v1.29.0

v1.28.3

09 Jun 20:03
fed28e8
Compare
Choose a tag to compare

Bug fixes

  • fix race occurrence with singleton queue in executor by @JohnRoesler in #508
  • protect the job function's waitgroup with a mutex to avoid race conditions by @JohnRoesler in #512

Chores

Full Changelog: v1.28.2...v1.28.3

v1.28.2

01 Jun 16:59
2bb9ae5
Compare
Choose a tag to compare

What's Changed

  • bugfix: check if the duration is zero before dividing with StartAt by @JohnRoesler in #505

Full Changelog: v1.28.1...v1.28.2