From 523d5006a6457fa4563422c8c0bce0026a9ca6b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:36:33 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- interop/CHANGELOG.md | 14 +++++++++++ interop/package.json | 14 +++++------ .../interface-compliance-tests/CHANGELOG.md | 7 ++++++ .../interface-compliance-tests/package.json | 2 +- packages/kad-dht/CHANGELOG.md | 9 +++++++ packages/kad-dht/package.json | 4 ++-- packages/libp2p/CHANGELOG.md | 24 ++++++++++++++++++- packages/libp2p/package.json | 18 +++++++------- packages/metrics-prometheus/CHANGELOG.md | 9 +++++++ packages/metrics-prometheus/package.json | 4 ++-- .../peer-discovery-bootstrap/CHANGELOG.md | 9 +++++++ .../peer-discovery-bootstrap/package.json | 4 ++-- packages/peer-discovery-mdns/CHANGELOG.md | 9 +++++++ packages/peer-discovery-mdns/package.json | 4 ++-- packages/protocol-perf/CHANGELOG.md | 11 +++++++++ packages/protocol-perf/package.json | 8 +++---- packages/pubsub-floodsub/CHANGELOG.md | 9 +++++++ packages/pubsub-floodsub/package.json | 4 ++-- .../stream-multiplexer-mplex/CHANGELOG.md | 9 +++++++ .../stream-multiplexer-mplex/package.json | 4 ++-- packages/transport-tcp/CHANGELOG.md | 9 +++++++ packages/transport-tcp/package.json | 4 ++-- packages/transport-webrtc/CHANGELOG.md | 18 +++++++++++++- packages/transport-webrtc/package.json | 8 +++---- packages/transport-websockets/CHANGELOG.md | 16 ++++++++++++- packages/transport-websockets/package.json | 4 ++-- packages/transport-webtransport/CHANGELOG.md | 16 ++++++++++++- packages/transport-webtransport/package.json | 4 ++-- 29 files changed, 209 insertions(+), 48 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16623b65fc..2016f045cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"interop":"1.0.3","packages/crypto":"2.0.4","packages/interface":"0.1.2","packages/interface-compliance-tests":"4.0.6","packages/interface-internal":"0.1.5","packages/kad-dht":"10.0.7","packages/keychain":"3.0.4","packages/libp2p":"0.46.11","packages/logger":"3.0.2","packages/metrics-prometheus":"2.0.6","packages/multistream-select":"4.0.2","packages/peer-collections":"4.0.4","packages/peer-discovery-bootstrap":"9.0.6","packages/peer-discovery-mdns":"9.0.8","packages/peer-id":"3.0.2","packages/peer-id-factory":"3.0.4","packages/peer-record":"6.0.5","packages/peer-store":"9.0.5","packages/protocol-perf":"1.1.8","packages/pubsub":"8.0.6","packages/pubsub-floodsub":"8.0.7","packages/stream-multiplexer-mplex":"9.0.6","packages/transport-tcp":"8.0.7","packages/transport-webrtc":"3.2.0","packages/transport-websockets":"7.0.7","packages/transport-webtransport":"3.1.0","packages/utils":"4.0.3"} \ No newline at end of file +{"interop":"1.0.4","packages/crypto":"2.0.4","packages/interface":"0.1.2","packages/interface-compliance-tests":"4.1.0","packages/interface-internal":"0.1.5","packages/kad-dht":"10.0.8","packages/keychain":"3.0.4","packages/libp2p":"0.46.12","packages/logger":"3.0.2","packages/metrics-prometheus":"2.0.7","packages/multistream-select":"4.0.2","packages/peer-collections":"4.0.4","packages/peer-discovery-bootstrap":"9.0.7","packages/peer-discovery-mdns":"9.0.9","packages/peer-id":"3.0.2","packages/peer-id-factory":"3.0.4","packages/peer-record":"6.0.5","packages/peer-store":"9.0.5","packages/protocol-perf":"1.1.9","packages/pubsub":"8.0.6","packages/pubsub-floodsub":"8.0.8","packages/stream-multiplexer-mplex":"9.0.7","packages/transport-tcp":"8.0.8","packages/transport-webrtc":"3.2.1","packages/transport-websockets":"7.0.8","packages/transport-webtransport":"3.1.1","packages/utils":"4.0.3"} \ No newline at end of file diff --git a/interop/CHANGELOG.md b/interop/CHANGELOG.md index aa1b075b88..51922041d1 100644 --- a/interop/CHANGELOG.md +++ b/interop/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [1.0.4](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.3...multidim-interop-v1.0.4) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/mplex bumped from ^9.0.6 to ^9.0.7 + * @libp2p/tcp bumped from ^8.0.7 to ^8.0.8 + * @libp2p/webrtc bumped from ^3.2.0 to ^3.2.1 + * @libp2p/websockets bumped from ^7.0.7 to ^7.0.8 + * @libp2p/webtransport bumped from ^3.1.0 to ^3.1.1 + * libp2p bumped from ^0.46.11 to ^0.46.12 + ### [1.0.3](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.2...multidim-interop-v1.0.3) (2023-09-20) diff --git a/interop/package.json b/interop/package.json index b0ace22494..e09c147f4e 100644 --- a/interop/package.json +++ b/interop/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/multidim-interop", - "version": "1.0.3", + "version": "1.0.4", "description": "Multidimensional interop tests", "author": "Glen De Cauwsemaecker / @marcopolo", "license": "Apache-2.0 OR MIT", @@ -51,15 +51,15 @@ "dependencies": { "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@libp2p/mplex": "^9.0.6", - "@libp2p/tcp": "^8.0.7", - "@libp2p/webrtc": "^3.2.0", - "@libp2p/websockets": "^7.0.7", - "@libp2p/webtransport": "^3.1.0", + "@libp2p/mplex": "^9.0.7", + "@libp2p/tcp": "^8.0.8", + "@libp2p/webrtc": "^3.2.1", + "@libp2p/websockets": "^7.0.8", + "@libp2p/webtransport": "^3.1.1", "@multiformats/mafmt": "^12.1.2", "@multiformats/multiaddr": "^12.1.5", "aegir": "^40.0.12", - "libp2p": "^0.46.11", + "libp2p": "^0.46.12", "redis": "^4.5.1" }, "browser": { diff --git a/packages/interface-compliance-tests/CHANGELOG.md b/packages/interface-compliance-tests/CHANGELOG.md index 9f7e367a0e..5a88a6f0fc 100644 --- a/packages/interface-compliance-tests/CHANGELOG.md +++ b/packages/interface-compliance-tests/CHANGELOG.md @@ -5,6 +5,13 @@ * bump aegir from 38.1.8 to 39.0.5 ([#393](https://github.com/libp2p/js-libp2p-interfaces/issues/393)) ([31f3797](https://github.com/libp2p/js-libp2p-interfaces/commit/31f3797b24f7c23f3f16e9db3a230bd5f7cd5175)) +## [4.1.0](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.0.6...interface-compliance-tests-v4.1.0) (2023-09-26) + + +### Features + +* add mock stream pair ([#2069](https://www.github.com/libp2p/js-libp2p/issues/2069)) ([e3ab192](https://www.github.com/libp2p/js-libp2p/commit/e3ab1929b505df6d50b5a6ddc50cd2669f54b894)) + ### [4.0.6](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.0.5...interface-compliance-tests-v4.0.6) (2023-09-15) diff --git a/packages/interface-compliance-tests/package.json b/packages/interface-compliance-tests/package.json index df1ae56f0c..07b539c5cc 100644 --- a/packages/interface-compliance-tests/package.json +++ b/packages/interface-compliance-tests/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interface-compliance-tests", - "version": "4.0.6", + "version": "4.1.0", "description": "Compliance tests for JS libp2p interfaces", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-compliance-tests#readme", diff --git a/packages/kad-dht/CHANGELOG.md b/packages/kad-dht/CHANGELOG.md index 95d9324dd9..28de4b1522 100644 --- a/packages/kad-dht/CHANGELOG.md +++ b/packages/kad-dht/CHANGELOG.md @@ -5,6 +5,15 @@ * skip self-query if not running ([#479](https://github.com/libp2p/js-libp2p-kad-dht/issues/479)) ([7095290](https://github.com/libp2p/js-libp2p-kad-dht/commit/70952907a27fd8778773172059879656b4f08855)) +### [10.0.8](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.7...kad-dht-v10.0.8) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [10.0.7](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.6...kad-dht-v10.0.7) (2023-09-15) diff --git a/packages/kad-dht/package.json b/packages/kad-dht/package.json index 8ea0d334b3..38cceaabea 100644 --- a/packages/kad-dht/package.json +++ b/packages/kad-dht/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/kad-dht", - "version": "10.0.7", + "version": "10.0.8", "description": "JavaScript implementation of the Kad-DHT for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht#readme", @@ -88,7 +88,7 @@ "uint8arrays": "^4.0.6" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/peer-id-factory": "^3.0.4", "@libp2p/peer-store": "^9.0.5", "@types/lodash.random": "^3.2.6", diff --git a/packages/libp2p/CHANGELOG.md b/packages/libp2p/CHANGELOG.md index 99d770eb01..3a09e579ab 100644 --- a/packages/libp2p/CHANGELOG.md +++ b/packages/libp2p/CHANGELOG.md @@ -20,6 +20,28 @@ * @libp2p/tcp bumped from ^8.0.5 to ^8.0.6 * @libp2p/websockets bumped from ^7.0.5 to ^7.0.6 +### [0.46.12](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.11...libp2p-v0.46.12) (2023-09-26) + + +### Bug Fixes + +* include peer id in autodial log message ([#2075](https://www.github.com/libp2p/js-libp2p/issues/2075)) ([368ee26](https://www.github.com/libp2p/js-libp2p/commit/368ee26dbea5de8fb67d9a4596a169f327e73145)) +* **libp2p:** update circuit relay and upgrader logs ([#2071](https://www.github.com/libp2p/js-libp2p/issues/2071)) ([f09ac4a](https://www.github.com/libp2p/js-libp2p/commit/f09ac4a7704070fd92bae8d4482d06eac45ddd2c)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/bootstrap bumped from ^9.0.6 to ^9.0.7 + * @libp2p/floodsub bumped from ^8.0.7 to ^8.0.8 + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + * @libp2p/kad-dht bumped from ^10.0.7 to ^10.0.8 + * @libp2p/mdns bumped from ^9.0.8 to ^9.0.9 + * @libp2p/mplex bumped from ^9.0.6 to ^9.0.7 + * @libp2p/tcp bumped from ^8.0.7 to ^8.0.8 + * @libp2p/websockets bumped from ^7.0.7 to ^7.0.8 + ### [0.46.11](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.10...libp2p-v0.46.11) (2023-09-15) @@ -2481,4 +2503,4 @@ for subscribe to see how it should be used. -## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21) +## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21) \ No newline at end of file diff --git a/packages/libp2p/package.json b/packages/libp2p/package.json index fc07548f71..2c14fb8c78 100644 --- a/packages/libp2p/package.json +++ b/packages/libp2p/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.46.11", + "version": "0.46.12", "description": "JavaScript implementation of libp2p, a modular peer to peer network stack", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p#readme", @@ -169,17 +169,17 @@ "@chainsafe/libp2p-gossipsub": "^10.0.0", "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@libp2p/bootstrap": "^9.0.6", + "@libp2p/bootstrap": "^9.0.7", "@libp2p/daemon-client": "^7.0.0", "@libp2p/daemon-server": "^6.0.0", - "@libp2p/floodsub": "^8.0.7", - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/floodsub": "^8.0.8", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/interop": "^9.0.0", - "@libp2p/kad-dht": "^10.0.7", - "@libp2p/mdns": "^9.0.8", - "@libp2p/mplex": "^9.0.6", - "@libp2p/tcp": "^8.0.7", - "@libp2p/websockets": "^7.0.7", + "@libp2p/kad-dht": "^10.0.8", + "@libp2p/mdns": "^9.0.9", + "@libp2p/mplex": "^9.0.7", + "@libp2p/tcp": "^8.0.8", + "@libp2p/websockets": "^7.0.8", "@types/xsalsa20": "^1.1.0", "aegir": "^40.0.8", "execa": "^8.0.1", diff --git a/packages/metrics-prometheus/CHANGELOG.md b/packages/metrics-prometheus/CHANGELOG.md index 39533bdc3c..cf5de1145a 100644 --- a/packages/metrics-prometheus/CHANGELOG.md +++ b/packages/metrics-prometheus/CHANGELOG.md @@ -5,6 +5,15 @@ * move prom-client to deps ([#32](https://github.com/libp2p/js-libp2p-prometheus-metrics/issues/32)) ([73acad0](https://github.com/libp2p/js-libp2p-prometheus-metrics/commit/73acad0a20a9a0ad024cd47a53f154668dbae77b)) +### [2.0.7](https://www.github.com/libp2p/js-libp2p/compare/prometheus-metrics-v2.0.6...prometheus-metrics-v2.0.7) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [2.0.6](https://www.github.com/libp2p/js-libp2p/compare/prometheus-metrics-v2.0.5...prometheus-metrics-v2.0.6) (2023-09-15) diff --git a/packages/metrics-prometheus/package.json b/packages/metrics-prometheus/package.json index 4e3a8e520e..0870f14c6d 100644 --- a/packages/metrics-prometheus/package.json +++ b/packages/metrics-prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/prometheus-metrics", - "version": "2.0.6", + "version": "2.0.7", "description": "Collect libp2p metrics for scraping by Prometheus or Graphana", "author": "", "license": "Apache-2.0 OR MIT", @@ -49,7 +49,7 @@ "prom-client": "^14.2.0" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/peer-id-factory": "^3.0.4", "@multiformats/multiaddr": "^12.1.3", "aegir": "^40.0.8", diff --git a/packages/peer-discovery-bootstrap/CHANGELOG.md b/packages/peer-discovery-bootstrap/CHANGELOG.md index 0213e7d4ca..89151248d5 100644 --- a/packages/peer-discovery-bootstrap/CHANGELOG.md +++ b/packages/peer-discovery-bootstrap/CHANGELOG.md @@ -9,6 +9,15 @@ * update @libp2p/interface-peer-discovery to 2.0.0 ([#176](https://github.com/libp2p/js-libp2p-bootstrap/issues/176)) ([1954e75](https://github.com/libp2p/js-libp2p-bootstrap/commit/1954e75fa4b1e6b3b42f885f663f989fd0e422ab)) +### [9.0.7](https://www.github.com/libp2p/js-libp2p/compare/bootstrap-v9.0.6...bootstrap-v9.0.7) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [9.0.6](https://www.github.com/libp2p/js-libp2p/compare/bootstrap-v9.0.5...bootstrap-v9.0.6) (2023-09-15) diff --git a/packages/peer-discovery-bootstrap/package.json b/packages/peer-discovery-bootstrap/package.json index b769bbbac4..956e6ebfb5 100644 --- a/packages/peer-discovery-bootstrap/package.json +++ b/packages/peer-discovery-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/bootstrap", - "version": "9.0.6", + "version": "9.0.7", "description": "Peer discovery via a list of bootstrap peers", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-bootstrap#readme", @@ -55,7 +55,7 @@ "@multiformats/multiaddr": "^12.1.5" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "aegir": "^40.0.8", "sinon-ts": "^1.0.0" } diff --git a/packages/peer-discovery-mdns/CHANGELOG.md b/packages/peer-discovery-mdns/CHANGELOG.md index 5b5ae9ad2b..6433dc5970 100644 --- a/packages/peer-discovery-mdns/CHANGELOG.md +++ b/packages/peer-discovery-mdns/CHANGELOG.md @@ -9,6 +9,15 @@ * update @libp2p/interface-peer-discovery to 2.0.0 ([#197](https://github.com/libp2p/js-libp2p-mdns/issues/197)) ([e8172af](https://github.com/libp2p/js-libp2p-mdns/commit/e8172af8b9856a934327195238b00e5fbba436a4)) +### [9.0.9](https://www.github.com/libp2p/js-libp2p/compare/mdns-v9.0.8...mdns-v9.0.9) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [9.0.8](https://www.github.com/libp2p/js-libp2p/compare/mdns-v9.0.7...mdns-v9.0.8) (2023-09-15) diff --git a/packages/peer-discovery-mdns/package.json b/packages/peer-discovery-mdns/package.json index d1591c9e79..5abda29c48 100644 --- a/packages/peer-discovery-mdns/package.json +++ b/packages/peer-discovery-mdns/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/mdns", - "version": "9.0.8", + "version": "9.0.9", "description": "Node.js libp2p mDNS discovery implementation for peer discovery", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-mdns#readme", @@ -54,7 +54,7 @@ "multicast-dns": "^7.2.5" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/interface-internal": "^0.1.5", "@libp2p/peer-id-factory": "^3.0.4", "aegir": "^40.0.8", diff --git a/packages/protocol-perf/CHANGELOG.md b/packages/protocol-perf/CHANGELOG.md index 8b06bed35b..ef0bcc496d 100644 --- a/packages/protocol-perf/CHANGELOG.md +++ b/packages/protocol-perf/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### [1.1.9](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.8...perf-v1.1.9) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + * @libp2p/tcp bumped from ^8.0.7 to ^8.0.8 + * libp2p bumped from ^0.46.11 to ^0.46.12 + ### [1.1.8](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.7...perf-v1.1.8) (2023-09-15) diff --git a/packages/protocol-perf/package.json b/packages/protocol-perf/package.json index 45f0022b98..82a2952cad 100644 --- a/packages/protocol-perf/package.json +++ b/packages/protocol-perf/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/perf", - "version": "1.1.8", + "version": "1.1.9", "description": "Implementation of Perf Protocol", "author": "@maschad / @marcopolo", "license": "Apache-2.0 OR MIT", @@ -51,14 +51,14 @@ "@chainsafe/libp2p-yamux": "^5.0.0", "@libp2p/crypto": "^2.0.4", "@libp2p/interface": "^0.1.2", - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/interface-internal": "^0.1.5", "@libp2p/interfaces": "3.3.2", "@libp2p/logger": "^3.0.2", "@libp2p/peer-id-factory": "^3.0.4", - "@libp2p/tcp": "^8.0.7", + "@libp2p/tcp": "^8.0.8", "@multiformats/multiaddr": "^12.1.5", - "libp2p": "^0.46.11", + "libp2p": "^0.46.12", "uint8arrays": "^4.0.6", "yargs": "^17.7.2" }, diff --git a/packages/pubsub-floodsub/CHANGELOG.md b/packages/pubsub-floodsub/CHANGELOG.md index b1dc4d526a..0685646d39 100644 --- a/packages/pubsub-floodsub/CHANGELOG.md +++ b/packages/pubsub-floodsub/CHANGELOG.md @@ -11,6 +11,15 @@ * **dev:** bump aegir from 38.1.8 to 39.0.10 ([#233](https://github.com/libp2p/js-libp2p-floodsub/issues/233)) ([e073298](https://github.com/libp2p/js-libp2p-floodsub/commit/e073298f324a89656b0ca6d9a629e60eaedc7873)) +### [8.0.8](https://www.github.com/libp2p/js-libp2p/compare/floodsub-v8.0.7...floodsub-v8.0.8) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [8.0.7](https://www.github.com/libp2p/js-libp2p/compare/floodsub-v8.0.6...floodsub-v8.0.7) (2023-09-15) diff --git a/packages/pubsub-floodsub/package.json b/packages/pubsub-floodsub/package.json index 897d627acf..8eb5dd33f7 100644 --- a/packages/pubsub-floodsub/package.json +++ b/packages/pubsub-floodsub/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "8.0.7", + "version": "8.0.8", "description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub#readme", @@ -62,7 +62,7 @@ "uint8arrays": "^4.0.6" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/peer-collections": "^4.0.4", "@libp2p/peer-id-factory": "^3.0.4", "@multiformats/multiaddr": "^12.1.3", diff --git a/packages/stream-multiplexer-mplex/CHANGELOG.md b/packages/stream-multiplexer-mplex/CHANGELOG.md index df5d593f49..4bc5e8d4ab 100644 --- a/packages/stream-multiplexer-mplex/CHANGELOG.md +++ b/packages/stream-multiplexer-mplex/CHANGELOG.md @@ -12,6 +12,15 @@ * **dev:** bump cborg from 1.10.2 to 2.0.1 ([#282](https://github.com/libp2p/js-libp2p-mplex/issues/282)) ([4dbc590](https://github.com/libp2p/js-libp2p-mplex/commit/4dbc590d1ac92581fe2e937757567eef3854acf4)) * **dev:** bump delay from 5.0.0 to 6.0.0 ([#281](https://github.com/libp2p/js-libp2p-mplex/issues/281)) ([1e03e75](https://github.com/libp2p/js-libp2p-mplex/commit/1e03e75369722be9872f747cd83f555bc08d49fe)) +### [9.0.7](https://www.github.com/libp2p/js-libp2p/compare/mplex-v9.0.6...mplex-v9.0.7) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [9.0.6](https://www.github.com/libp2p/js-libp2p/compare/mplex-v9.0.5...mplex-v9.0.6) (2023-09-15) diff --git a/packages/stream-multiplexer-mplex/package.json b/packages/stream-multiplexer-mplex/package.json index 490e9972a8..f6fae9b5b5 100644 --- a/packages/stream-multiplexer-mplex/package.json +++ b/packages/stream-multiplexer-mplex/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/mplex", - "version": "9.0.6", + "version": "9.0.7", "description": "JavaScript implementation of https://github.com/libp2p/mplex", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/stream-multiplexer-mplex#readme", @@ -69,7 +69,7 @@ "uint8arrays": "^4.0.6" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "aegir": "^40.0.8", "cborg": "^4.0.3", "delay": "^6.0.0", diff --git a/packages/transport-tcp/CHANGELOG.md b/packages/transport-tcp/CHANGELOG.md index d9e64e0790..6c06d5bdd2 100644 --- a/packages/transport-tcp/CHANGELOG.md +++ b/packages/transport-tcp/CHANGELOG.md @@ -5,6 +5,15 @@ * **dev:** bump aegir from 38.1.8 to 39.0.10 ([#279](https://github.com/libp2p/js-libp2p-tcp/issues/279)) ([3ed1235](https://github.com/libp2p/js-libp2p-tcp/commit/3ed12353aa48b5a933f80042846a8f1c2337fa47)) +### [8.0.8](https://www.github.com/libp2p/js-libp2p/compare/tcp-v8.0.7...tcp-v8.0.8) (2023-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [8.0.7](https://www.github.com/libp2p/js-libp2p/compare/tcp-v8.0.6...tcp-v8.0.7) (2023-09-15) diff --git a/packages/transport-tcp/package.json b/packages/transport-tcp/package.json index b5e4d8f186..9dcadae253 100644 --- a/packages/transport-tcp/package.json +++ b/packages/transport-tcp/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/tcp", - "version": "8.0.7", + "version": "8.0.8", "description": "A TCP transport for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-tcp#readme", @@ -59,7 +59,7 @@ "stream-to-it": "^0.2.2" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "aegir": "^40.0.8", "it-all": "^3.0.1", "it-pipe": "^3.0.1", diff --git a/packages/transport-webrtc/CHANGELOG.md b/packages/transport-webrtc/CHANGELOG.md index 7a63dba1a1..e0f8049efc 100644 --- a/packages/transport-webrtc/CHANGELOG.md +++ b/packages/transport-webrtc/CHANGELOG.md @@ -5,6 +5,22 @@ * add browser-to-browser test for bi-directional communication ([#172](https://github.com/libp2p/js-libp2p-webrtc/issues/172)) ([1ec3d8a](https://github.com/libp2p/js-libp2p-webrtc/commit/1ec3d8a8b611d5227f430037e2547fd86d115eaa)) +### [3.2.1](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.2.0...webrtc-v3.2.1) (2023-09-26) + + +### Bug Fixes + +* **transports:** filter circuit addresses ([#2060](https://www.github.com/libp2p/js-libp2p/issues/2060)) ([972b10a](https://www.github.com/libp2p/js-libp2p/commit/972b10a967653f60666a061bddfa46c0decfcc70)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + * @libp2p/websockets bumped from ^7.0.7 to ^7.0.8 + * libp2p bumped from ^0.46.11 to ^0.46.12 + ## [3.2.0](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.1.11...webrtc-v3.2.0) (2023-09-20) @@ -448,4 +464,4 @@ ### Documentation -* fix 'browser to server' build config ([#66](https://github.com/libp2p/js-libp2p-webrtc/issues/66)) ([b54132c](https://github.com/libp2p/js-libp2p-webrtc/commit/b54132cecac180f0577a1b7905f79b20207c3647)) +* fix 'browser to server' build config ([#66](https://github.com/libp2p/js-libp2p-webrtc/issues/66)) ([b54132c](https://github.com/libp2p/js-libp2p-webrtc/commit/b54132cecac180f0577a1b7905f79b20207c3647)) \ No newline at end of file diff --git a/packages/transport-webrtc/package.json b/packages/transport-webrtc/package.json index 46302127ae..b0ff397c61 100644 --- a/packages/transport-webrtc/package.json +++ b/packages/transport-webrtc/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc", - "version": "3.2.0", + "version": "3.2.1", "description": "A libp2p transport using WebRTC connections", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc#readme", @@ -71,16 +71,16 @@ }, "devDependencies": { "@chainsafe/libp2p-yamux": "^5.0.0", - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "@libp2p/peer-id-factory": "^3.0.4", - "@libp2p/websockets": "^7.0.7", + "@libp2p/websockets": "^7.0.8", "@types/sinon": "^10.0.15", "aegir": "^40.0.8", "delay": "^6.0.0", "it-length": "^3.0.2", "it-map": "^3.0.3", "it-pair": "^2.0.6", - "libp2p": "^0.46.11", + "libp2p": "^0.46.12", "protons": "^7.0.2", "sinon": "^16.0.0", "sinon-ts": "^1.0.0" diff --git a/packages/transport-websockets/CHANGELOG.md b/packages/transport-websockets/CHANGELOG.md index 89c46e3a5a..d2eaa17a96 100644 --- a/packages/transport-websockets/CHANGELOG.md +++ b/packages/transport-websockets/CHANGELOG.md @@ -6,6 +6,20 @@ * **dev:** bump @libp2p/interface-mocks from 11.0.3 to 12.0.1 ([#241](https://github.com/libp2p/js-libp2p-websockets/issues/241)) ([f956836](https://github.com/libp2p/js-libp2p-websockets/commit/f95683641bda2f9b250768768451e0c121afc2a0)) * **dev:** bump aegir from 38.1.8 to 39.0.9 ([#245](https://github.com/libp2p/js-libp2p-websockets/issues/245)) ([4a35f6b](https://github.com/libp2p/js-libp2p-websockets/commit/4a35f6b39a918fb7ef779292553cb452a543afb0)) +### [7.0.8](https://www.github.com/libp2p/js-libp2p/compare/websockets-v7.0.7...websockets-v7.0.8) (2023-09-26) + + +### Bug Fixes + +* log websocket error on graceful close failure ([#2072](https://www.github.com/libp2p/js-libp2p/issues/2072)) ([72319fe](https://www.github.com/libp2p/js-libp2p/commit/72319fe6d3b6402a92788c4c4e52eb7e0e477b3d)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0 + ### [7.0.7](https://www.github.com/libp2p/js-libp2p/compare/websockets-v7.0.6...websockets-v7.0.7) (2023-09-15) @@ -817,4 +831,4 @@ -# 0.1.0 (2016-02-26) +# 0.1.0 (2016-02-26) \ No newline at end of file diff --git a/packages/transport-websockets/package.json b/packages/transport-websockets/package.json index 5da0939ac9..b05e599b7e 100644 --- a/packages/transport-websockets/package.json +++ b/packages/transport-websockets/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/websockets", - "version": "7.0.7", + "version": "7.0.8", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-websockets#readme", @@ -82,7 +82,7 @@ "ws": "^8.12.1" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^4.0.6", + "@libp2p/interface-compliance-tests": "^4.1.0", "aegir": "^40.0.8", "is-loopback-addr": "^2.0.1", "it-all": "^3.0.1", diff --git a/packages/transport-webtransport/CHANGELOG.md b/packages/transport-webtransport/CHANGELOG.md index 2570a273ef..732593e8b9 100644 --- a/packages/transport-webtransport/CHANGELOG.md +++ b/packages/transport-webtransport/CHANGELOG.md @@ -11,6 +11,20 @@ * bump @chainsafe/libp2p-noise from 11.0.4 to 12.0.1 ([#80](https://github.com/libp2p/js-libp2p-webtransport/issues/80)) ([599dab1](https://github.com/libp2p/js-libp2p-webtransport/commit/599dab1b4f6ae816b0c0feefc926c1b38d24b676)) +### [3.1.1](https://www.github.com/libp2p/js-libp2p/compare/webtransport-v3.1.0...webtransport-v3.1.1) (2023-09-26) + + +### Bug Fixes + +* **transports:** filter circuit addresses ([#2060](https://www.github.com/libp2p/js-libp2p/issues/2060)) ([972b10a](https://www.github.com/libp2p/js-libp2p/commit/972b10a967653f60666a061bddfa46c0decfcc70)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * libp2p bumped from ^0.46.11 to ^0.46.12 + ## [3.1.0](https://www.github.com/libp2p/js-libp2p/compare/webtransport-v3.0.11...webtransport-v3.1.0) (2023-09-20) @@ -309,4 +323,4 @@ * bump protons-runtime from 3.1.0 to 4.0.1 ([a7ef395](https://github.com/libp2p/js-libp2p-webtransport/commit/a7ef3959d024813caa327afdd502d5bcb91a15e3)) * **dev:** bump @libp2p/interface-mocks from 4.0.3 to 7.0.1 ([85a492d](https://github.com/libp2p/js-libp2p-webtransport/commit/85a492da5b8df76d710dd21dd4b8bf59df4e1184)) -* **dev:** bump uint8arrays from 3.1.1 to 4.0.2 ([cb554e8](https://github.com/libp2p/js-libp2p-webtransport/commit/cb554e8dbb19a6ec5b085307f4c04c04ae313d2d)) +* **dev:** bump uint8arrays from 3.1.1 to 4.0.2 ([cb554e8](https://github.com/libp2p/js-libp2p-webtransport/commit/cb554e8dbb19a6ec5b085307f4c04c04ae313d2d)) \ No newline at end of file diff --git a/packages/transport-webtransport/package.json b/packages/transport-webtransport/package.json index 0477e70a10..25a91c9944 100644 --- a/packages/transport-webtransport/package.json +++ b/packages/transport-webtransport/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webtransport", - "version": "3.1.0", + "version": "3.1.1", "description": "JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webtransport#readme", @@ -74,7 +74,7 @@ "devDependencies": { "@libp2p/peer-id-factory": "^3.0.3", "aegir": "^40.0.8", - "libp2p": "^0.46.11", + "libp2p": "^0.46.12", "p-defer": "^4.0.0" }, "browser": {