Skip to content

Releases: hajipy/embedded-queue

v0.0.11

Choose a tag to compare

@hajipy hajipy released this 13 Dec 13:07
  • Upgrade dependencies. #46
  • Upgrade dependencies to resolve security vulnerabilities. #42

v0.0.9

Choose a tag to compare

@hajipy hajipy released this 13 Aug 11:40
  • Upgrade dependencies. #38, #41
  • Upgrade dependencies to resolve security vulnerabilities. #40

v0.0.8

Choose a tag to compare

@hajipy hajipy released this 26 May 09:21
  • Add exclusive control #36
  • Upgrade dependencies to resolve security vulnerabilities. #32, #33, #35
  • Upgrade dependencies. #30, #34

v0.0.7

Choose a tag to compare

@hajipy hajipy released this 01 Apr 16:25

Chore

  • Upgrade dependencies to resolve security vulnerabilities. #27, #29
  • Upgrade dependencies #30

v0.0.6

Choose a tag to compare

@hajipy hajipy released this 28 Jun 16:14

Improvement

  • Event.Log and Event.Priority return additional information as second argument #21

Bugfix

  • Fixed an incorrect type definition in JobRepository.findJob #10
  • Fixed a bug that JobRepository.findInactiveJobByType performed unnecessary search. #11
  • Disable timestampData option of NeDB #15
  • If the job is completed before the timeout during the shutdown, make it successful. #19
  • Set duration and progress of Job when deserialize from nedb #20

Chore

  • Upgrade dependencies #12
  • Update dist #13
  • Refactor JobRepository.isExistJob #14
  • Add Pull Request Template #17
  • Refactor JobRepository.removeJob #16
  • Remove unreachable code #18
  • Introduce unit test #22
  • Create Test GitHub Actions #23
  • Add test budge to README.md #24
  • Word wrap license #25
  • Fix ESLint Warning #26

v0.0.5

Choose a tag to compare

@hajipy hajipy released this 11 Mar 15:08
  • Cleanup after unexpectedly termination #8

v0.0.4

Choose a tag to compare

@hajipy hajipy released this 23 Feb 14:27
  • Introduce ESLint #6
    • NOTE: Change data type any to unknown

v0.0.3

Choose a tag to compare

@hajipy hajipy released this 19 Jan 14:52
  • Fix Worker.process() doesn’t return when processor throws exception. #4, #5

v0.0.2

Choose a tag to compare

@hajipy hajipy released this 30 Dec 11:02
  • Queue.createJob() internally calls Job.save() #2
  • Upgrade dependencies #1
  • Update README.md #3

v0.0.1

Choose a tag to compare

@hajipy hajipy released this 01 May 15:05

Initial release