Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 3df9a68

Browse files
chore(release): 8.0.0 [skip ci]
## [@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))
1 parent 64bf027 commit 3df9a68

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/interface-mocks/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [@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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* 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
7+
8+
### Features
9+
10+
* return metrics objects from register instead of updating with an options object ([#310](https://github.com/libp2p/js-libp2p-interfaces/issues/310)) ([3b106ce](https://github.com/libp2p/js-libp2p-interfaces/commit/3b106ce799b5d84a82a66238995e09970ed8116c))
11+
12+
13+
### Bug Fixes
14+
15+
* update project config ([#311](https://github.com/libp2p/js-libp2p-interfaces/issues/311)) ([27dd0ce](https://github.com/libp2p/js-libp2p-interfaces/commit/27dd0ce3c249892ac69cbb24ddaf0b9f32385e37))
16+
17+
18+
### Dependencies
19+
20+
* update sibling dependencies ([6f41152](https://github.com/libp2p/js-libp2p-interfaces/commit/6f41152cc10e9babd338fe0c0d3c9bfff6eee960))
21+
122
## [@libp2p/interface-mocks-v7.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v7.0.3...@libp2p/interface-mocks-v7.1.0) (2022-11-05)
223

324

packages/interface-mocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-mocks",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Mock implementations of several libp2p interfaces",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-mocks#readme",

0 commit comments

Comments
 (0)