ccinvoice
ccinvoice copied to clipboard
feat(deps): update module github.com/go-co-op/gocron/v2 ( v2.16.6 → v2.18.0 )
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/go-co-op/gocron/v2 | v2.16.6 -> v2.18.0 |
Release Notes
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.18.0
What's Changed
- feat: Add option to calculate intervals from job completion time for interval-based scheduling (fixes #565) by @iyashjayesh in #884
Fixes
- fix: limit validation for WithLimitedRuns by @OsipovMax in #893
Chores
- doc: add v1 to v2 migration guide by @JohnRoesler in #890
- tests: add more daylight savings time tests by @JohnRoesler in #891
- docs: add Articles & Blog Posts section to README by @iyashjayesh in #886
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #883
New Contributors
- @OsipovMax made their first contribution in #893
Full Changelog: https://github.com/go-co-op/gocron/compare/v2.17.0...v2.18.0
v2.17.0
What's Changed
- feat: add WithStartDateTimePast WithStartAt option by @JohnRoesler in #882
Performance Improvements
- Reusing the results of reflections to improve performance by @apocelipes in #873
Fixes
- fix: handle negative time.durations with error by @JohnRoesler in #878
- fix: multiple calls to shutdown should be no-op by @JohnRoesler in #880
Chores
- chore: go 1.23 is end of life - now go 1.24 by @JohnRoesler in #879
- Update README.md by @iyashjayesh in #875
New Contributors
- @iyashjayesh made their first contribution in #875
Full Changelog: https://github.com/go-co-op/gocron/compare/v2.16.6...v2.17.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.24 -> 1.24.0 |