File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.4.8] ( https://github.com/tokio-rs/tokio-metrics/compare/v0.4.7...v0.4.8 ) - 2026-02-16
11+
12+ ### Added
13+
14+ - publicly export task ` TaskIntervals ` type ([ #112 ] ( https://github.com/tokio-rs/tokio-metrics/pull/112 ) )
15+
16+ ### Fixed
17+
18+ - use saturating_sub to prevent overflow panics in runtime metrics ([ #114 ] ( https://github.com/tokio-rs/tokio-metrics/pull/114 ) )
19+
120# 0.4.7 (January 15, 2025)
221- docs: fix typos in ` TaskMetrics ` ([ #103 ] )
322- rt: integrate derived metrics with metrics.rs ([ #104 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-metrics"
3- version = " 0.4.7 "
3+ version = " 0.4.8 "
44edition = " 2021"
55rust-version = " 1.70.0"
66authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments