Releases: libp2p/go-flow-metrics
Releases · libp2p/go-flow-metrics
v0.2.0
What's Changed
- ci: uci/copy-templates by @web3-bot in #21
- ci: uci/copy-templates by @web3-bot in #22
- test: use mock clocks for all tests by @Stebalien in #25
- chore: switch to typed atomics by @Stebalien in #24
- fix(ewma): reduce the chances of fake bandwidth spikes by @Stebalien in #8
- ci: uci/update-go by @web3-bot in #27
- ci: uci/copy-templates by @web3-bot in #28
- ci: uci/update-go by @web3-bot in #29
- chore: cleanup readme by @Stebalien in #31
- ci: remove stale travis config by @Stebalien in #32
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- ci: bump go to 1.13 by @Stebalien in #13
- chore: skip slow tests when short testing is specified by @iand in #16
- introduce an API to set a mock clock by @marten-seemann in #20
New Contributors
- @iand made their first contribution in #16
- @marten-seemann made their first contribution in #20
Full Changelog: v0.0.3...v0.1.0
v0.0.3
Release v0.0.2
- Add methods for clearing and resetting meters (thanks @kpp)
- Add methods for clearing idle timers.