Releases: tokio-rs/console
Releases · tokio-rs/console
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-apiand
console-subscriber, as it changes the publictonicdependency 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-webfeature (#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-apiand
console-subscriber, as it changes the publictonicdependency 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
tonicto v0.10 and increase MSRV to 1.64 (#464) (882318a)
This is a breaking change for users ofconsole-apiand
console-subscriber, as it changes the publictonicdependency to a
semver-incompatible version. This breaks compatibility withtonic
0.9.x andprost0.11.x.
Added
Documented
Fixed
tokio-console v0.1.9
Added
Documented
Fixed
console-subscriber v0.1.10
tokio-console v0.1.8
Added
- Reduce decimal digits in UI (#402) (57b866d)
- Use tokio task ids in task views (#403) (001fc49)
- Add support for Unix domain sockets (#388) (bff8b8a, closes #296)
- Add scheduled time per task (#406) (ac20daa)
- Add task scheduled times histogram (#409) (3b37dda)
- Update
tonicto 0.9 (#420) (54f6be9) - Update MSRV to Rust 1.60.0 (e3c5656)
Documented
- Update screenshots in README (#419) (4f71484)
- Revert "update screenshots in README (#419)" (7b86f7f)
- Update screenshots in README (#421) (f4d3213)
Fixed
- Fix ascii-only flipped input (#377) (da0e972)
- Declare
tokio-consolebin asdefault-run(#379) (40f7971) - Make
retain_fordefault to 6s if not specfied (#383) (3248caa, fixes #382) - Enable view-switching keystrokes on details views (#387) (d98f159)
- Fix
ViewOptionsdefault lang' (#394) (a7548d0, fixes #393) - Fix calculation of busy time during poll (#405) (6fa2185)
console-subscriber v0.1.9
console-subscriber 0.1.8
tokio-console 0.1.7
Features
- include config options in autogenerated issues (#365) (fcb54dff)
- filter out boring frames in backtraces (#365) (523a44a3)
- init error handling before subcmds (#365) (66465689)
- only suggest opening issues for panics (#365) (23cb6bf7)
- update
tonicto0.8(#364) (40e2f6fd) - update
console-apito0.4(#364) (40e2f6fd)