Skip to content

Latest commit

 

History

History
113 lines (70 loc) · 9.72 KB

CHANGELOG.md

File metadata and controls

113 lines (70 loc) · 9.72 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

tokio-console-v0.1.8 - (2023-05-09)

3bf60bc...c8a69e9

Added

Documented

Fixed

tokio-console-v0.1.7 - (2022-08-10)

ce901c8...3bf60bc

Added

  • Emit a parse error a config file contains unknown fields (#330) (3a67d47)
  • Add missing configurations to config file (#334) (472ff52, closes #331)
  • Display outliers in histogram view (#351) (dec891f)
  • Add subcommand to gen shell completions (#336) (df4d468)
  • Only suggest opening issues for panics (#365) (23cb6bf)
  • Init error handling before subcmds (#365) (6646568)
  • Filter out boring frames in backtraces (#365) (523a44a)
  • Include config options in autogenerated issues (#365) (fcb54df)

Documented

Fixed

tokio-console-v0.1.4 - (2022-04-13)

3c55912...ce901c8

Breaking Changes

  • Update tonic to 0.7 (#318) (83d8a87)
    console-api is now no longer compatible with projects using prost 0.9 or tonic 0.7. These crates must be updated to use console-api 0.2.

Added

Documented

  • Add tokio-console installation section (#313) (d793903)

tokio-console-v0.1.3 - (2022-03-09)

900a5c2...3c55912

Added

  • Add icon representing column sorting state (#301) (b9e0a22)

Fixed

  • Prevent panics if subscriber reports out-of-order times (#295) (80d7f42)
  • Exit crossterm before printing panic messages (#307) (43606b9)

tokio-console-v0.1.2 - (2022-02-18)

e7b228d...900a5c2

Added

  • Fix missing histogram in task details (#269) (884f4ec)

Documented

Fixed

  • Console-api dependencies to require 0.1.2 (#274) (b95f683)