Skip to content

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

Full 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() 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 go-co-op/gocron#542

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.0

v1.31.2

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.1...v1.31.2

v1.31.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.1

v1.31.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.2...v1.31.0

v1.30.2

What's Changed

Full 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

Merge request reports

Loading