Skip to content

Releases: droidsolutions/job-service-typeorm

v3.1.1

12 Feb 09:23
Compare
Choose a tag to compare

3.1.1 (2024-02-12)

Bug Fixes

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

v3.1.0

12 Feb 07:21
Compare
Choose a tag to compare

3.1.0 (2024-02-12)

Features

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

v3.0.1

20 Nov 14:03
Compare
Choose a tag to compare

3.0.1 (2023-11-20)

Bug Fixes

  • JobRepo: create copy of logger meta (d8876a0)

v3.0.0

11 Aug 11:30
Compare
Choose a tag to compare

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

01 Aug 08:32
Compare
Choose a tag to compare

2.0.1 (2023-08-01)

Bug Fixes

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

v2.0.0

05 Apr 10:30
Compare
Choose a tag to compare

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

v2.0.0-develop.3

30 Jan 13:48
Compare
Choose a tag to compare
v2.0.0-develop.3 Pre-release
Pre-release

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

Bug Fixes

  • JobRepository: find Requested jobs (2a151ad)

v2.0.0-develop.2

03 Nov 12:30
Compare
Choose a tag to compare
v2.0.0-develop.2 Pre-release
Pre-release

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

Bug Fixes

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

Features

  • jobRepository: add countJobsAsync method (2f0951b)

v1.1.0

03 Nov 12:08
Compare
Choose a tag to compare

1.1.0 (2022-11-03)

Features

  • jobRepository: add countJobsAsync method (2f0951b)

v2.0.0-develop.1

05 Jul 13:56
Compare
Choose a tag to compare
v2.0.0-develop.1 Pre-release
Pre-release

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

Features

  • allow find started jobs (9bf253f)

BREAKING CHANGES

  • JobRepository.findExistingJobAsync has an additional includeStarted argument