Bump github.com/go-co-op/gocron from 1.13.0 to 1.17.0
Bumps github.com/go-co-op/gocron from 1.13.0 to 1.17.0.
Release notes
Sourced from github.com/go-co-op/gocron's releases.
v1.17.0
What's Changed
- bump go to 1.19 by
@JohnRoeslerin go-co-op/gocron#380- add CustomTimer allowing overriding of the time.AfterFunc by
@JohnRoeslerin go-co-op/gocron#381Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.3...v1.17.0
v1.16.3
What's Changed
- Protect job.RunCount() with mutex by
@seunghyupoh3517in go-co-op/gocron#375Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.2...v1.16.3
v1.16.2
What's Changed
- Stops all jobs when stopping scheduler (fix #367) by
@pma9in go-co-op/gocron#368- fix deadlock when starting / stopping the scheduler by
@JohnRoeslerin go-co-op/gocron#369New Contributors
@pma9made their first contribution in go-co-op/gocron#368Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.1...v1.16.2
v1.16.1
What's Changed
- Optimize job setTimer by
@fufuokin go-co-op/gocron#363New Contributors
@fufuokmade their first contribution in go-co-op/gocron#363Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.0...v1.16.1
v1.16.0
What's Changed
- Fix data race in lastRun by
@seunghyupoh3517in go-co-op/gocron#359- expose custom time method to allow for easy testing by
@JohnRoeslerin go-co-op/gocron#360Full Changelog: https://github.com/go-co-op/gocron/compare/v1.15.1...v1.16.0
v1.15.1
What's Changed
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by
@dependabotin go-co-op/gocron#351- [BUG] Fix Data race when using RunByTag by
@seunghyupoh3517in go-co-op/gocron#356New Contributors
@seunghyupoh3517made their first contribution in go-co-op/gocron#356
... (truncated)
Commits
3272c21add CustomTimer allowing overriding of the time.AfterFunc (#381)5d9071abump go to 1.19 (#380)0099be0Protect job.RunCount() with mutex (#375)772979ffix deadlock when starting / stopping the scheduler (#369)08a53efStops all jobs when stopping scheduler (fix #367) (#368)22fc237Optimize job setTimer (#363)c667f33expose custom time method to allow for easy testing (#360)2764428Fix data race in lastRun (#359)cf9e6c3[BUG] Fix Data race when using RunByTag (#356)fa855edBump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#351)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This needs further tests
Superseded by #472.