Skip to content

Releases: aklinker1/job-queue

v0.6.9

29 Jan 23:10

Choose a tag to compare

compare changes

🩹 Fixes

  • Include cause in job error (e02c9ef)

❤️ Contributors

v0.6.8

29 Jan 22:54

Choose a tag to compare

compare changes

🩹 Fixes

  • Use hash router for dashboard to work around custom base paths (dc59d52)

❤️ Contributors

v0.6.7

29 Jan 22:38

Choose a tag to compare

compare changes

🩹 Fixes

  • basePath not resolving routes correctly (7a1345f)

📖 Documentation

❤️ Contributors

v0.6.6

24 Dec 06:06

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add chart to dashboad (#11)

🩹 Fixes

  • Require runAt for QueueEntry.runAt (#12)

❤️ Contributors

v0.6.5

23 Dec 01:00

Choose a tag to compare

compare changes

📖 Documentation

🏡 Chore

  • Generate bundle stats for web UI (#10)

🤖 CI

  • Fix release commit message (2ee2210)

❤️ Contributors

v0.6.4

14 Dec 18:27

Choose a tag to compare

compare changes

🚀 Enhancements

  • Retry jobs from web UI (#8)

❤️ Contributors

v0.6.3

14 Dec 02:18

Choose a tag to compare

compare changes

📖 Documentation

  • Update JSDoc to use @link (cd30e44)

❤️ Contributors

v0.6.2

14 Dec 02:17

Choose a tag to compare

v0.6.1

14 Dec 02:07

Choose a tag to compare

compare changes

📖 Documentation

  • Add links at top of README (f872ad0)
  • Change order of HTML handler (915c099)
  • Remove periods (27492ad)
  • Update runtime headings (8d5d115)
  • Add missing JSDoc for JobEntryNotFound (a229b13)

❤️ Contributors

v0.6.0

14 Dec 01:54

Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ retry count option and default backoff (#3)
  • job.in to change the queue a job runs in (#5)
  • job.in for adhoc queue changes (#6)
  • Retry APIs and server endpoints (#7)

🩹 Fixes

  • ⚠️ Rename "task" to "job" (#4)

⚠️ Breaking Changes

  • ⚠️ retry count option and default backoff (#3)
  • ⚠️ Rename "task" to "job" (#4)

❤️ Contributors