Skip to content

Releases: go-co-op/gocron

v2.12.1

20 Sep 12:01
838bd51
Compare
Choose a tag to compare

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: v2.12.0...v2.12.1

v2.12.0

16 Sep 21:04
40b8570
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0

20 Jul 14:29
3b2dcd8
Compare
Choose a tag to compare

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: v2.10.1...v2.11.0

v2.10.1

17 Jul 14:14
f37e274
Compare
Choose a tag to compare

What's Changed

  • fix validation of variadic parameters when the type is interfaceby @apocelipes in #757

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

12 Jul 14:32
2c08083
Compare
Choose a tag to compare

What's Changed

  • issue-677: support task creation with variadic args by @Higan in #755

Full Changelog: v2.9.0...v2.10.0

v2.9.0

10 Jul 14:54
63a6458
Compare
Choose a tag to compare

What's Changed

  • issue-751: speed up rescheduling when time scheduling from is time.Zero by @samuelattwood in #752
  • feat: add WithIdentifier() as new job option by @pcfreak30 in #754

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

03 Jul 15:52
970c539
Compare
Choose a tag to compare

What's Changed

  • issue-747: Provide more details of ErrPanicRecovered by @Higan in #749

New Contributors

Full Changelog: v2.7.1...v2.8.0

v2.7.1

27 Jun 19:54
baf731c
Compare
Choose a tag to compare

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

21 Jun 23:18
64d6e48
Compare
Choose a tag to compare

Added

Fixed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

20 Jun 19:22
fd18ca7
Compare
Choose a tag to compare

Added

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

New Contributors

Full Changelog: v2.5.0...v2.6.0