Skip to content

Releases: tokio-rs/console

tokio-console 0.1.3

09 Mar 01:12
3c55912
Compare
Choose a tag to compare

Bug Fixes

  • exit crossterm before printing panic messages (#307) (43606b9a)
  • prevent panics if subscriber reports out-of-order times (#295) (80d7f425)

Features

  • add icon representing column sorting state (#301) (b9e0a226)

tokio-console 0.1.2

18 Feb 21:17
900a5c2
Compare
Choose a tag to compare

Bug Fixes

console-subscriber v0.1.3

18 Feb 21:07
0e67d17
Compare
Choose a tag to compare

Features

Bug Fixes

console-api 0.1.2

04 Feb 19:48
c7cab71
Compare
Choose a tag to compare

Bug Fixes

  • fix accidental exhaustive matching on metadata::Kind (#271)
    (d9aafaa0, closes #270)

tokio-console 0.1.1

20 Jan 18:48
e7b228d
Compare
Choose a tag to compare

Features

Bug Fixes

  • fix task lookup in async ops view (#257) (9a50b630)
  • don't make details requests with rewritten IDs (#251) (4ec26a8d)
  • fix build error with journald enabled (a931b7ec)
  • increase default event buffer capacity a bit (#235) (0cf0aee3)
  • wrap controls line when the terminal is too narrow (#231) (ef415072)
  • don't enable crossterm mouse capture (#222) (e020d66c, closes #167)

Changes

  • move ID rewriting from console-subscriber to the client (#244) (095b1ef)

console-subscriber 0.1.1

18 Jan 22:20
12a4821
Compare
Choose a tag to compare

Bug Fixes

  • only send new tasks/resources/etc over the event channel (#238) (fdc77e28)
  • increased default event buffer capacity (#235) (0cf0aee)
  • use saturating arithmetic for attribute updates (#234) (fe82e170)

Changes

  • moved ID rewriting from console-subscriber to the client (#244) (095b1ef)

console-api 0.1.1

18 Jan 20:26
1fe0650
Compare
Choose a tag to compare

Features

  • add From<tracing_core::span::Id> for Id (#244) (095b1ef)

tokio-console v0.1.0

17 Dec 00:57
c3a7660
Compare
Choose a tag to compare

0.1.0 (2021-12-16)

  • Initial release! 🎉

console-subscriber v0.1.0

16 Dec 23:46
d3a410e
Compare
Choose a tag to compare

0.1.0 (2021-12-16)

  • Initial release! 🎉

console-api v0.1.0

16 Dec 23:35
5c041d7
Compare
Choose a tag to compare

0.1.0 (2021-12-16)

  • Initial release! 🎉