Skip to content

Latest commit

 

History

History
234 lines (152 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

234 lines (152 loc) · 21.7 KB

Changelog

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

0.1.13 - (2024-10-24)

Added

Fixed

0.1.12 - (2024-07-29)

Fixed

Updated

tokio-console-v0.1.11 - (2024-06-10)

Added

Documented

Fixed

tokio-console-v0.1.10 - (2023-09-29)

c8c4a85...c8c4a85

Breaking Changes

  • Update Tonic and Prost dependencies (#364) (f9b8e03)
    This commit updates the public dependencies prost and tonic to semver-incompatible versions (v0.11.0 and v0.8.0, respectively). This is a breaking change for users who are integrating the console-api protos with their own tonic servers or clients.
  • Update tonic to v0.10 and increase MSRV to 1.64 (#464) (96e62c8)
    This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic dependency to a semver-incompatible version. This breaks compatibility with tonic 0.9.x and prost 0.11.x.

Added

Documented

Fixed

  • Fix ascii-only flipped input (#377) (652ac34)
  • Declare tokio-console bin as default-run (#379) (9ce60ec)
  • Make retain_for default to 6s if not specfied (#383) (0a6012b, fixes #382)
  • Enable view-switching keystrokes on details views (#387) (f417d7a)
  • Fix ViewOptions default lang' (#394) (a1cf1b8, fixes #393)
  • Remove tracing-subscriber 0.2 from dependencies (#404) (768534a)
  • Fix calculation of busy time during poll (#405) (e2c536a)
  • Remove histogram minimum count (#424) (02cf8a6)
  • Remove trailing space from task/resource location (#443) (90e5918)
  • Make long locations readable (#441) (9428d7f, closes #411)
  • Fix task detail view Id to display remote tokio::task::Id (#455) (70c3952)

tokio-console-v0.1.9 - (2023-07-03)

5900300...daa3d51

Added

Documented

  • Add column descriptions for all tables (#431) (2de5b68)

Fixed

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

3bf60bc...5900300

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)