File tree Expand file tree Collapse file tree 7 files changed +27
-6
lines changed
Expand file tree Collapse file tree 7 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 1717 "packages/libp2p-daemon-protocol" : " 8.0.3" ,
1818 "packages/libp2p-daemon-server" : " 9.0.14" ,
1919 "packages/logger" : " 6.2.2" ,
20- "packages/metrics-opentelemetry" : " 2.0.12 " ,
21- "packages/metrics-prometheus" : " 5.0.12 " ,
22- "packages/metrics-simple" : " 2.0.9 " ,
20+ "packages/metrics-opentelemetry" : " 2.0.13 " ,
21+ "packages/metrics-prometheus" : " 5.0.13 " ,
22+ "packages/metrics-simple" : " 2.0.10 " ,
2323 "packages/multistream-select" : " 7.0.12" ,
2424 "packages/peer-collections" : " 7.0.12" ,
2525 "packages/peer-discovery-bootstrap" : " 12.0.13" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.13] ( https://github.com/libp2p/js-libp2p/compare/opentelemetry-metrics-v2.0.12...opentelemetry-metrics-v2.0.13 ) (2026-03-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** metrics:** avoid consuming protocol frames before app readers ([ #3394 ] ( https://github.com/libp2p/js-libp2p/issues/3394 ) ) ([ 4db427d] ( https://github.com/libp2p/js-libp2p/commit/4db427d307923d2bfde3c7052f3abfb0456b5e61 ) )
9+
310## [ 2.0.12] ( https://github.com/libp2p/js-libp2p/compare/opentelemetry-metrics-v2.0.11...opentelemetry-metrics-v2.0.12 ) (2026-03-03)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @libp2p/opentelemetry-metrics" ,
3- "version" : " 2.0.12 " ,
3+ "version" : " 2.0.13 " ,
44 "description" : " Opentelemetry metrics gathering for libp2p" ,
55 "license" : " Apache-2.0 OR MIT" ,
66 "homepage" : " https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-opentelemetry#readme" ,
Original file line number Diff line number Diff line change 8181 * devDependencies
8282 * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1
8383
84+ ## [ 5.0.13] ( https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v5.0.12...prometheus-metrics-v5.0.13 ) (2026-03-04)
85+
86+
87+ ### Bug Fixes
88+
89+ * ** metrics:** avoid consuming protocol frames before app readers ([ #3394 ] ( https://github.com/libp2p/js-libp2p/issues/3394 ) ) ([ 4db427d] ( https://github.com/libp2p/js-libp2p/commit/4db427d307923d2bfde3c7052f3abfb0456b5e61 ) )
90+
8491## [ 5.0.12] ( https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v5.0.11...prometheus-metrics-v5.0.12 ) (2026-03-03)
8592
8693
Original file line number Diff line number Diff line change 11{
22 "name" : " @libp2p/prometheus-metrics" ,
3- "version" : " 5.0.12 " ,
3+ "version" : " 5.0.13 " ,
44 "description" : " Collect libp2p metrics for scraping by Prometheus or Graphana" ,
55 "author" : " " ,
66 "license" : " Apache-2.0 OR MIT" ,
Original file line number Diff line number Diff line change 55
66* track stream metrics ([ #2 ] ( https://github.com/libp2p/js-libp2p-simple-metrics/issues/2 ) ) ([ caafb3d] ( https://github.com/libp2p/js-libp2p-simple-metrics/commit/caafb3d103fd7df0a2a4e6b3e800f4bc9c35c58f ) )
77
8+ ## [ 2.0.10] ( https://github.com/libp2p/js-libp2p/compare/simple-metrics-v2.0.9...simple-metrics-v2.0.10 ) (2026-03-04)
9+
10+
11+ ### Bug Fixes
12+
13+ * ** metrics:** avoid consuming protocol frames before app readers ([ #3394 ] ( https://github.com/libp2p/js-libp2p/issues/3394 ) ) ([ 4db427d] ( https://github.com/libp2p/js-libp2p/commit/4db427d307923d2bfde3c7052f3abfb0456b5e61 ) )
14+
815## [ 2.0.9] ( https://github.com/libp2p/js-libp2p/compare/simple-metrics-v2.0.8...simple-metrics-v2.0.9 ) (2025-11-14)
916
1017
Original file line number Diff line number Diff line change 11{
22 "name" : " @libp2p/simple-metrics" ,
3- "version" : " 2.0.9 " ,
3+ "version" : " 2.0.10 " ,
44 "description" : " Simple in-memory metrics gathering for libp2p" ,
55 "license" : " Apache-2.0 OR MIT" ,
66 "homepage" : " https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-simple#readme" ,
You can’t perform that action at this time.
0 commit comments