Releases: go-co-op/gocron
Releases · go-co-op/gocron
v2.7.1
What's Changed
- issue-740: ascending time function by @rbroggi in #744
- fix jobs not starting on scheduler restart when using WithLimitConcurrentJobs by @JohnRoesler in #745
Full Changelog: v2.7.0...v2.7.1
v2.7.0
v2.6.0
Added
- after lock error listener by @manuelarte in #734
- Add
AfterJobRunsWithPanic
by @trungdlp-wolffun in #733
Fixed
- issue-738: make withSeconds optional in cron-expression by @rbroggi in #739
- issue-736: moving validation of one-time to by @rbroggi in #737
Misc
- Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #730
- remove circleci config by @JohnRoesler in #735
New Contributors
- @manuelarte made their first contribution in #734
- @trungdlp-wolffun made their first contribution in #733
- @rbroggi made their first contribution in #739
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- adding Job.NextRuns to provide n next run times by @JohnRoesler in #729
- Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #728
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
- fix memory leak with singleton mode where job is sending duplicate reschedule requests by @JohnRoesler in #723
Full Changelog: v2.4.0...v2.4.1
v2.4.1-rc1
What's Changed
- fix memory leak with singleton mode where job is sending duplicate reschedule requests by @JohnRoesler in #723
Full Changelog: v2.4.0...v2.4.1-rc1
v2.4.0
What's Changed
- Added JobsWaitingInQueue in Scheduler by @giri-vsr in #721
- don't trash the incoming slice, match what was done in NewAtTime by @cloudkucooland in #724
New Contributors
- @cloudkucooland made their first contribution in #724
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add Go 1.22 to test matrix by @evgenymarkov in #714
- Monitor: IncrementJob in case of skipped job run by @giri-vsr in #715
- fix mocks import path by @JohnRoesler in #720
New Contributors
- @evgenymarkov made their first contribution in #714
Full Changelog: v2.2.10...v2.2.11
v2.2.10
What's Changed
- fix nextRun with singleton mode reporting incorrect time by @JohnRoesler in #705
- Added Distributed Locker to JobOptions by @giri-vsr in #711
New Contributors
- @giri-vsr made their first contribution in #711
Full Changelog: v2.2.9...v2.2.10
v2.2.10-rc1
What's Changed
- fix nextRun with singleton mode reporting incorrect time by @JohnRoesler in #705
Full Changelog: v2.2.9...v2.2.10-rc1