fix(deps): update module github.com/go-co-op/gocron to v1#425
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/go-co-op/gocron to v1#425renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
fa70c75 to
55d4108
Compare
d60a749 to
e2b3d90
Compare
c04a035 to
50a1087
Compare
50a1087 to
c448518
Compare
c448518 to
e7c51d5
Compare
e7c51d5 to
a241b98
Compare
5fda014 to
0bcc21e
Compare
6f8bfb6 to
db12b37
Compare
db12b37 to
6c2bf7d
Compare
6c2bf7d to
ab7b6dc
Compare
ab7b6dc to
315dfaf
Compare
315dfaf to
5c64927
Compare
4fabf9e to
a36da65
Compare
a36da65 to
b88abaf
Compare
b88abaf to
84fff02
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.3->v1.9.0Release Notes
go-co-op/gocron
v1.9.0Compare Source
Changed
v1.8.0Compare Source
Added
Changed
Fixed
Chores
v1.7.1Compare Source
Fixed
v1.7.0Compare Source
Changed
Fixed
v1.6.2Compare Source
Fixed
v1.6.1Compare Source
Fixed
v1.6.0Compare Source
Added
Fixed
Chores
v1.5.0Compare Source
Added
WaitForScheduleandWaitForScheduleAllto allow forcing jobs to wait for the first interval rather than running the job immediately (#162) @JohnRoeslerv1.4.0Compare Source
Added
CronWithSeconds()to accept cron expressions with seconds (#156) @JohnRoeslerFixed
context.Contextwhen updating allowing singleton and other limited modes to update (#160) @JohnRoeslerChores
v1.3.1Compare Source
Fixed
v1.3.0Compare Source
Added
v1.2.0Compare Source
Added
RunByTag&RunByTagWithDelay(#149) @arjunmahishiFixed
RemoveByTagfunction so that it removes all jobs with a given tag. Not just the first job encountered (#149) @arjunmahishiChores
v1.1.0Compare Source
Added
Do()function parameters - a mismatch returns an error (#144) - thanks @mikhailbolshakovv1.0.0Compare Source
Here we go folks. Thanks for all the feedback as we've worked towards this major release. It's been a long time coming and it's finally here.
Keep the issue reports and feature requests coming! Keep on coding out there.
v0.8.0Compare Source
Added
Scheduler.TagsUnique()(#136) @JohnRoeslerMilliseconds()- this was already available throughEvery(500ms)(#137) @JohnRoeslerChanged
Job.Errfunc has been renamedJob.Error(#137) @JohnRoeslerLimitRunsToremoves the job from the scheduler (#137) @JohnRoeslerAt()now accepts eitherstringortime.Time(parses out only h,m,s) (#137) @JohnRoeslerRemoved
RemoveAfterLastRunfunc has been removed (#137) @JohnRoeslerChores
513e278,740bcdb) @JohnRoesler88fbecc) @JohnRoeslera55ceb8) @JohnRoeslerv0.7.1Compare Source
Fixed
Clear()now properly stops all jobs before removing them from the scheduler (#134) @JohnRoeslerChores
2a8757a) @JohnRoeslerv0.7.0Compare Source
Added
Changed
Fixed
v0.6.0Compare Source
Added
scheduler.Every()now accepts int, time.Duration, and string to allow any desired duration between runs (#119) @JohnRoeslerChanged
Tagfunc now accepts a variadic string parameter instead of a sliceSetTagis nowTagand also accepts a variadic string parameterRemoveJobByTagis nowRemoveByTagto be consistent withRemoveandRemoveByReferenceRunAllWithDelayfunc now accepts a time.Duration instead of an int representing secondsScheduledfunc is nowTaskPresent- scheduled was confusing name because until the scheduler is started, it's not actually "scheduled to run". Now you can check whether the task is present in the scheduler.Fixed
5027f53) thanks @huage1994Removed
Chores
v0.5.1Compare Source
Fixed
v0.5.0Compare Source
❗ A bug was discovered and patched in v0.5.1
Added
Changed
Fixed
Removed
Chores
v0.4.0Compare Source
Added
Changed
scheduleNextRunnow uses duration (#79) @StreppelStartImmediately()has been deprecated (#82) @JohnRoeslerStartAt()s := gocron.NewScheduler(time.UTC)
_, _ = s.Every(1).Hour().StartAt(time.Now().Add(time.Hour() * 1)).Do(task)
s.StartBlocking()
Fixed
Removed
Chores
d12fdafb7cd523😃 @JohnRoeslerConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.