Skip to content

Latest commit

 

History

History
233 lines (122 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

233 lines (122 loc) · 10.6 KB

3.11.0 (2021-03-07)

Features

  • bull: adding example for failed and completed jobs (8e1fdbc)

Bug Fixes

  • bulkaction: handling retry logic in bulk (d396dac)
  • bulkaction: use queuestate to differentiate logic (62f72cf)
  • deps: delete jsoneditor dependency (17bc341)

3.10.0 (2021-03-02)

Features

  • bull: adding bull in example (da1ad97)
  • queuejobsbystate: retry bulk delayed jobs (d3eb2bf)

Bug Fixes

  • bee-queue: disable retry jobs button for bee-queue (57dc1d6)

3.9.0 (2021-02-25)

Features

  • add contributing guidelines and working example (8616383)

3.8.0 (2021-02-22)

Features

  • queuejobsbystate: adding order dropdown (c5d21a0)

Bug Fixes

  • queuejobsbystate: apply descending ordering for jobs when using bull queue (1e1f891)

3.7.1 (2021-02-18)

Bug Fixes

  • dashboard: change shouldHide condition (5722b55)
  • dashboard: refresh page when adding a new job (0fa5d02)

3.7.0 (2020-12-16)

Features

  • deps: remove dependency on handlebars-helpers (#302) (bbacae8)

3.6.1 (2020-11-26)

Bug Fixes

  • support redis configuration with bullmq (#294) (ab4b806)

3.6.0 (2020-11-25)

Features

3.5.0 (2020-11-21)

Features

  • job-details: support arenaName display field (332fb3a)

3.4.0 (2020-11-01)

Features

3.3.3 (2020-10-29)

Bug Fixes

  • job-details: actually correctly wait for promises (#271) (6e205a6)

3.3.2 (2020-10-29)

Bug Fixes

  • job-details: correctly wait for promises (#254) (934e92a)

3.3.1 (2020-10-28)

Bug Fixes

3.3.0 (2020-10-28)

Features

  • job-details: show stacktraces when job is delayed or done (#238) (6b3dd6f)

3.2.4 (2020-10-28)

Bug Fixes

3.2.3 (2020-10-17)

Bug Fixes

3.2.2 (2020-08-06)

Bug Fixes

3.2.2 (2020-08-06)

Bug Fixes

3.2.1 (2020-08-05)

Bug Fixes

  • queue-view: improve handling of falsy job.id values (9415643), closes #181

3.2.0 (2020-08-05)

Features

3.1.0 (2020-08-05)

Features

  • add-job: add jsoneditor code and text modes (#217) (63ca0c8)
  • job-details: show raw progress when not numeric (bd0d697)

3.0.2 (2020-08-05)

Bug Fixes

  • use normal require path for defaultConfig (#196) (533f702)

3.0.1 (2020-08-05)

Bug Fixes

  • improve error message for no queues (b8f2afc)

3.0.0 (2020-08-05)

⚠ BREAKING CHANGES

  • all users must now pass in the queue constructor(s) for the configuration.

Features

  • remove direct application execution support (95ecf42)
  • remove explicit queue dependencies (ba190a4)

Release History

  • 2.8.2

    • [Fix] Move nodemon to dev dependencies and update (#184) - thanks @Jimmysh!
    • [Fix] Encode url for the action 'add job' (#194) - thanks @pluschnikow!
    • [Fix] Fix job retry (#223) - thanks @roychri!
  • 2.8.1 Fix bull queue job publishing

  • 2.8.0 Add ability to run jobs on demand (#211) - thanks @bvallelunga!

  • 2.7.1 Fix add job functionality (#197) - thanks @bogdan!

  • 2.7.0 Job logs show up for bull queue jobs (#201) - thanks @ganeshcse2991!

  • 2.6.4 Fix circular dependency issue when viewing failed jobs (#183) - thanks @ghmeier!

  • 2.6.3 Pull in handlebars security advisory patch (#168) - thanks @pklingem!

  • 2.6.2 Fix "add job" vendor/API path when basePath is set (#157) - thanks, @jacobpgn

  • 2.6.1 Hot patch: commit /vendor assets to fix new UI.

  • 2.6.0 Add the ability to add jobs via Arena (#55/#153) - thanks, @krazyjakee!

  • 2.5.4 Upgrade handlerbars-helpers to fix flagged vulnerability (#151) - thanks, @eeVoskos!

  • 2.5.3 Fix navbar reference (#146) - thanks @anurag-rai!

  • 2.5.2 Support custom job IDs in arena (#126) - thanks @gcox!

  • 2.5.1 Upgrade nodemon to avoid the vulnerable event-stream (#136)

  • 2.5.0 Support redis over TLS. (#122) - thanks @timcosta!

  • 2.4.5 Allow the package to be once again installed using Yarn (#99)

  • 2.4.4 deyarn

  • 2.4.3 Fix progress indicator for Bill 3.x bee-queue#96

  • 2.4.2 Fix XSS issue bee-queue#84 (thanks @ohwillie)

  • 2.4.1 Fix regression where 'url' parameter wasn't respected (#85 - @ohwillie)

  • 2.4.0 Custom Redis configurations and documentation improvements (#81 - @vhf)

  • 2.3.1 UI improvement: add syntax highlighting to JSON - thanks @emhagman!

  • 2.3.0 Upgraded Bull to v3.3.7

  • 2.2.2 Include name in description per #74.

  • 2.2.1 Fixed links in interface

  • 2.2.0 Added uri coneection parameter.

  • 2.1.3 Fixed issue where progress bar didn't work in Bull in Bull

  • 2.1.2 Fixed issue where paging wasn't working in Bull

  • 2.0.0 Added support for Bee Queue

  • 1.0.0 Initial release