github.com/wfusion/gofusion@v1.1.14/common/infra/asynq/asynqmon/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  All notable changes to this project will be documented in this file.
     4  
     5  The format is based on ["Keep a Changelog"](https://keepachangelog.com/en/1.0.0/),
     6  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7  
     8  ## [Unreleased]
     9  
    10  ## [0.7.0] - 2022-04-11
    11  
    12  Version 0.7 added support for [Task Aggregation](https://github.com/hibiken/asynq/wiki/Task-aggregation) feature
    13  
    14  ### Added
    15   
    16  - (ui): Added tasks view to show aggregated tasks
    17  
    18  ## [0.6.1] - 2022-03-17
    19  
    20  ### Fixed
    21  - (ui): Show metrics link in sidebar when --prometheus-addr flag is provided
    22  
    23  ## [0.6.0] - 2022-03-02
    24  
    25  ### Added
    26  
    27  - (cmd): Added `--read-only` flag to specify read-only mode
    28  - (pkg): Added `Options.ReadOnly` to restrict user to view-only mode
    29  - (ui): Hide action buttons in read-only mode
    30  - (ui): Display queue latency in dashboard page and queue detail page.
    31  - (ui): Added copy-to-clipboard button for task ID in tasks list-view page.
    32  - (ui): Use logo image in the appbar (thank you @koddr!)
    33  
    34  ### Fixed
    35  - (ui): Pagination in ActiveTasks table is fixed
    36  
    37  ## [0.5.0] - 2021-12-19
    38  
    39  Version 0.5 added support for [Prometheus](https://prometheus.io/) integration.
    40  
    41  - (cmd): Added `--enable-metrics-exporter` option to export queue metrics.
    42  - (cmd): Added `--prometheus-addr` to enable metrics view in Web UI.
    43  - (pkg): Added `Options.PrometheusAddress` to enable metrics view in Web UI.
    44  
    45  ## [0.4.0] - 2021-11-06
    46  
    47  - Added "completed" state
    48  - Updated to be compatible with asynq v0.19
    49  
    50  ## [0.3.2] - 2021-10-22
    51  
    52  - (ui): Fixed build
    53  
    54  ## [0.3.1] - 2021-10-21
    55  
    56  ### Added
    57  
    58  - (cmd): Added --max-payload-length to allow specifying number of characters displayed for payload, defaults to 200 chars
    59  - (pkg): DefaultPayloadFormatter is now exported from the package
    60  
    61  ## [0.3.0]
    62  
    63  ### Changed
    64  
    65  - Asynqmon is now a go package that can be imported to other projects!
    66  
    67  ## [0.2.1]
    68  
    69  ### Addded
    70  
    71  - Task details view is added
    72  - Search by task ID feature is added
    73  
    74  ## [0.2]
    75  
    76  ### Changed
    77  
    78  - Updated to depend on asynq 0.18
    79  
    80  ## [0.1.0-beta1] - 2021-01-31
    81  
    82  Initial Beta Release 🎉