Releases: felixmosh/bull-board
Release 1.3.0
- Make release process to be automatically but triggered manually
#231
- Display failed reason (if there is no stacktrace to show)
#228
- Refactor error handlers in routes & ui
#221
- Bump node-notifier from 8.0.0 to 8.0.1
#205
- fix: package.json & yarn.lock to reduce vulnerabilities
#226
- Add read only mode, closes #219
#220
- Close #217 Configure basePath doc
#218
- Fix example return value
#208
- Handle better return type lint rule
#206
- Add read only mode, closes #219 (#220)
#219
#219
- Close #217 Configure basePath doc (#218)
#217
#217
Stable 1.0
Welcome to v1! 😱
This change includes some big updates like:
- Complete redesign of the library by @felixmosh 🎉
- Rewrite library to TypeScript (mainly by @Yurickh)
- Support for BullMQ added
- Lots of bug fixes
Thanks to everyone who helped to test the many alpha versions!
Please let us know of any bugs you might find 👍
Close tab on click
Add clean all for failed jobs
Adds Clean all
button for failed jobs as well, previously that was only available on the delayed queue
Use proxyUrl if provided
Allows users to use different paths from the one configured in Express through proxyUrl
param when provided in the request
Thanks, @Eywek for the first contribution!
Add queues already set in Bull
This release adds the option to work with queues already set in Bull.
This is introduced by the method setQueues
, for more information, check docs.
Thanks @sestolk for working with this and for the first time contribution!
bumps dependencies, adds delayed information and fixes some styling
bump Bull, React and date-fns
add delayed information with updates in real time (kudos to @alexleroyross for one more PR)
fixes some styling for error stack traces
thank's to everyone who's using the lib and contributing to the project by opening PR's and Issues!
Add Clean action for delayed queue
Add a Clean action for the queue in delayed status.
Ref. #18
thanks @alexleroyross for your first contribution to the project!
Fix missing total_system_memory data
Visual improvements for highlighting
- Queue data and error stack traces with better highlighting