Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Releases: s-r-x/bull-monitor

v4.0.0

02 Mar 09:41
Compare
Choose a tag to compare

4.0.0 (2022-03-02)

Features

  • bump apollo server to the latest version (21e39e7)
  • compile to ES2020 (384d113)

BREAKING CHANGES

  • app should be passed to monitor.init method when using
    fastify adapter
  • drop support for for node<12

v3.5.0

02 Mar 05:13
Compare
Choose a tag to compare

3.5.0 (2022-03-02)

Features

  • bullmq: support object progress (4d47b08)

v3.4.1

01 Mar 11:15
Compare
Choose a tag to compare

3.4.1 (2022-03-01)

Note: Version bump only for package @bull-monitor/entrypoint

v3.4.0

01 Mar 11:10
Compare
Choose a tag to compare

3.4.0 (2022-03-01)

Features

  • express: init params to disable body parser, express5 specific configuration (5069323)

v3.3.1

21 Jan 10:00
Compare
Choose a tag to compare

3.3.1 (2022-01-21)

Bug Fixes

  • handle jobs with nil timestamp (efc78d7)

v3.3.0

12 Jan 06:42
Compare
Choose a tag to compare

3.3.0 (2022-01-12)

Features

  • ui: redesign "queue actions" section (2343f12)

v3.2.0

11 Jan 13:08
Compare
Choose a tag to compare

3.2.0 (2022-01-11)

Features

  • ui: combine "timeline" popover and "options" popover into a single "info" popover (e9467b6)

v3.1.0

11 Jan 12:38
Compare
Choose a tag to compare

3.1.0 (2022-01-11)

Bug Fixes

  • ui: prefetch redis data on hover only when there is no cached data (6617cfa)

Features

  • ui: change active queue status on status badge click in drawer (fd0b928)

v3.0.0

11 Jan 08:38
Compare
Choose a tag to compare

3.0.0 (2022-01-11)

Note: Version bump only for package @bull-monitor/entrypoint

v3.0.0-alpha.3

11 Jan 08:21
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

3.0.0-alpha.3 (2022-01-11)

Features

  • pass readonly param in queue adapter constructor instead (46ea2cc)

BREAKING CHANGES

  • replace "[new BullAdapter(queue), { readonly: true }]"
    with "new BullAdapter(queue, { readonly: true })"