Releases: Sealos/agenda
Releases · Sealos/agenda
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
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
- added @breejs to README (68ade1d)
- database: upgrade mongodb -> 3.1 (fd077d1)
- rewrite to new standards (f51ff62)
Reverts
- Revert "Add job timeout (agenda#1420)" (agenda#1426) (6ec531d), closes #1420 #1426