Skip to content

chore(renovate): Update module github.com/go-co-op/gocron to v2#3316

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-co-op-gocron-2.x
Open

chore(renovate): Update module github.com/go-co-op/gocron to v2#3316
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-co-op-gocron-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 29, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/go-co-op/gocron v1.37.0v2.21.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

go-co-op/gocron (github.com/go-co-op/gocron)

v2.21.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

v2.21.1

Compare Source

What's Changed

  • fix: remove jobs and respect stopTime in NextRuns when WithStopDateTi… by @​jcheyer in #​922

New Contributors

Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1

v2.21.0

Compare Source

What's Changed

  • feat: add WithDSTPolicy option for DST spring-forward handling by @​Copilot in #​917
  • feat: add IsRunning() and LastRunCompletedAt() to Job interface by @​Copilot in #​918
  • feat: Expose job schedule information via Schedule() method on Job interface by @​Copilot in #​919

Test Suite

Full Changelog: go-co-op/gocron@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Performance improvements

Fixes

Docs

  • docs: clarify NextRun/NextRuns require scheduler to be started by @​Copilot in #​910

New Contributors

Full Changelog: go-co-op/gocron@v2.19.1...v2.20.0

v2.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed

Performance Improvements

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.6...v2.17.0

v2.16.6

Compare Source

What's Changed

  • a return is missing to stop execution if the job is not found by @​sarff in #​872

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.5...v2.16.6

v2.16.5

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.4...v2.16.5

v2.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.16.3...v2.16.4

v2.16.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.2...v2.16.3

v2.16.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

  • feat:custom-cron interface for own custom cron implimentation by @​Dojeto in #​834

Bug fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.15.0...v2.16.0

v2.15.0

Compare Source

What's New

// WithContext sets the parent context for the job.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in the provided context to the job and will cancel the
// context on shutdown. If you cancel the context the job will no longer be
// scheduled as well. This allows you to both control the job via a context
// and listen for and handle cancellation within your job.
// NewTask provides the job's task function and parameters.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in a context (either the default Job context, or one
// provided via WithContext) to the job and will cancel the context on shutdown.
// This allows you to listen for and handle cancellation within your job.

Chores

Full Changelog: go-co-op/gocron@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

  • BUG FIX: creating a new slice in several job options because appending modifies original by @​JohnRoesler in #​809

Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.12.4...v2.13.0

v2.12.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.3...v2.12.4

v2.12.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

  • Fix CPU spike / max-out in One-time job when 2 or more equal times are provided by @​rbroggi in #​779

Full Changelog: go-co-op/gocron@v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.11.0...v2.12.0

v2.11.0

Compare Source

Features

  • WithStopAt added to JobOption's to allow giving a time for jobs to stop running by @​Higan in #​760

Fixes

Internal

New Contributors

Full Changelog: go-co-op/gocron@v2.10.1...v2.11.0

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.7.1...v2.8.0

v2.7.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.7.0...v2.7.1

v2.7.0

Compare Source

Added

Fixed

Full Changelog: go-co-op/gocron@v2.6.0...v2.7.0

v2.6.0

Compare Source

Added

Fixed

Misc

New Contributors

Full Changelog: go-co-op/gocron@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

  • fix memory leak with singleton mode where job is sending duplicate reschedule requests by @​JohnRoesler in #​723

Full Changelog: go-co-op/gocron@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.7...v2.2.8

v2.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

  • wait for new job to be fully created before returning by @​JohnRoesler in #​658
  • BETA FEATURE: Add job monitor interface to allow for collecting job metrics by @​JohnRoesler in #​659
    • This is the first release of the monitor feature - it may be changed as initial implementations are created and feedback comes in

Full Changelog: go-co-op/gocron@v2.1.2...v2.2.0

v2.1.2

Compare Source

Fixes

Documentation

New Contributors

Full Changelog: go-co-op/gocron@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed

Version bumps

Full Changelog: go-co-op/gocron@v2.0.3...v2.1.0

v2.0.3

Compare Source

Fixes

Full Changelog: go-co-op/gocron@v2.0.2...v2.0.3

v2.0.2

Compare Source

Fixes

Full Changelog: go-co-op/gocron@v2.0.1...v2.0.2

v2.0.1

Compare Source

Fixes

Bumps

Full Changelog: go-co-op/gocron@v2.0.0...v2.0.1

v2.0.0

Compare Source

v2.0.0

It's here! 🎉 Take a look at the readme and godoc to see how the new version works!

Please give feedback! (Reach out on slack if you're interested in contributing so we can coordinate work 😄 ) And open issues if you find any bugs or have features you'd like to see supported!

New Contributors

Full Changelog: go-co-op/gocron@v2.0.0-alpha-1...v2.0.0


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@renovate renovate Bot requested a review from a team as a code owner May 29, 2026 09:06
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 69987e2 to 2914fe9 Compare May 29, 2026 11:01
@renovate renovate Bot added area/dependency Issues or PRs related to dependency changes kind/chore Categorizes issue or PR as related to a chore. labels May 29, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron to v2 chore(renovate): Update module github.com/go-co-op/gocron to v2 May 29, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 2914fe9 to a37da56 Compare May 29, 2026 13:27
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from a37da56 to 25cc39b Compare May 29, 2026 13:44
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 25cc39b to d837573 Compare May 29, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes kind/chore Categorizes issue or PR as related to a chore.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants