Tokio Rs Console Versions Save

a debugger for async rust!

console-api-v0.6.0

7 months ago

console-api-v0.6.0 - (2023-09-29)

Breaking Changes

  • Update tonic to v0.10 and increase MSRV to 1.64 (#464) (882318a)
    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

  • Add explicit futures-core dep to fix broken builds (#453) (88638f9)

tokio-console-v0.1.9

10 months ago

5900300...daa3d51

Added

Documented

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

Fixed

console-subscriber-v0.1.10

10 months ago

05cdab0...91929d0

Fixed

Console_subscriber

  • Remove clock skew warning in start_poll (#434) (fb45ca1)

tokio-console-v0.1.8

10 months ago

3bf60bc...c8a69e9

Added

Documented

Fixed

console-subscriber-v0.1.9

10 months ago

8fb1732...c8a69e9

Added

Fixed

console-subscriber-v0.1.8

1 year ago

Bug Fixes

  • fix build on tokio 1.21.0 (#374) (0106407c)

tokio-console-v0.1.7

1 year ago

Features

  • include config options in autogenerated issues (#365) (fcb54dff)
  • filter out boring frames in backtraces (#365) (523a44a3)
  • init error handling before subcmds (#365) (66465689)
  • only suggest opening issues for panics (#365) (23cb6bf7)
  • update tonic to 0.8 (#364) (40e2f6fd)
  • update console-api to 0.4 (#364) (40e2f6fd)

console-api-v0.4.0

1 year ago

Breaking Changes

Features

tokio-console-v0.1.6

1 year ago

Bug Fixes

  • default --no_colors to false (#344) (e58352fe)

Features

  • add subcommand to gen shell completions (#336) (df4d4683)
  • display outliers in histogram view (#351) (dec891ff)

console-subscriber-v0.1.6

1 year ago

Features

  • add Builder::poll_duration_histogram_max (#351) (a966feb3)

Bug Fixes

  • fix memory leak from resizing histograms (#351) (32dd3376, closes #350)