Bump github.com/go-co-op/gocron from 1.30.1 to 1.32.1
Bumps github.com/go-co-op/gocron from 1.30.1 to 1.32.1.
Release notes
Sourced from github.com/go-co-op/gocron's releases.
v1.32.1
What's Changed
- put Jobs() back to returning slice and add JobsMap() by
@JohnRoesler
in go-co-op/gocron#544Full Changelog: https://github.com/go-co-op/gocron/compare/v1.32.0...v1.32.1
v1.32.0
What's Changed
- add job uuids and change scheduler job slice to map by
@JohnRoesler
in go-co-op/gocron#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.- support monthly schedules counting backwards from end of month by
@JohnRoesler
in go-co-op/gocron#542Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.0
v1.31.2
What's Changed
- fix data race when job stopped due to LimitRunsTo by
@ryanrazsa
in go-co-op/gocron#540New Contributors
@ryanrazsa
made their first contribution in go-co-op/gocron#540Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.1...v1.31.2
v1.31.1
What's Changed
- Fixed panic handler not handling
SingletonMode
jobs by@david-littlefarmer
in go-co-op/gocron#536New Contributors
@david-littlefarmer
made their first contribution in go-co-op/gocron#536Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.1
v1.31.0
What's Changed
- feat: handle pointer to func by
@ErfanMomeniii
in go-co-op/gocron#531New Contributors
@ErfanMomeniii
made their first contribution in go-co-op/gocron#531Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.2...v1.31.0
v1.30.2
What's Changed
- fix Update when used with DoWithJobDetails by
@JohnRoesler
in go-co-op/gocron#532Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.1...v1.30.2
Commits
-
39d4071
put Jobs() back to returning slice and add JobsMap() (#544) -
22cd6b7
support monthly schedules counting backwards from end of month (#542) -
a7577a9
add job uuids and change scheduler job slice to map (#541) -
b852750
fix data race when job stopped due to LimitRunsTo (#540) -
ae66864
Fixed non working panic recoverer (#536) -
da05a0d
add skip dirs local to lint -
4e5d327
feat: handle pointer to func (#531) -
b242c44
fix update when used with DoWithJobDetails (#532) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts