Skip to content

Releases: go-co-op/gocron

v1.22.1

15 Apr 18:17
c283137
Compare
Choose a tag to compare

What's Changed

  • allow scheduler functions pertaining to a job to be called in any order by @JohnRoesler in #453

Full Changelog: v1.22.0...v1.22.1

v1.22.0

13 Apr 21:15
23c3543
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.1...v1.22.0

v1.21.1

13 Apr 16:33
a86ec0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.0...v1.21.1

v1.21.0

12 Apr 15:49
6cd5439
Compare
Choose a tag to compare

What's Changed

  • when Week() is called without At(), but StartAt() is called, use StartAt() offset by @JohnRoesler in #448

Full Changelog: v1.20.0...v1.21.0

v1.20.0

11 Apr 20:49
9319e67
Compare
Choose a tag to compare

What's Changed

  • add func for getting all tags by @jzbyers in #443
  • fix couple of tests that are flakey due to timing by @JohnRoesler in #445
  • fix issue where Weekday(), StartAt() and At() set at the same time result in unexpected run times by @JohnRoesler in #446
  • fix issue where At() without StartAt() never ran by @JohnRoesler in #447

New Contributors

Full Changelog: v1.19.1...v1.20.0

v1.19.1

11 Apr 16:16
081083e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.0...v1.19.1

v1.19.0

18 Mar 13:42
708b009
Compare
Choose a tag to compare

What's Changed

  • job: Pad ScheduledAtTime(s) with leading zeroes by @gechr in #432
  • Fix a bug with scheduling next runs on daylight savings change days by @andyy-gci in #435

New Contributors

Full Changelog: v1.18.1...v1.18.2

v1.18.1

02 Mar 15:21
c07d41f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

08 Nov 14:59
9aaee3a
Compare
Choose a tag to compare

What's Changed

  • fix if job chains are used improperly we can end up with jobs with nil functions by @JohnRoesler in #388
  • Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #389
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #390
  • fix logic to wait for executor stop by @hiroebe in #392
  • fix typo by @cuishuang in #394
  • Remove the code that double check last run time and current time by @xwjdsh in #393

New Contributors

Full Changelog: v1.17.1...v1.18.0

v1.17.1

17 Oct 14:31
af043b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.0...v1.17.1