This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [@libp2p/interface-mocks-v8.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v7.1.0...@libp2p/interface-mocks-v8.0.0) (2022-11-05) ### ⚠ BREAKING CHANGES * the global/per-peer moving average tracking has been removed from the interface as it's expensive and requires lots of timers - this functionality can be replicated by implementations if it's desirable. It's better to have simple counters instead and let an external system like Prometheus or Graphana calculate the values over time ### Features * return metrics objects from register instead of updating with an options object ([#310](#310)) ([3b106ce](3b106ce)) ### Bug Fixes * update project config ([#311](#311)) ([27dd0ce](27dd0ce)) ### Dependencies * update sibling dependencies ([6f41152](6f41152))
- Loading branch information