Tokio Rs Console Versions Save

a debugger for async rust!

console-api-v0.3.0

2 years ago

Features

  • add optional histogram outlier details (#351) (46115913)

Breaking Changes

  • add optional histogram outlier details (#351) (46115913)

tokio-console-v0.1.4

2 years ago

Features

  • add autogenerated example config file to docs (#327) (79da280f)
  • add gen-config subcommand to generate a config file (#324) (e034f8d0)
  • surface dropped event count if there are any (#316) (16df5d30)
  • read configuration options from a config file (#320) (defe3460, closes #310)

console-subscriber-v0.1.4

2 years ago

Bug Fixes

  • fix memory leak from historical PollOps (#311) (9178ecf0, closes #256)

Features

  • console-api: Update tonic to 0.7 (#318) (83d8a870)
  • don't trace tasks spawned through the console server (#314) (0045e9bf)

console-api-v0.2.0

2 years ago

Breaking Changes

Features

tokio-console-v0.1.3

2 years ago

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-v0.1.2

2 years ago

Bug Fixes

  • console-api dependencies to require 0.1.2 (#274) (b95f683f, closes #270)
  • missing histogram in task details (#269) (884f4eca, closes #262)

console-subscriber-v0.1.3

2 years ago

Features

  • add Builder::filter_env_var builder parameter (#276) (dbdb1494, closes #206)

Bug Fixes

  • record timestamps for updates last (#289) (703f1aa4, closes #266)
  • use monotonic Instants for all timestamps (#288) (abc08300, closes #286)
  • bail rather than panic when encountering clock skew (#287) (24db8c60, closes #286)
  • fix compilation on targets without 64-bit atomics (#282) (5590fdbc, closes #279)

console-api-v0.1.2

2 years ago

Bug Fixes

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

tokio-console-v0.1.1

2 years ago

Features

  • feature-flag tracing-journald dependency (#250) (24f25dbd)
  • add vi style keybinds for tables (#223) (1845c998)

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-v0.1.1

2 years ago

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)