Skip to content

Update module github.com/go-co-op/gocron to v1.37.0

Martin Vinkel requested to merge renovate/github.com-go-co-op-gocron-1.x into main

This MR contains the following updates:

Package Type Update Change
github.com/go-co-op/gocron require minor v1.18.0 -> v1.37.0

Release Notes

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

v1.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.36.1...v1.37.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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, 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