Agenda Versions Save

Lightweight job scheduling for Node.js

v5.0.0

1 year ago
  • Dropped support for MongoDB 3.4 and 3.6. The 4.0 upwards are the only supported now.
  • Remove outdated info from README 3d4ea61
  • Fixing a computeNextRunAt() test to run in Australia. 2824d9e
  • Fix: Running tests on mongodb memory-server (#1501) 024b711
  • update deps 5488d9d
  • run on mongo mem server locally b047dfd
  • Remove older nodejs and mongodb version from test 685b979
  • Merge branch 'master' of https://github.com/svitekpavel/agenda 11a5480
  • fix format endData and startDate by adding HH:mm (#1497) bff49b4
  • package.json - inlcude dist in export b22d5a5
  • lib/agenda/find-and-lock-next-job.ts - use enum ReturnDocument.AFTER from mongodb ffdcc9c
  • upd types 42e9191
  • upd yarn.lock 4e38e6d
  • package.json - upd included files 4a551c4
  • lib/agenda - refactor types 9c01e96
  • package.json - change dist -> lib as included f4aa947
  • update Typescript usage in README 91f636a
  • update type of 'data' in Job type 1706d7e
  • implement generics for job attrs data to define(), now(), schedule() ffecf3a

https://github.com/agenda/agenda/compare/v4.4.0...v5.0.0

What's Changed

Full Changelog: https://github.com/agenda/agenda/compare/v4.4.0...v5.0.0

v4.4.0

1 year ago
  • Update yarn.lock to match package.json 34fed70
  • Update History.md with v4.4.0 48b8930
  • added drain func (#1488) 3d903a8
  • chore: Update moment-timezone to 0.5.37 (#1492) 1fec6b5
  • fix typo (#1483) c57b759
  • Update test.yml 9a1659c
  • Bump ansi-regex from 3.0.0 to 3.0.1 (#1480) d91d3ed
  • Bump minimist from 1.2.5 to 1.2.6 (#1462) fdca68e
  • Create codeql-analysis.yml f328510
  • Update History.md with v4.3.0 43e2c34

https://github.com/agenda/agenda/compare/v4.3.0...v4.4.0

v4.3.0

1 year ago
  • Add job timeout (#1420) b15f555
  • Optionally persist the result of a job (#1322) 834bbd7
  • fix markdown 5f8513b
  • removing badges for now ddc96bc
  • Update History.md 5775dfd

https://github.com/agenda/agenda/compare/v4.2.1...v4.3.0

v4.2.1

2 years ago
  • Bump glob-parent from 5.1.1 to 5.1.2 (#1371) 666cb8c
  • assign _findAndLockNextJob to findAndLockNextJob 4fcbeee
  • fixed tests? 77051dc
  • Revive jsdoc (#1370) b17fa9c
  • Removing "RenovateBot". It caused too much harm already. dc4cda6
  • Fix all tests except one. 2fac758
  • closes #1369 But has issues c3f0f8c
  • Update the mongodb driver to 4.0 (#1358) de7ab29
  • Build pull requests 3be804b
  • Add mongodb memory server (#1108) 3183f31
  • Update History.md 424e5d4

https://github.com/agenda/agenda/compare/v4.2.0...v4.2.1

v4.2.0

2 years ago
  • Update History.md ab545c4
  • fix(history): match cron-parser pattern (#1335) 5a73b55
  • Fixes #1364 "RangeError: Maximum call stack size exceeded" (#1365) 6d6611e
  • Modifies JobAttributes.lockedAt to allow null values (#1340) b63c517
  • Fixing CI (#1362) c3825a6
  • Attempt to fix the test which fails in CI only a5ffcf2
  • Remove Q npm module as not used anymore 2 cbf2f0d
  • Remove Q npm module as not used any more 78e4f95
  • Add top level disable and enable (#1109) 8daa43b
  • fixed deprecation warning for collection.findOneAndUpdate (#1338) bd19693
  • chore(deps): update dependency eslint to v7.27.0 (#1319) 7b9eb15
  • chore(deps): update supercharge/mongodb-github-action action to v1.4.1 (#1321) 01a4ee6
  • chore(deps): update typescript-eslint monorepo to v4.25.0 (#1323) b751855
  • chore(deps): update dependency sinon to v11 (#1324) ee33b97
  • Add Node.js v16 in tests (#1314) cc5a633
  • chore(deps): update typescript-eslint monorepo to v4.24.0 (#1315) 5913b8e
  • chore(deps): update dependency @types/mongodb to v3.6.14 (#1317) 13eadbb
  • Update History.md 93ad87d
  • chore(deps): update dependency @types/mongodb to v3.6.12 (#1251) 24e2418
  • chore(deps): update dependency mocha to v8.4.0 (#1252) edf6a57
  • chore(deps): update dependency husky to v5.2.0 (#1260) 76342f6
  • chore(deps): update dependency typescript to v4.2.4 (#1248) 3cbc144
  • chore(deps): update typescript-eslint monorepo to v4.23.0 (#1262) 45e1307
  • chore(deps): update dependency eslint-config-prettier to v8.3.0 (#1296) 0697244
  • chore(deps): update dependency highlight.js to v10.7.2 (#1283) 403da2e
  • chore(deps): update dependency sinon to v10 (#1285) ce51826
  • chore(deps): update dependency prettier to v2.3.0 (#1310) 2170ae4
  • chore(deps): update dependency eslint to v7.26.0 (#1253) b0e5b64
  • chore(deps): pin dependency esm to 3.2.25 (#1304) 39fdaf5
  • chore(deps): update dependency mongodb to v3.6.6 (#1295) 79e2c20
  • Bump lodash from 4.17.20 to 4.17.21 (#1311) 91a4a4e
  • chore(deps): update supercharge/mongodb-github-action action to v1.4.0 (#1312) f8e93d6
  • chore(deps): update dependency jsdoc to v3.6.7 (#1313) 554f99b
  • Update History.md 09f26c7

https://github.com/agenda/agenda/compare/v4.1.3...v4.2.0

v4.1.3

3 years ago
  • Update yarn.lock d865155
  • publish ./es.js too 40bdd3a
  • fix: export cjs and es (#1298) 849b32f
  • Fixes #1286 do not try use null as object (#1291) ae0a869

https://github.com/agenda/agenda/compare/v4.1.2...v4.1.3

v4.1.2

3 years ago

v4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

Please use release 4.0.1 instead — this release was broken.

See changelog