Skip to content

Latest commit

 

History

History
143 lines (63 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

143 lines (63 loc) · 5.42 KB

3.1.1 (2024-02-12)

Bug Fixes

  • JobRepository: add jobId to starting job log (72f8b24)

3.1.0 (2024-02-12)

Features

  • add deleteJobsAsync method (990fc0e)
  • update date-fns to 3x (559e74d)

3.0.1 (2023-11-20)

Bug Fixes

  • JobRepo: create copy of logger meta (d8876a0)

3.0.0 (2023-08-11)

Features

  • replace cancellationtoken with AbortSignal (49a5952)

BREAKING CHANGES

  • Replace the cancellationtoken in async method with NodeJS internal AbortSignal

2.0.1 (2023-08-01)

Bug Fixes

  • JobRepository: clean up job start time on finish (f61a33d)

2.0.0 (2023-04-05)

Bug Fixes

  • JobRepository: find Requested jobs (2a151ad)
  • update job-service to include merged feature (f576ca9)

Features

  • allow find started jobs (9bf253f)

BREAKING CHANGES

  • JobRepository.findExistingJobAsync has an additional includeStarted argument

2.0.0-develop.3 (2023-01-30)

Bug Fixes

  • JobRepository: find Requested jobs (2a151ad)

2.0.0-develop.2 (2022-11-03)

Bug Fixes

  • update job-service to include merged feature (f576ca9)

Features

  • jobRepository: add countJobsAsync method (2f0951b)

2.0.0-develop.1 (2022-07-05)

Features

  • allow find started jobs (9bf253f)

BREAKING CHANGES

  • JobRepository.findExistingJobAsync has an additional includeStarted argument

1.1.0 (2022-11-03)

Features

  • jobRepository: add countJobsAsync method (2f0951b)

1.0.0 (2022-05-11)

Bug Fixes

  • NPM: correct main path (8044e09)
  • release: fix initial release (03d750b)

Features

1.0.0-develop.1 (2022-05-11)

Bug Fixes

  • NPM: correct main path (8044e09)
  • release: fix initial release (03d750b)

Features

1.0.0-develop.3 (2022-04-21)

Bug Fixes

1.0.0-develop.2 (2022-04-21)

Bug Fixes

  • release: fix initial release (faedafa)

1.0.0-develop.1 (2022-04-21)

Features