Releases: droidsolutions/job-service-typeorm
Releases · droidsolutions/job-service-typeorm
v3.1.1
3.1.1 (2024-02-12)
Bug Fixes
- JobRepository: add jobId to starting job log (72f8b24)
v3.1.0
3.1.0 (2024-02-12)
Features
v3.0.1
3.0.1 (2023-11-20)
Bug Fixes
- JobRepo: create copy of logger meta (d8876a0)
v3.0.0
3.0.0 (2023-08-11)
Features
- replace cancellationtoken with AbortSignal (49a5952)
BREAKING CHANGES
- Replace the cancellationtoken in async method with NodeJS internal AbortSignal
v2.0.1
2.0.1 (2023-08-01)
Bug Fixes
- JobRepository: clean up job start time on finish (f61a33d)
v2.0.0
2.0.0 (2023-04-05)
Bug Fixes
- JobRepository: find Requested jobs (2a151ad)
- update job-service to include merged feature (f576ca9)
Features
BREAKING CHANGES
- JobRepository.findExistingJobAsync has an additional includeStarted argument
v2.0.0-develop.3
Bug Fixes
- JobRepository: find Requested jobs (2a151ad)
v2.0.0-develop.2
Bug Fixes
- update job-service to include merged feature (f576ca9)
Features
- jobRepository: add countJobsAsync method (2f0951b)
v1.1.0
1.1.0 (2022-11-03)
Features
- jobRepository: add countJobsAsync method (2f0951b)
v2.0.0-develop.1
Features
BREAKING CHANGES
- JobRepository.findExistingJobAsync has an additional includeStarted argument