Skip to content

Bump github.com/go-co-op/gocron from 1.32.1 to 1.36.0

Bumps github.com/go-co-op/gocron from 1.32.1 to 1.36.0.

Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.36.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0

v1.35.3

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3

v1.35.2

What's Changed

  • Revert "fix: setting weeks interval greater than 1 with a weekday, scheduling too early by @​XiXiangFiles" by @​JohnRoesler in go-co-op/gocron#591
    • This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2

v1.35.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1

v1.35.0

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.34.2...v1.35.0

v1.34.2

Fixes

... (truncated)

Commits
  • 8086065 Exposing job's scheduled unit and interval (#606)
  • 9993f76 fix(scheduler): ensure negative intervals given to Every return an immediat...
  • 912b4a7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#604)
  • 12cfd7a Avoid allocations with (*regexp.Regexp).MatchString (#602)
  • 93a954c Update FUNDING.yml
  • 5f95210 fix: set multi-weekdays bug about issue-590 (#592)
  • cda6e1c main branch renamed to v1 (#593) (#594)
  • 0f6d926 Revert "fix: scheduler error when using every() func not following setting pr...
  • e287edf fix concurrent access to jobs map (#589)
  • 207a713 fix: scheduler error when using every() func not following setting problem (#...
  • Additional commits viewable 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