Skip to content

Releases: Sealos/agenda

v1.2.0

26 Jun 21:30
Compare
Choose a tag to compare

1.2.0 (2024-06-26)

Features

  • allow priority when queuing jobs (c14e468)

v1.1.2

20 Jun 13:47
Compare
Choose a tag to compare

1.1.2 (2024-06-20)

Bug Fixes

  • dev: remove codeql and trigger release (e2c5016)

v1.1.1

01 Feb 22:08
Compare
Choose a tag to compare

1.1.1 (2024-02-01)

Bug Fixes

v1.1.0

01 Feb 22:01
Compare
Choose a tag to compare

1.1.0 (2024-02-01)

Features

v1.0.0

01 Feb 21:51
Compare
Choose a tag to compare

1.0.0 (2024-02-01)

Bug Fixes

  • 🐛 re-enable broken test (abfd348)
  • Add try/catch block to agenda#now method (#876) (8e1fe23)
  • calculate nextRunAt when endDate is undefined (#1227) (a7a2b83)
  • collection and options are optional now (#1275) (143af6d)
  • database: use db() syntax rather than pulling dbName from client (b811523)
  • deps: update dependency cron-parser to v3 (#1188) (f313f46)
  • deps: update dependency debug to ~4.2.0 (#1125) (6d53a13)
  • deps: update dependency debug to ~4.3.0 (#1148) (7ed55ed)
  • deps: update dependency human-interval to v2 (#1134) (d6bcf03)
  • export cjs and es (#1298) (849b32f)
  • history: match cron-parser pattern (#1335) (5a73b55)
  • make agenda.cancel no longer require a callback (5f895e3), closes #249
  • make optional mongo-collection optional and allow dates for dates (#1258) (29267cb)
  • simplified verbiage (ee3ce39)
  • someone updated bee to bree (they are two separate packages) (c98ba5c)
  • typescript export needs es6 (#1268) (eabeea8)
  • Typescript optional parameters (#1279) (9f62482)
  • unlock job test needs cb (#1138) (bfb5603)
  • version bump of dependencies (bf41588)
  • wrong initial value and lower processEvery for agenda-instance.js (#1131) (ff9dd7a)

Features

Reverts