Skip to content

Releases: RomainLanz/adonis-bull-queue

Allow access to the logger from the job instance

02 Oct 07:49
d282517
Compare
Choose a tag to compare

Commits

  • [d282517] - chore(release): 3.1.0 (Romain Lanz)
  • [7ca825e] - refactor: extract job instantiation (Romain Lanz)
  • [97dac6d] - chore: allow access to bullmq job (Romain Lanz)
  • [e5f1646] - chore: send error to the rescue method (Romain Lanz)
  • [a2b8c9d] - feat: allow access to the logger from the job instance (Romain Lanz)
  • [2ec5f01] - chore: update published tag (Romain Lanz)

Full Changelog: v3.0.0...v3.1.0

Add missing Queue typings and update `process` type

10 Jul 09:30
4d27a02
Compare
Choose a tag to compare

Commis

  • [2.0] fix: add missing Queue typings and update process type (#49) (5226b33)

What's Changed

  • [2.0] fix: add missing Queue typings and update process type by @targos in #49

Full Changelog: v2.0.1...v2.0.2

Official AdonisJS 6 release

03 Jun 09:03
e4d8312
Compare
Choose a tag to compare

[BREAKING]: Version 3 supports only AdonisJS 6

Commits

  • chore: update dependencies (e538d88)
  • doc(readme): update some code samples (7d98147)
  • doc(readme): correct note markup (11e6fd9)

Full Changelog: 1.0.5...v3.0.0

Bring some improvement from AdonisJS 5 release

17 May 20:03
Compare
Choose a tag to compare
  • chore: update dependencies (1fdfef2)
  • feat: close queues when AdonisJS app is shutdown (10b4551)
  • feat(queue): add get & getOrSet helper (f131738)
  • feat(queue): add clear method (79ef761)

Full Changelog: v3.0.0-0...v3.0.0-1

v3.0.0-0

17 May 19:47
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release
  • chore: make the rescue command receive the payload (7d09190)

Full Changelog: v2.0.0-7...v3.0.0-0

Correct process argument in type

17 May 20:23
Compare
Choose a tag to compare
  • fix(type): correct process argument (d27e830)
  • chore: correct note (fd52593)

Full Changelog: v2.0.0...v2.0.1

Upgrade Bull version and a few improvements from Zakodium

17 May 20:09
Compare
Choose a tag to compare

What's Changed

  • feat: List, Get, and Clear functions by @dmdboi in #27
  • Upstream changes from Zakodium by @targos in #36

New Contributors

Full Changelog: 1.0.6...v2.0.0

Return job instance when dispatching

22 Apr 07:38
cf9c725
Compare
Choose a tag to compare
Pre-release

Commits

  • chore: return job instance when dispatching (6c4e7ae)
  • chore: improve error message (155975e)

Full Changelog: v2.0.0-6...v2.0.0-7

Compatibility with AdonisJS 6

01 Apr 19:13
Compare
Choose a tag to compare
Pre-release
v2.0.0-6

v2.0.0-6

Add List, Get and Clear functions

18 Mar 08:51
9c89baa
Compare
Choose a tag to compare

What's Changed

  • feat: List, Get, and Clear functions by @dmdboi in #27

New Contributors

Full Changelog: 1.0.6...1.1.0