Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

69 lines (50 loc) · 2.19 KB

0.4.0 (November 26th, 2024)

The core Tokio crate has renamed some of the metrics and this breaking release uses the new names. The minimum required Tokio is bumped to 1.41, and the MSRV is bumped to 1.70 to match.

  • runtime: use new names for poll time histogram (#66)
  • runtime: rename injection queue to global queue (#66)
  • doc: various doc fixes (#66, #65)

0.3.1 (October 12th, 2023)

Fixed

  • task: fix doc error in idle definition (#54)
  • chore: support tokio 1.33 without stats feature (#55)

0.3.0 (August 14th, 2023)

Added

  • rt: add support for mean task poll time (#50)
  • rt: add support for task poll count histogram (#52)

0.2.2 (April 13th, 2023)

Added

  • task: add TaskMonitorBuilder (#46)

Fixed

  • task: fix default long delay threshold (#46)

0.2.1 (April 5th, 2023)

Added

  • task: add short and long delay metrics (#44)

0.2.0 (March 6th, 2023)

Added

  • Add Debug implementations. (#28)
  • rt: add concrete RuntimeIntervals iterator type (#26)
  • rt: add budget_forced_yield_count metric (#39)
  • rt: add io_driver_ready_count metric (#40)
  • rt: add steal_operations metric (#37)
  • task: also instrument streams (#31)

Documented

  • doc: fix count in TaskMonitor docstring (#24)
  • doc: the description of steal_count (#35)