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
- Exposing job's scheduled unit and interval by
@chicknsoup
in go-co-op/gocron#606New Contributors
@chicknsoup
made their first contribution in go-co-op/gocron#606Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0
v1.35.3
What's Changed
- main branch renamed to v1 (#593) by
@JohnRoesler
in go-co-op/gocron#594- fix: set multi-weekdays bug about issue-590 by
@XiXiangFiles
in go-co-op/gocron#592- Avoid allocations with
(*regexp.Regexp).MatchString
by@Juneezee
in go-co-op/gocron#602- Bump github.com/google/uuid from 1.3.1 to 1.4.0 by
@dependabot
in go-co-op/gocron#604- fix(scheduler): ensure negative intervals given to
Every
return an immediate error #600 by@husam-e
in go-co-op/gocron#603New Contributors
@Juneezee
made their first contribution in go-co-op/gocron#602Full 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
- fix: setting weeks interval greater than 1 with a weekday, scheduling too early by
@XiXiangFiles
in go-co-op/gocron#588- fix concurrent access to jobs map by
@JohnRoesler
in go-co-op/gocron#589New Contributors
@XiXiangFiles
made their first contribution in go-co-op/gocron#588Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1
v1.35.0
What's Changed
- add GetName() to Job to expose job name by
@JohnRoesler
in go-co-op/gocron#583Full Changelog: https://github.com/go-co-op/gocron/compare/v1.34.2...v1.35.0
v1.34.2
Fixes
- fix: removing a job, the job was not being stopped with limit mode by
@JohnRoesler
in go-co-op/gocron#573- fix Scheduler.NextRun() not returning the correct value (#574) by
@bbaa-bbaa
in go-co-op/gocron#575
... (truncated)
Commits
-
8086065
Exposing job's scheduled unit and interval (#606) -
9993f76
fix(scheduler): ensure negative intervals given toEvery
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