diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4dd416b62d..93c4fbc238 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,26 +4,26 @@ "packages/connection-encrypter-tls": "3.0.1", "packages/crypto": "5.1.10", "packages/floodsub": "11.0.1", - "packages/gossipsub": "15.0.1", + "packages/gossipsub": "15.0.2", "packages/interface": "3.0.0", - "packages/interface-compliance-tests": "7.0.1", + "packages/interface-compliance-tests": "7.0.2", "packages/interface-internal": "3.0.1", - "packages/interop": "14.0.1", + "packages/interop": "14.0.2", "packages/kad-dht": "16.0.1", "packages/keychain": "6.0.1", - "packages/libp2p": "3.0.1", - "packages/libp2p-daemon": "6.0.1", - "packages/libp2p-daemon-client": "10.0.1", + "packages/libp2p": "3.0.2", + "packages/libp2p-daemon": "6.0.2", + "packages/libp2p-daemon-client": "10.0.2", "packages/libp2p-daemon-protocol": "8.0.0", - "packages/libp2p-daemon-server": "9.0.1", + "packages/libp2p-daemon-server": "9.0.2", "packages/logger": "6.0.1", "packages/metrics-opentelemetry": "2.0.1", "packages/metrics-prometheus": "5.0.1", "packages/metrics-simple": "2.0.1", "packages/multistream-select": "7.0.1", "packages/peer-collections": "7.0.1", - "packages/peer-discovery-bootstrap": "12.0.1", - "packages/peer-discovery-mdns": "12.0.1", + "packages/peer-discovery-bootstrap": "12.0.2", + "packages/peer-discovery-mdns": "12.0.2", "packages/peer-id": "6.0.1", "packages/peer-record": "9.0.1", "packages/peer-store": "12.0.1", @@ -31,21 +31,21 @@ "packages/protocol-autonat": "3.0.1", "packages/protocol-autonat-v2": "2.0.1", "packages/protocol-dcutr": "3.0.1", - "packages/protocol-echo": "3.0.1", + "packages/protocol-echo": "3.0.2", "packages/protocol-fetch": "4.0.1", "packages/protocol-identify": "4.0.1", - "packages/protocol-perf": "5.0.1", + "packages/protocol-perf": "5.0.2", "packages/protocol-ping": "3.0.1", "packages/record": "4.0.8", - "packages/stream-multiplexer-mplex": "12.0.1", + "packages/stream-multiplexer-mplex": "12.0.2", "packages/transport-circuit-relay-v2": "4.0.1", "packages/transport-memory": "2.0.1", "packages/transport-tcp": "11.0.1", - "packages/transport-webrtc": "6.0.1", + "packages/transport-webrtc": "6.0.2", "packages/transport-websockets": "10.0.1", - "packages/transport-webtransport": "6.0.1", + "packages/transport-webtransport": "6.0.2", "packages/upnp-nat": "4.0.1", "packages/utils": "7.0.1", - "packages/integration-tests": "1.0.1", - "interop": "1.0.1" + "packages/integration-tests": "1.0.2", + "interop": "1.0.2" } diff --git a/interop/CHANGELOG.md b/interop/CHANGELOG.md index fc6ac72e7f..5eba7887f9 100644 --- a/interop/CHANGELOG.md +++ b/interop/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.2](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.1...transport-interop-libp2p-main-v1.0.2) (2025-09-25) + + +### Bug Fixes + +* bump noise version ([#3306](https://github.com/libp2p/js-libp2p/issues/3306)) ([71e8ee1](https://github.com/libp2p/js-libp2p/commit/71e8ee1632fdeaff5d6c33a38ae6df02ea69f579)) +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/mplex bumped from ^12.0.1 to ^12.0.2 + * @libp2p/webrtc bumped from ^6.0.1 to ^6.0.2 + * @libp2p/webtransport bumped from ^6.0.1 to ^6.0.2 + * libp2p bumped from ^3.0.1 to ^3.0.2 + ## [1.0.1](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.0...transport-interop-libp2p-main-v1.0.1) (2025-09-24) diff --git a/interop/package.json b/interop/package.json index 1adf2d668e..b35a8c07ee 100644 --- a/interop/package.json +++ b/interop/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/transport-interop-libp2p-main", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "private": true, "scripts": { @@ -16,16 +16,16 @@ "@libp2p/circuit-relay-v2": "^4.0.1", "@libp2p/identify": "^4.0.1", "@libp2p/interface": "^3.0.0", - "@libp2p/mplex": "^12.0.1", + "@libp2p/mplex": "^12.0.2", "@libp2p/ping": "^3.0.1", "@libp2p/tcp": "^11.0.1", "@libp2p/tls": "^3.0.1", - "@libp2p/webrtc": "^6.0.1", + "@libp2p/webrtc": "^6.0.2", "@libp2p/websockets": "^10.0.1", - "@libp2p/webtransport": "^6.0.1", + "@libp2p/webtransport": "^6.0.2", "@multiformats/multiaddr": "^13.0.1", "aegir": "^47.0.22", - "libp2p": "^3.0.1", + "libp2p": "^3.0.2", "p-event": "^7.0.0", "redis": "^4.7.1" } diff --git a/packages/gossipsub/CHANGELOG.md b/packages/gossipsub/CHANGELOG.md index b5c60b4541..55a094998a 100644 --- a/packages/gossipsub/CHANGELOG.md +++ b/packages/gossipsub/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [15.0.2](https://github.com/libp2p/js-libp2p/compare/gossipsub-v15.0.1...gossipsub-v15.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^7.0.1 to ^7.0.2 + ## [15.0.1](https://github.com/libp2p/js-libp2p/compare/gossipsub-v15.0.0...gossipsub-v15.0.1) (2025-09-24) diff --git a/packages/gossipsub/package.json b/packages/gossipsub/package.json index 6d784ef8b0..3404dc66da 100644 --- a/packages/gossipsub/package.json +++ b/packages/gossipsub/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/gossipsub", - "version": "15.0.1", + "version": "15.0.2", "description": "A typescript implementation of gossipsub", "files": [ "src", @@ -90,7 +90,7 @@ "@chainsafe/as-sha256": "^1.2.0", "@dapplion/benchmark": "^1.0.0", "@libp2p/floodsub": "^11.0.1", - "@libp2p/interface-compliance-tests": "^7.0.1", + "@libp2p/interface-compliance-tests": "^7.0.2", "@libp2p/logger": "^6.0.1", "@libp2p/peer-store": "^12.0.1", "@types/node": "^22.18.1", diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index a6ceee78c4..75f75b42fe 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.0.2](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.0.1...integration-tests-v1.0.2) (2025-09-25) + + +### Bug Fixes + +* bump noise version ([#3306](https://github.com/libp2p/js-libp2p/issues/3306)) ([71e8ee1](https://github.com/libp2p/js-libp2p/commit/71e8ee1632fdeaff5d6c33a38ae6df02ea69f579)) +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/gossipsub bumped from ^15.0.1 to ^15.0.2 + * @libp2p/bootstrap bumped from ^12.0.1 to ^12.0.2 + * @libp2p/daemon-client bumped from ^10.0.1 to ^10.0.2 + * @libp2p/daemon-server bumped from ^9.0.1 to ^9.0.2 + * @libp2p/echo bumped from ^3.0.1 to ^3.0.2 + * @libp2p/interface-compliance-tests bumped from ^7.0.1 to ^7.0.2 + * @libp2p/interop bumped from ^14.0.1 to ^14.0.2 + * @libp2p/mdns bumped from ^12.0.1 to ^12.0.2 + * @libp2p/mplex bumped from ^12.0.1 to ^12.0.2 + * @libp2p/webrtc bumped from ^6.0.1 to ^6.0.2 + * @libp2p/webtransport bumped from ^6.0.1 to ^6.0.2 + * libp2p bumped from ^3.0.1 to ^3.0.2 + ## [1.0.1](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.0.0...integration-tests-v1.0.1) (2025-09-24) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 89632d4bde..fbe593fbb9 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/integration-tests", - "version": "1.0.1", + "version": "1.0.2", "description": "libp2p integration tests", "license": "Apache-2.0 OR MIT", "type": "module", @@ -18,26 +18,26 @@ "dep-check": "aegir dep-check" }, "devDependencies": { - "@libp2p/gossipsub": "^15.0.1", - "@libp2p/bootstrap": "^12.0.1", + "@libp2p/gossipsub": "^15.0.2", + "@libp2p/bootstrap": "^12.0.2", "@libp2p/circuit-relay-v2": "^4.0.1", "@libp2p/crypto": "^5.1.10", - "@libp2p/daemon-client": "^10.0.1", - "@libp2p/daemon-server": "^9.0.1", + "@libp2p/daemon-client": "^10.0.2", + "@libp2p/daemon-server": "^9.0.2", "@libp2p/dcutr": "^3.0.1", - "@libp2p/echo": "^3.0.1", + "@libp2p/echo": "^3.0.2", "@libp2p/fetch": "^4.0.1", "@libp2p/floodsub": "^11.0.1", "@libp2p/identify": "^4.0.1", "@libp2p/interface": "^3.0.0", - "@libp2p/interface-compliance-tests": "^7.0.1", + "@libp2p/interface-compliance-tests": "^7.0.2", "@libp2p/interface-internal": "^3.0.1", - "@libp2p/interop": "^14.0.1", + "@libp2p/interop": "^14.0.2", "@libp2p/kad-dht": "^16.0.1", "@libp2p/logger": "^6.0.1", - "@libp2p/mdns": "^12.0.1", + "@libp2p/mdns": "^12.0.2", "@libp2p/memory": "^2.0.1", - "@libp2p/mplex": "^12.0.1", + "@libp2p/mplex": "^12.0.2", "@chainsafe/libp2p-noise": "^17.0.0", "@libp2p/peer-collections": "^7.0.1", "@libp2p/peer-id": "^6.0.1", @@ -46,9 +46,9 @@ "@libp2p/tcp": "^11.0.1", "@libp2p/tls": "^3.0.1", "@libp2p/utils": "^7.0.1", - "@libp2p/webrtc": "^6.0.1", + "@libp2p/webrtc": "^6.0.2", "@libp2p/websockets": "^10.0.1", - "@libp2p/webtransport": "^6.0.1", + "@libp2p/webtransport": "^6.0.2", "@chainsafe/libp2p-yamux": "^8.0.0", "@multiformats/dns": "^1.0.6", "@multiformats/multiaddr": "^13.0.1", @@ -58,7 +58,7 @@ "detect-browser": "^5.3.0", "execa": "^9.6.0", "go-libp2p": "^1.6.0", - "libp2p": "^3.0.1", + "libp2p": "^3.0.2", "main-event": "^1.0.1", "multiformats": "^13.4.0", "p-defer": "^4.0.1", diff --git a/packages/interface-compliance-tests/CHANGELOG.md b/packages/interface-compliance-tests/CHANGELOG.md index f5bca7d624..8642832866 100644 --- a/packages/interface-compliance-tests/CHANGELOG.md +++ b/packages/interface-compliance-tests/CHANGELOG.md @@ -75,6 +75,16 @@ * dependencies * @libp2p/utils bumped from ^5.2.4 to ^5.2.5 +## [7.0.2](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v7.0.1...interface-compliance-tests-v7.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/echo bumped from ^3.0.1 to ^3.0.2 + * libp2p bumped from ^3.0.1 to ^3.0.2 + ## [7.0.1](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v7.0.0...interface-compliance-tests-v7.0.1) (2025-09-24) diff --git a/packages/interface-compliance-tests/package.json b/packages/interface-compliance-tests/package.json index 2abe753e98..d37feeb2c5 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": "7.0.1", + "version": "7.0.2", "description": "Compliance tests for JS libp2p interfaces", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-compliance-tests#readme", @@ -82,7 +82,7 @@ }, "dependencies": { "@libp2p/crypto": "^5.1.10", - "@libp2p/echo": "^3.0.1", + "@libp2p/echo": "^3.0.2", "@libp2p/interface": "^3.0.0", "@libp2p/interface-internal": "^3.0.1", "@libp2p/logger": "^6.0.1", @@ -99,7 +99,7 @@ "it-map": "^3.1.4", "it-pushable": "^3.2.3", "it-to-buffer": "^4.0.10", - "libp2p": "^3.0.1", + "libp2p": "^3.0.2", "p-defer": "^4.0.1", "p-event": "^7.0.0", "p-retry": "^7.0.0", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index a61ed7953c..aa1829f42e 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [14.0.2](https://github.com/libp2p/js-libp2p/compare/interop-v14.0.1...interop-v14.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/daemon-client bumped from ^10.0.1 to ^10.0.2 + ## [14.0.1](https://github.com/libp2p/js-libp2p/compare/interop-v14.0.0...interop-v14.0.1) (2025-09-24) diff --git a/packages/interop/package.json b/packages/interop/package.json index 136e30cfcb..06c7e57a43 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interop", - "version": "14.0.1", + "version": "14.0.2", "description": "Interoperability Tests for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interop#readme", @@ -42,7 +42,7 @@ "docs": "aegir docs" }, "dependencies": { - "@libp2p/daemon-client": "^10.0.1", + "@libp2p/daemon-client": "^10.0.2", "@libp2p/interface": "^3.0.0", "@libp2p/utils": "^7.0.1", "@multiformats/multiaddr": "^13.0.1", diff --git a/packages/libp2p-daemon-client/CHANGELOG.md b/packages/libp2p-daemon-client/CHANGELOG.md index 8032d40d7d..e3eea132de 100644 --- a/packages/libp2p-daemon-client/CHANGELOG.md +++ b/packages/libp2p-daemon-client/CHANGELOG.md @@ -4,6 +4,16 @@ * update all deps ([#348](https://github.com/libp2p/js-libp2p-daemon/issues/348)) ([44bf148](https://github.com/libp2p/js-libp2p-daemon/commit/44bf148f37b9f4091dc8ed26cf343e196607ebbc)) +## [10.0.2](https://github.com/libp2p/js-libp2p/compare/daemon-client-v10.0.1...daemon-client-v10.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/gossipsub bumped from ^15.0.1 to ^15.0.2 + * @libp2p/daemon-server bumped from ^9.0.1 to ^9.0.2 + ## [10.0.1](https://github.com/libp2p/js-libp2p/compare/daemon-client-v10.0.0...daemon-client-v10.0.1) (2025-09-24) diff --git a/packages/libp2p-daemon-client/package.json b/packages/libp2p-daemon-client/package.json index 5f6178fe00..2a660e81db 100644 --- a/packages/libp2p-daemon-client/package.json +++ b/packages/libp2p-daemon-client/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon-client", - "version": "10.0.1", + "version": "10.0.2", "description": "libp2p-daemon client implementation", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p-daemon-client#readme", @@ -52,8 +52,8 @@ "multiformats": "^13.4.0" }, "devDependencies": { - "@libp2p/gossipsub": "^15.0.1", - "@libp2p/daemon-server": "^9.0.1", + "@libp2p/gossipsub": "^15.0.2", + "@libp2p/daemon-server": "^9.0.2", "@libp2p/kad-dht": "^16.0.1", "aegir": "^47.0.22", "it-all": "^3.0.9", diff --git a/packages/libp2p-daemon-server/CHANGELOG.md b/packages/libp2p-daemon-server/CHANGELOG.md index 38fe9b19da..5512a92114 100644 --- a/packages/libp2p-daemon-server/CHANGELOG.md +++ b/packages/libp2p-daemon-server/CHANGELOG.md @@ -4,6 +4,15 @@ * bump aegir from 46.0.5 to 47.0.21 ([#343](https://github.com/libp2p/js-libp2p-daemon/issues/343)) ([704c22f](https://github.com/libp2p/js-libp2p-daemon/commit/704c22f102362c6036642a73979d262e1214baa5)) +## [9.0.2](https://github.com/libp2p/js-libp2p/compare/daemon-server-v9.0.1...daemon-server-v9.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/gossipsub bumped from ^15.0.1 to ^15.0.2 + ## [9.0.1](https://github.com/libp2p/js-libp2p/compare/daemon-server-v9.0.0...daemon-server-v9.0.1) (2025-09-24) diff --git a/packages/libp2p-daemon-server/package.json b/packages/libp2p-daemon-server/package.json index f3f10f0504..4f9487fd5b 100644 --- a/packages/libp2p-daemon-server/package.json +++ b/packages/libp2p-daemon-server/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon-server", - "version": "9.0.1", + "version": "9.0.2", "description": "API server for libp2p-daemon instances", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p-daemon-server#readme", @@ -42,7 +42,7 @@ "test:node": "aegir test -t node" }, "dependencies": { - "@libp2p/gossipsub": "^15.0.1", + "@libp2p/gossipsub": "^15.0.2", "@libp2p/crypto": "^5.1.10", "@libp2p/daemon-protocol": "^8.0.0", "@libp2p/interface": "^3.0.0", diff --git a/packages/libp2p-daemon/CHANGELOG.md b/packages/libp2p-daemon/CHANGELOG.md index aa33a5832b..76a7b36910 100644 --- a/packages/libp2p-daemon/CHANGELOG.md +++ b/packages/libp2p-daemon/CHANGELOG.md @@ -4,6 +4,15 @@ * update all deps ([#348](https://github.com/libp2p/js-libp2p-daemon/issues/348)) ([44bf148](https://github.com/libp2p/js-libp2p-daemon/commit/44bf148f37b9f4091dc8ed26cf343e196607ebbc)) +## [6.0.2](https://github.com/libp2p/js-libp2p/compare/daemon-v6.0.1...daemon-v6.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @libp2p/daemon-server bumped from ^9.0.1 to ^9.0.2 + ## [6.0.1](https://github.com/libp2p/js-libp2p/compare/daemon-v6.0.0...daemon-v6.0.1) (2025-09-24) diff --git a/packages/libp2p-daemon/package.json b/packages/libp2p-daemon/package.json index d4f75ebfe4..8e23031413 100644 --- a/packages/libp2p-daemon/package.json +++ b/packages/libp2p-daemon/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon", - "version": "6.0.1", + "version": "6.0.2", "description": "libp2p-daemon JavaScript implementation", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p-daemon#readme", @@ -44,7 +44,7 @@ "test:node": "aegir test -t node" }, "dependencies": { - "@libp2p/daemon-server": "^9.0.1", + "@libp2p/daemon-server": "^9.0.2", "@multiformats/multiaddr": "^13.0.1", "es-main": "^1.4.0", "yargs": "^18.0.0", diff --git a/packages/libp2p/CHANGELOG.md b/packages/libp2p/CHANGELOG.md index f1e091ab8e..dd56a7c5ad 100644 --- a/packages/libp2p/CHANGELOG.md +++ b/packages/libp2p/CHANGELOG.md @@ -110,6 +110,13 @@ * @libp2p/tcp bumped from ^9.0.14 to ^9.0.15 * @libp2p/websockets bumped from ^8.0.14 to ^8.0.15 +## [3.0.2](https://github.com/libp2p/js-libp2p/compare/libp2p-v3.0.1...libp2p-v3.0.2) (2025-09-25) + + +### Bug Fixes + +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + ## [3.0.1](https://github.com/libp2p/js-libp2p/compare/libp2p-v3.0.0...libp2p-v3.0.1) (2025-09-24) diff --git a/packages/libp2p/package.json b/packages/libp2p/package.json index d01704ae97..29dc74629a 100644 --- a/packages/libp2p/package.json +++ b/packages/libp2p/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "3.0.1", + "version": "3.0.2", "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/main/packages/libp2p#readme", diff --git a/packages/peer-discovery-bootstrap/CHANGELOG.md b/packages/peer-discovery-bootstrap/CHANGELOG.md index 1580db95e3..196fe44f3c 100644 --- a/packages/peer-discovery-bootstrap/CHANGELOG.md +++ b/packages/peer-discovery-bootstrap/CHANGELOG.md @@ -83,6 +83,15 @@ * devDependencies * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1 +## [12.0.2](https://github.com/libp2p/js-libp2p/compare/bootstrap-v12.0.1...bootstrap-v12.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^7.0.1 to ^7.0.2 + ## [12.0.1](https://github.com/libp2p/js-libp2p/compare/bootstrap-v12.0.0...bootstrap-v12.0.1) (2025-09-24) diff --git a/packages/peer-discovery-bootstrap/package.json b/packages/peer-discovery-bootstrap/package.json index 5dbe153f98..7c35c10e0d 100644 --- a/packages/peer-discovery-bootstrap/package.json +++ b/packages/peer-discovery-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/bootstrap", - "version": "12.0.1", + "version": "12.0.2", "description": "Peer discovery via a list of bootstrap peers", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-bootstrap#readme", @@ -55,7 +55,7 @@ "main-event": "^1.0.1" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^7.0.1", + "@libp2p/interface-compliance-tests": "^7.0.2", "@libp2p/logger": "^6.0.1", "aegir": "^47.0.22", "sinon-ts": "^2.0.0" diff --git a/packages/peer-discovery-mdns/CHANGELOG.md b/packages/peer-discovery-mdns/CHANGELOG.md index f780fc4f48..8261f56832 100644 --- a/packages/peer-discovery-mdns/CHANGELOG.md +++ b/packages/peer-discovery-mdns/CHANGELOG.md @@ -105,6 +105,15 @@ * devDependencies * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1 +## [12.0.2](https://github.com/libp2p/js-libp2p/compare/mdns-v12.0.1...mdns-v12.0.2) (2025-09-25) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^7.0.1 to ^7.0.2 + ## [12.0.1](https://github.com/libp2p/js-libp2p/compare/mdns-v12.0.0...mdns-v12.0.1) (2025-09-24) diff --git a/packages/peer-discovery-mdns/package.json b/packages/peer-discovery-mdns/package.json index 263c774dd6..88983fe35d 100644 --- a/packages/peer-discovery-mdns/package.json +++ b/packages/peer-discovery-mdns/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/mdns", - "version": "12.0.1", + "version": "12.0.2", "description": "Node.js libp2p mDNS discovery implementation for peer discovery", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-mdns#readme", @@ -55,7 +55,7 @@ }, "devDependencies": { "@libp2p/crypto": "^5.1.10", - "@libp2p/interface-compliance-tests": "^7.0.1", + "@libp2p/interface-compliance-tests": "^7.0.2", "@libp2p/logger": "^6.0.1", "aegir": "^47.0.22", "p-event": "^7.0.0", diff --git a/packages/protocol-echo/CHANGELOG.md b/packages/protocol-echo/CHANGELOG.md index 99de92c91b..7e20e16a65 100644 --- a/packages/protocol-echo/CHANGELOG.md +++ b/packages/protocol-echo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/libp2p/js-libp2p/compare/echo-v3.0.1...echo-v3.0.2) (2025-09-25) + + +### Bug Fixes + +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + ## [3.0.1](https://github.com/libp2p/js-libp2p/compare/echo-v3.0.0...echo-v3.0.1) (2025-09-24) diff --git a/packages/protocol-echo/package.json b/packages/protocol-echo/package.json index 87e57e27e8..ad22d5f20d 100644 --- a/packages/protocol-echo/package.json +++ b/packages/protocol-echo/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/echo", - "version": "3.0.1", + "version": "3.0.2", "description": "Implementation of an Echo protocol", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-echo#readme", diff --git a/packages/protocol-perf/CHANGELOG.md b/packages/protocol-perf/CHANGELOG.md index 13022a73fb..9466ac1f16 100644 --- a/packages/protocol-perf/CHANGELOG.md +++ b/packages/protocol-perf/CHANGELOG.md @@ -82,6 +82,13 @@ * devDependencies * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1 +## [5.0.2](https://github.com/libp2p/js-libp2p/compare/perf-v5.0.1...perf-v5.0.2) (2025-09-25) + + +### Bug Fixes + +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + ## [5.0.1](https://github.com/libp2p/js-libp2p/compare/perf-v5.0.0...perf-v5.0.1) (2025-09-24) diff --git a/packages/protocol-perf/package.json b/packages/protocol-perf/package.json index d0665910c6..3033768838 100644 --- a/packages/protocol-perf/package.json +++ b/packages/protocol-perf/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/perf", - "version": "5.0.1", + "version": "5.0.2", "description": "Implementation of Perf Protocol", "author": "@maschad / @marcopolo", "license": "Apache-2.0 OR MIT", diff --git a/packages/stream-multiplexer-mplex/CHANGELOG.md b/packages/stream-multiplexer-mplex/CHANGELOG.md index 3f26cc54f7..d91d165bf2 100644 --- a/packages/stream-multiplexer-mplex/CHANGELOG.md +++ b/packages/stream-multiplexer-mplex/CHANGELOG.md @@ -78,6 +78,20 @@ * devDependencies * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1 +## [12.0.2](https://github.com/libp2p/js-libp2p/compare/mplex-v12.0.1...mplex-v12.0.2) (2025-09-25) + + +### Bug Fixes + +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/interface-compliance-tests bumped from ^7.0.1 to ^7.0.2 + ## [12.0.1](https://github.com/libp2p/js-libp2p/compare/mplex-v12.0.0...mplex-v12.0.1) (2025-09-24) diff --git a/packages/stream-multiplexer-mplex/package.json b/packages/stream-multiplexer-mplex/package.json index 1b5771ce4b..aa9d6c2b03 100644 --- a/packages/stream-multiplexer-mplex/package.json +++ b/packages/stream-multiplexer-mplex/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/mplex", - "version": "12.0.1", + "version": "12.0.2", "description": "JavaScript implementation of https://github.com/libp2p/mplex", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme", @@ -63,7 +63,7 @@ "uint8arrays": "^5.1.0" }, "devDependencies": { - "@libp2p/interface-compliance-tests": "^7.0.1", + "@libp2p/interface-compliance-tests": "^7.0.2", "@libp2p/logger": "^6.0.1", "aegir": "^47.0.22", "benchmark": "^2.1.4", diff --git a/packages/transport-webrtc/CHANGELOG.md b/packages/transport-webrtc/CHANGELOG.md index 73c7840f90..4efae5bab1 100644 --- a/packages/transport-webrtc/CHANGELOG.md +++ b/packages/transport-webrtc/CHANGELOG.md @@ -111,6 +111,14 @@ * @libp2p/websockets bumped from ^8.0.14 to ^8.0.15 * libp2p bumped from ^1.2.2 to ^1.2.3 +## [6.0.2](https://github.com/libp2p/js-libp2p/compare/webrtc-v6.0.1...webrtc-v6.0.2) (2025-09-25) + + +### Bug Fixes + +* bump noise version ([#3306](https://github.com/libp2p/js-libp2p/issues/3306)) ([71e8ee1](https://github.com/libp2p/js-libp2p/commit/71e8ee1632fdeaff5d6c33a38ae6df02ea69f579)) +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + ## [6.0.1](https://github.com/libp2p/js-libp2p/compare/webrtc-v6.0.0...webrtc-v6.0.1) (2025-09-24) diff --git a/packages/transport-webrtc/package.json b/packages/transport-webrtc/package.json index 2e8832672a..14b7f497d9 100644 --- a/packages/transport-webrtc/package.json +++ b/packages/transport-webrtc/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc", - "version": "6.0.1", + "version": "6.0.2", "description": "A libp2p transport using WebRTC connections", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webrtc#readme", diff --git a/packages/transport-webtransport/CHANGELOG.md b/packages/transport-webtransport/CHANGELOG.md index 72e22cf3aa..8b49908366 100644 --- a/packages/transport-webtransport/CHANGELOG.md +++ b/packages/transport-webtransport/CHANGELOG.md @@ -96,6 +96,22 @@ * devDependencies * libp2p bumped from ^1.2.2 to ^1.2.3 +## [6.0.2](https://github.com/libp2p/js-libp2p/compare/webtransport-v6.0.1...webtransport-v6.0.2) (2025-09-25) + + +### Bug Fixes + +* bump noise version ([#3306](https://github.com/libp2p/js-libp2p/issues/3306)) ([71e8ee1](https://github.com/libp2p/js-libp2p/commit/71e8ee1632fdeaff5d6c33a38ae6df02ea69f579)) +* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/daemon-client bumped from ^10.0.1 to ^10.0.2 + * libp2p bumped from ^3.0.1 to ^3.0.2 + ## [6.0.1](https://github.com/libp2p/js-libp2p/compare/webtransport-v6.0.0...webtransport-v6.0.1) (2025-09-24) diff --git a/packages/transport-webtransport/package.json b/packages/transport-webtransport/package.json index 7d6de5891d..a56643ef25 100644 --- a/packages/transport-webtransport/package.json +++ b/packages/transport-webtransport/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webtransport", - "version": "6.0.1", + "version": "6.0.2", "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/main/packages/transport-webtransport#readme", @@ -58,7 +58,7 @@ }, "devDependencies": { "@libp2p/crypto": "^5.1.10", - "@libp2p/daemon-client": "^10.0.1", + "@libp2p/daemon-client": "^10.0.2", "@libp2p/logger": "^6.0.1", "@libp2p/ping": "^3.0.1", "@noble/hashes": "^2.0.1", @@ -66,7 +66,7 @@ "execa": "^9.6.0", "go-libp2p": "^1.6.0", "it-all": "^3.0.9", - "libp2p": "^3.0.1", + "libp2p": "^3.0.2", "p-defer": "^4.0.1", "p-event": "^7.0.0", "sinon-ts": "^2.0.0"