All notable changes to this project will be documented in this file.
The format is based on "Keep a Changelog", and this project adheres to Semantic Versioning.
Version 0.7 added support for Task Aggregation feature
- (ui): Added tasks view to show aggregated tasks
- (ui): Show metrics link in sidebar when --prometheus-addr flag is provided
- (cmd): Added
--read-only
flag to specify read-only mode - (pkg): Added
Options.ReadOnly
to restrict user to view-only mode - (ui): Hide action buttons in read-only mode
- (ui): Display queue latency in dashboard page and queue detail page.
- (ui): Added copy-to-clipboard button for task ID in tasks list-view page.
- (ui): Use logo image in the appbar (thank you @koddr!)
- (ui): Pagination in ActiveTasks table is fixed
Version 0.5 added support for Prometheus integration.
- (cmd): Added
--enable-metrics-exporter
option to export queue metrics. - (cmd): Added
--prometheus-addr
to enable metrics view in Web UI. - (pkg): Added
Options.PrometheusAddress
to enable metrics view in Web UI.
- Added "completed" state
- Updated to be compatible with asynq v0.19
- (ui): Fixed build
- (cmd): Added --max-payload-length to allow specifying number of characters displayed for payload, defaults to 200 chars
- (pkg): DefaultPayloadFormatter is now exported from the package
- Asynqmon is now a go package that can be imported to other projects!
- Task details view is added
- Search by task ID feature is added
- Updated to depend on asynq 0.18
Initial Beta Release 🎉