Skip to content

Releases: tokio-rs/console

tokio-console-v0.1.11

10 Jun 13:03
b802bf1
Compare
Choose a tag to compare

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

Added

Documented

Fixed

console-subscriber-v0.3.0

10 Jun 13:04
b802bf1
Compare
Choose a tag to compare

console-subscriber-v0.3.0 - (2024-06-10)

Breaking Changes

  • Bump tonic to 0.11 (#547) (ef6816c)
    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.10.x.

Added

  • Replace target column with kind column in tasks view (#478) (903d9fa)
  • Reduce retention period to fit in max message size (#503) (bd3dd71)
  • Support grpc-web and add grpc-web feature (#498) (4150253)

Documented

Fixed

  • Don't save poll_ops if no-one is receiving them (#501) (1656c79)
  • Ignore metadata that is not a span or event (#554) (852a977)

Updated

console-api-v0.7.0

10 Jun 13:02
b802bf1
Compare
Choose a tag to compare

console-api-v0.7.0 - (2024-06-10)

Breaking Changes

  • Bump tonic to 0.11 (#547) (ef6816c)
    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.10.x.

Documented

Updated

console-api v0.6.0

29 Sep 16:46
c8c4a85
Compare
Choose a tag to compare

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

03 Jul 20:17
7c8e80a
Compare
Choose a tag to compare

5900300...daa3d51

Added

Documented

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

Fixed

console-subscriber v0.1.10

03 Jul 20:16
abaea54
Compare
Choose a tag to compare

05cdab0...91929d0

Fixed

Console_subscriber

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

tokio-console v0.1.8

03 Jul 20:16
tokio-console-v0.1.8
5900300
Compare
Choose a tag to compare

3bf60bc...c8a69e9

Added

Documented

Fixed

console-subscriber v0.1.9

03 Jul 20:15
console-subscriber-v0.1.9
05cdab0
Compare
Choose a tag to compare

8fb1732...c8a69e9

Added

Fixed

console-subscriber 0.1.8

04 Sep 22:08
8fb1732
Compare
Choose a tag to compare

Bug Fixes

tokio-console 0.1.7

10 Aug 23:45
3bf60bc
Compare
Choose a tag to compare

Features