Skip to content

Latest commit

 

History

History
158 lines (69 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

158 lines (69 loc) · 5.28 KB

3.0.3 (2023-11-04)

Bug Fixes

  • fix a bug of interrupt called after finish when finish fails (693aa3d)

3.0.2 (2023-10-31)

Bug Fixes

  • fix a bug of job interval ended up set in future (c4d1f01)

3.0.1 (2023-10-29)

Bug Fixes

  • use mongoose options for mongodb job store (7db82e3)

3.0.0 (2023-10-29)

Features

  • add more attributes to job (75b97b3)
  • allow synchronizing job stores manually (5b7b26b)
  • lower minimum peer dependency version (c2edc7f)

BREAKING CHANGES

  • synchronize won't be running automatically

2.4.1 (2023-10-26)

Bug Fixes

  • fix a bug of job lock not deactivated for redis (acf9151)

2.4.0 (2023-10-26)

Features

  • export mongodb schema and typeorm entity (5bfda73)

2.3.1 (2023-10-25)

Bug Fixes

  • improve readability of debug logging (3c920f8)

2.3.0 (2023-10-25)

Features

  • distinguish argument error (279dca2)

2.2.0 (2023-10-25)

Features

  • distinguish job lock not found error (2d72fdf)

2.1.1 (2023-10-25)

Bug Fixes

  • prevent same job lock to be updated multiple times (07247a4)

2.1.0 (2023-10-25)

Features

  • add timezone option to request job options (2be0f51)

2.0.2 (2023-10-25)

Bug Fixes

  • fix a bug of id type not inferred (5d2d75a)

2.0.1 (2023-10-25)

Bug Fixes

  • use id type directly for job class generics (00ec519)

2.0.0 (2023-10-24)

Bug Fixes

  • change the module export style (e68074b)

BREAKING CHANGES

  • all modules will be exported from the main entrypoint

1.0.6 (2023-10-24)

Bug Fixes

  • elaborate exported types (b31a782)

1.0.5 (2023-10-24)

Bug Fixes

  • fix job-store and job-lock not imported from directory root (d27d6e2)

1.0.4 (2023-10-24)

Bug Fixes

  • yet another fix to publish dist directory (ba25130)

1.0.3 (2023-10-24)

Bug Fixes

  • fix bug of dist directory not published (95558d6)

1.0.2 (2023-10-24)

Bug Fixes

  • publish dist directory directly (d2e0d99)

1.0.1 (2023-10-24)

Bug Fixes

  • fix a bug of empty npm package (f19bb06)

1.0.0 (2023-10-22)

Features