Skip to content

Releases: tokio-rs/console

tokio-console-v0.1.14

30 Oct 11:53
d8fba13

Choose a tag to compare

Added

  • Add the WatchState API (#582) (7c1f9f2)
  • Improve error msg when state streaming API is unimplemented (#598) (6ef148a)
  • Add support for vsock connections (#623) (63c70ee)

Fixed

  • Add dynamic constraints layout in task details screen (#614) (ada7dab, fixes #523, fixes #523)

Updated

console-subscriber-v0.5.0

30 Oct 11:54
d8fba13

Choose a tag to compare

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)
    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.12.x.
  • Upgrade tonic to 0.14 (#642)
    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.13.x.

Added

Documented

  • Fix typo in doc comment (3dbca7a)

Updated

console-api-v0.9.0

30 Oct 11:52
d8fba13

Choose a tag to compare

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)
    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.12.x.
  • Upgrade tonic to 0.14 (#642)
    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.13.x.

Added

Fixed

Updated

tokio-console-v0.1.13

24 Oct 19:46
2dd6a0d

Choose a tag to compare

Added

Fixed

console-subscriber-v0.4.1

24 Oct 19:47
2dd6a0d

Choose a tag to compare

Added

console-api-v0.8.1

24 Oct 19:45
2dd6a0d

Choose a tag to compare

No outward facing changes

tokio-console-v0.1.12

29 Jul 15:00
ca39033

Choose a tag to compare

Fixed

Updated

console-subscriber-v0.4.0

29 Jul 15:00
ca39033

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

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

Choose a tag to compare

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

Added

Documented

Fixed