Releases: tokio-rs/console
Releases · tokio-rs/console
tokio-console-v0.1.13
console-subscriber-v0.4.1
console-api-v0.8.1
No outward facing changes
tokio-console-v0.1.12
console-subscriber-v0.4.0
Breaking Changes
- Upgrade tonic to 0.12 (#571) (5f6faa2)
This is a breaking change for users ofconsole-api
and
console-subscriber
, as it changes the publictonic
,prost
and
prost-types
dependency to a semver-incompatible version. This breaks
compatibility withtonic
0.11.x as well asprost
/prost-types
0.12.x.
Added
Fixed
Updated
console-api-v0.8.0
Breaking Changes
- Upgrade tonic to 0.12 (#571) (5f6faa2)
This is a breaking change for users ofconsole-api
and
console-subscriber
, as it changes the publictonic
,prost
and
prost-types
dependency to a semver-incompatible version. This breaks
compatibility withtonic
0.11.x as well asprost
/prost-types
0.12.x.
Updated
tokio-console-v0.1.11
tokio-console-v0.1.11 - (2024-06-10)
Added
- Replace target column with kind column in tasks view (#478) (903d9fa)
- Add flags and configurations for warnings (#493) (174883f)
- Add
--allow
flag (#513) (8da7037)
Documented
Fixed
- Ignore key release events (#468) (715713a)
- Accept only
file://
,http://
,https://
URI (#486) (031bddd) - Fix column sorting in resources tab (#491) (96c65bd)
- Only trigger lints on async tasks (#517) (4593222)
- Remove duplicate controls from async ops view (#519) (f28ba4a)
- Add pretty format for 'last woken' time (#529) (ea11ad8)
console-subscriber-v0.3.0
console-subscriber-v0.3.0 - (2024-06-10)
Breaking Changes
- Bump tonic to 0.11 (#547) (ef6816c)
This is a breaking change for users ofconsole-api
and
console-subscriber
, as it changes the publictonic
dependency to a
semver-incompatible version. This breaks compatibility withtonic
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
console-api-v0.7.0 - (2024-06-10)
Breaking Changes
- Bump tonic to 0.11 (#547) (ef6816c)
This is a breaking change for users ofconsole-api
and
console-subscriber
, as it changes the publictonic
dependency to a
semver-incompatible version. This breaks compatibility withtonic
0.10.x.
Documented
Updated
console-api v0.6.0
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 ofconsole-api
and
console-subscriber
, as it changes the publictonic
dependency to a
semver-incompatible version. This breaks compatibility withtonic
0.9.x andprost
0.11.x.