Skip to content

Releases: go-co-op/gocron

v1.35.1

09 Oct 21:16
e287edf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.35.0...v1.35.1

v1.35.0

29 Sep 19:28
a2d06eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.2...v1.35.0

v1.34.2

21 Sep 16:37
e07c266
Compare
Choose a tag to compare

Fixes

  • fix: removing a job, the job was not being stopped with limit mode by @JohnRoesler in #573
  • fix Scheduler.NextRun() not returning the correct value (#574) by @bbaa-bbaa in #575

New Contributors

Full Changelog: v1.34.1...v1.34.2

v1.34.1

21 Sep 00:47
7a102da
Compare
Choose a tag to compare

Fixes

  • docs: fix WaitMode and Milliseconds documentation by @husam-e in #570
  • reschedule limit mode was broken - fixing the inc/dec by @JohnRoesler in #572

New Contributors

Full Changelog: v1.34.0...v1.34.1

v1.34.0

18 Sep 15:39
7fea08c
Compare
Choose a tag to compare

What's Changed

Fixes

Chores

Full Changelog: v1.33.1...v1.33.2

v1.33.1

30 Aug 18:54
d7dd276
Compare
Choose a tag to compare

What's Changed

  • fix more than 1 day before last day of month gets stuck in a loop by @JohnRoesler in #555

Full Changelog: v1.33.0...v1.33.1

v1.33.0

29 Aug 02:55
b86d02b
Compare
Choose a tag to compare

What's Changed

  • don't accept a *Job in Job for Update if the ptr address doesn't match by @JohnRoesler in #549
  • every X days should run on the same day if the At() time has yet to come by @JohnRoesler in #553

Documentation & Version Bumps

Full Changelog: v1.32.1...v1.33.0

v1.32.1

21 Aug 03:31
39d4071
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.32.0...v1.32.1

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