Releases: tokio-rs/console
Releases · tokio-rs/console
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
tonic
to 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-console
bin asdefault-run
(#379) (40f7971) - Make
retain_for
default to 6s if not specfied (#383) (3248caa, fixes #382) - Enable view-switching keystrokes on details views (#387) (d98f159)
- Fix
ViewOptions
default 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
tonic
to0.8
(#364) (40e2f6fd) - update
console-api
to0.4
(#364) (40e2f6fd)