Skip to content

Releases: tokio-rs/console

tokio-console-v0.1.13

24 Oct 19:46
2dd6a0d
Compare
Choose a tag to compare

Added

Fixed

console-subscriber-v0.4.1

24 Oct 19:47
2dd6a0d
Compare
Choose a tag to compare

Added

console-api-v0.8.1

24 Oct 19:45
2dd6a0d
Compare
Choose a tag to compare

No outward facing changes

tokio-console-v0.1.12

29 Jul 15:00
ca39033
Compare
Choose a tag to compare

Fixed

Updated

console-subscriber-v0.4.0

29 Jul 15:00
ca39033
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.

Added

  • Add TOKIO_CONSOLE_BUFFER_CAPACITY env variable (#568) (a6cf14b)

Fixed

  • Remove unused AggregatorHandle and fix other lints (#578) (c442063)

Updated

console-api-v0.8.0

29 Jul 14:59
ca39033
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.

Updated

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)