Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 3.28 KB

0.2.0 (2024-08-12)

🚀 Features

  • Add tracing support - (7c78f9d)
  • Allow quitting the tui collector manually (#12) - (a1ea71b)
  • Add rate limiter feature - (3ca6a6e)

🚜 Refactor

  • Rename log feature to tracing - (9f40255)
  • Remove unused flume dependency - (aa5c0e8)
  • Extract handle_event method misc - (ea5ccb2)
  • Use NonZero types - (1b9a62c)
  • Use governor for rate limiting - (8b23af0)

⚙️ Miscellaneous Tasks

  • Bump up dependencies - (5ee4e2f)
  • Ignore release commit message for cliff - (a2af64a)
  • Bump up ratatui & other dependencies - (3cbc272)
  • Sync Cargo.lock - (a69bdaa)
  • Update release config - (d068be1)
  • Add FUNDING.yml - (444fcff)

[0.1.1] - 2024-04-14

🚀 Features

🐛 Bug Fixes

  • Fix panic when the receiver is dropped(#2) - (08f0bcd)

⚙️ Miscellaneous Tasks