Skip to content

fix(deps): update module github.com/go-co-op/gocron to v2

Renovate Bot requested to merge renovate/github.com-go-co-op-gocron-2.x into main

This MR contains the following updates:

Package Type Update Change
github.com/go-co-op/gocron require major v1.13.0 -> v2.0.0

Release Notes

go-co-op/gocron

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: https://github.com/go-co-op/gocron/compare/v2.0.0-alpha-1...v2.0.0

v1.36.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.36.0...v1.36.1

v1.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0

v1.35.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3

v1.35.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2

v1.35.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1

v1.35.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.34.2...v1.35.0

v1.34.2

Compare Source

Fixes

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.34.1...v1.34.2

v1.34.1

Compare Source

Fixes

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.34.0...v1.34.1

v1.34.0

Compare Source

What's Changed

Fixes

Chores

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.33.1...v1.33.2

v1.33.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.33.0...v1.33.1

v1.33.0

Compare Source

What's Changed

Documentation & Version Bumps

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0

v1.32.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.32.0...v1.32.1

v1.32.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.0

v1.31.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.1...v1.31.2

v1.31.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.1

v1.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.2...v1.31.0

v1.30.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.1...v1.30.2

v1.30.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.30.0...v1.30.1

v1.30.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.29.0...v1.30.0

v1.29.0

Compare Source

What's Changed

Chores

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.28.3...v1.29.0

v1.28.3

Compare Source

Bug fixes

Chores

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.28.2...v1.28.3

v1.28.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.28.1...v1.28.2

v1.28.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.28.0...v1.28.1

v1.28.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.27.1...v1.28.0

v1.27.1

Compare Source

What's Changed

fixed
docs updated

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.27.0...v1.27.1

v1.27.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.26.0...v1.27.0

v1.26.0

Compare Source

What's Changed

New Features
Fixes
Documentation

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.25.0...v1.26.0

v1.25.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.24.0...v1.25.0

v1.24.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.23.0...v1.24.0

v1.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.22.4...v1.23.0

v1.22.4

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.22.3...v1.22.4

v1.22.3

Compare Source

What's Changed

  • refactor/fix the max concurrent jobs executor func by @​JohnRoesler in https://github.com/go-co-op/gocron/pull/456

    the existing limit mode was leaking goroutines due to the implementation spinning up a goroutine for each job whether or not it is blocked. So if there a lot of jobs being queued the goroutines will pile up. this implementation uses a single goroutine limited job runner that reads jobs from a mutex protected slice and runs then when slots are available within the max concurrent runs limit.

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.22.2...v1.22.3

v1.22.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.22.1...v1.22.2

v1.22.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.22.0...v1.22.1

v1.22.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.21.1...v1.22.0

v1.21.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.21.0...v1.21.1

v1.21.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.20.0...v1.21.0

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.19.1...v1.20.0

v1.19.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.17.1...v1.18.0

v1.17.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.3...v1.17.0

v1.16.3

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.2...v1.16.3

v1.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.1...v1.16.2

v1.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.15.1...v1.16.0

v1.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.13.0...v1.14.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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports