Releases: go-co-op/gocron
Releases · go-co-op/gocron
v1.32.0
What's Changed
- add job uuids and change scheduler job slice to map by @JohnRoesler in #541
- The
Swap()
andLess()
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.
- The
- support monthly schedules counting backwards from end of month by @JohnRoesler in #542
Full Changelog: v1.31.2...v1.32.0
v1.31.2
What's Changed
- fix data race when job stopped due to LimitRunsTo by @ryanrazsa in #540
New Contributors
- @ryanrazsa made their first contribution in #540
Full Changelog: v1.31.1...v1.31.2
v1.31.1
What's Changed
- Fixed panic handler not handling
SingletonMode
jobs by @david-littlefarmer in #536
New Contributors
- @david-littlefarmer made their first contribution in #536
Full Changelog: v1.31.0...v1.31.1
v1.31.0
What's Changed
- feat: handle pointer to func by @ErfanMomeniii in #531
New Contributors
- @ErfanMomeniii made their first contribution in #531
Full Changelog: v1.30.2...v1.31.0
v1.30.2
What's Changed
- fix Update when used with DoWithJobDetails by @JohnRoesler in #532
Full Changelog: v1.30.1...v1.30.2
v1.30.1
What's Changed
- fix do job with details run times with singleton mode by @JohnRoesler in #521
Full Changelog: v1.30.0...v1.30.1
v1.30.0
What's Changed
- add pause job execution on the scheduler by @JohnRoesler in #518
Full Changelog: v1.29.0...v1.30.0
v1.29.0
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
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
- upgrade to golangci lint 1.53.1 by @JohnRoesler in #506
- Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by @dependabot in #509
- chore: don't do codeql scanning on push for dependabot branches by @JohnRoesler in #511
Full Changelog: v1.28.2...v1.28.3
v1.28.2
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