Releases: s-r-x/bull-monitor
Releases Β· s-r-x/bull-monitor
v4.0.0
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
3.5.0 (2022-03-02)
Features
- bullmq: support object progress (4d47b08)
v3.4.1
3.4.1 (2022-03-01)
Note: Version bump only for package @bull-monitor/entrypoint
v3.4.0
3.4.0 (2022-03-01)
Features
- express: init params to disable body parser, express5 specific configuration (5069323)
v3.3.1
3.3.1 (2022-01-21)
Bug Fixes
- handle jobs with nil timestamp (efc78d7)
v3.3.0
3.3.0 (2022-01-12)
Features
- ui: redesign "queue actions" section (2343f12)
v3.2.0
3.2.0 (2022-01-11)
Features
- ui: combine "timeline" popover and "options" popover into a single "info" popover (e9467b6)
v3.1.0
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
3.0.0 (2022-01-11)
Note: Version bump only for package @bull-monitor/entrypoint
v3.0.0-alpha.3
Features
- pass readonly param in queue adapter constructor instead (46ea2cc)
BREAKING CHANGES
- replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"