Skip to content

tokio-metrics v0.4.0

Latest
Compare
Choose a tag to compare
@Darksonn Darksonn released this 26 Nov 15:47
a566938

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)