Releases: tokio-rs/console
Releases · tokio-rs/console
tokio-console-v0.1.14
console-subscriber-v0.5.0
Breaking Changes
- Upgrade tonic to 0.13 (#615) (2bd1afd)
This is a breaking change for users ofconsole-apiand
console-subscriber, as it changes the publictonicdependency
to a semver-incompatible version. This breaks compatibility with
tonic0.12.x. - Upgrade tonic to 0.14 (#642)
This is a breaking change for users ofconsole-apiand
console-subscriber, as it changes the publictonicdependency
to a semver-incompatible version. This breaks compatibility with
tonic0.13.x.
Added
Documented
- Fix typo in doc comment (3dbca7a)
Updated
console-api-v0.9.0
Breaking Changes
- Upgrade tonic to 0.13 (#615) (2bd1afd)
This is a breaking change for users ofconsole-apiand
console-subscriber, as it changes the publictonicdependency
to a semver-incompatible version. This breaks compatibility with
tonic0.12.x. - Upgrade tonic to 0.14 (#642)
This is a breaking change for users ofconsole-apiand
console-subscriber, as it changes the publictonicdependency
to a semver-incompatible version. This breaks compatibility with
tonic0.13.x.
Added
Fixed
Updated
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-apiand
console-subscriber, as it changes the publictonic,prostand
prost-typesdependency to a semver-incompatible version. This breaks
compatibility withtonic0.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-apiand
console-subscriber, as it changes the publictonic,prostand
prost-typesdependency to a semver-incompatible version. This breaks
compatibility withtonic0.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
--allowflag (#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)