Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #2775

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/connection-encrypter-plaintext":"2.0.8","packages/connection-encrypter-tls":"2.0.8","packages/crypto":"5.0.5","packages/interface":"2.1.3","packages/interface-compliance-tests":"6.1.6","packages/interface-internal":"2.0.8","packages/kad-dht":"14.0.1","packages/keychain":"5.0.7","packages/libp2p":"2.1.9","packages/logger":"5.1.1","packages/metrics-devtools":"1.1.6","packages/metrics-prometheus":"4.2.2","packages/metrics-simple":"1.2.4","packages/multistream-select":"6.0.6","packages/peer-collections":"6.0.8","packages/peer-discovery-bootstrap":"11.0.8","packages/peer-discovery-mdns":"11.0.8","packages/peer-id":"5.0.5","packages/peer-record":"8.0.8","packages/peer-store":"11.0.8","packages/pnet":"2.0.8","packages/protocol-autonat":"2.0.8","packages/protocol-dcutr":"2.0.8","packages/protocol-echo":"2.0.8","packages/protocol-fetch":"2.0.8","packages/protocol-identify":"3.0.8","packages/protocol-perf":"4.0.8","packages/protocol-ping":"2.0.8","packages/pubsub":"10.0.8","packages/pubsub-floodsub":"10.1.6","packages/record":"4.0.4","packages/stream-multiplexer-mplex":"11.0.8","packages/transport-circuit-relay-v2":"2.1.5","packages/transport-tcp":"10.0.9","packages/transport-webrtc":"5.0.13","packages/transport-websockets":"9.0.8","packages/transport-webtransport":"5.0.13","packages/upnp-nat":"2.0.8","packages/utils":"6.1.1"}
{"packages/connection-encrypter-plaintext":"2.0.9","packages/connection-encrypter-tls":"2.0.9","packages/crypto":"5.0.5","packages/interface":"2.1.3","packages/interface-compliance-tests":"6.1.7","packages/interface-internal":"2.0.9","packages/kad-dht":"14.0.2","packages/keychain":"5.0.8","packages/libp2p":"2.1.10","packages/logger":"5.1.2","packages/metrics-devtools":"1.1.7","packages/metrics-prometheus":"4.2.3","packages/metrics-simple":"1.2.5","packages/multistream-select":"6.0.7","packages/peer-collections":"6.0.9","packages/peer-discovery-bootstrap":"11.0.9","packages/peer-discovery-mdns":"11.0.9","packages/peer-id":"5.0.6","packages/peer-record":"8.0.9","packages/peer-store":"11.0.9","packages/pnet":"2.0.9","packages/protocol-autonat":"2.0.9","packages/protocol-dcutr":"2.0.9","packages/protocol-echo":"2.1.0","packages/protocol-fetch":"2.0.9","packages/protocol-identify":"3.0.9","packages/protocol-perf":"4.0.9","packages/protocol-ping":"2.0.9","packages/pubsub":"10.0.9","packages/pubsub-floodsub":"10.1.7","packages/record":"4.0.4","packages/stream-multiplexer-mplex":"11.0.9","packages/transport-circuit-relay-v2":"3.0.0","packages/transport-tcp":"10.0.10","packages/transport-webrtc":"5.0.14","packages/transport-websockets":"9.0.9","packages/transport-webtransport":"5.0.14","packages/upnp-nat":"2.0.9","packages/utils":"6.1.2"}
2 changes: 1 addition & 1 deletion interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/circuit-relay-v2": "^2.0.0",
"@libp2p/circuit-relay-v2": "^3.0.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/identify": "^3.0.0",
"@libp2p/mplex": "^11.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1

## [2.0.9](https://github.com/libp2p/js-libp2p/compare/plaintext-v2.0.8...plaintext-v2.0.9) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.6 to ^6.1.7
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2

## [2.0.8](https://github.com/libp2p/js-libp2p/compare/plaintext-v2.0.7...plaintext-v2.0.8) (2024-10-09)


Expand Down
8 changes: 4 additions & 4 deletions packages/connection-encrypter-plaintext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/plaintext",
"version": "2.0.8",
"version": "2.0.9",
"description": "An insecure connection encrypter",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-plaintext#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@libp2p/peer-id": "^5.0.5",
"@libp2p/peer-id": "^5.0.6",
"it-protobuf-stream": "^1.1.3",
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.4.0",
Expand All @@ -63,8 +63,8 @@
},
"devDependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface-compliance-tests": "^6.1.6",
"@libp2p/logger": "^5.1.1",
"@libp2p/interface-compliance-tests": "^6.1.7",
"@libp2p/logger": "^5.1.2",
"@multiformats/multiaddr": "^12.2.3",
"aegir": "^44.0.1",
"protons": "^7.5.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/connection-encrypter-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1

## [2.0.9](https://github.com/libp2p/js-libp2p/compare/tls-v2.0.8...tls-v2.0.9) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.6 to ^6.1.7
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2

## [2.0.8](https://github.com/libp2p/js-libp2p/compare/tls-v2.0.7...tls-v2.0.8) (2024-10-09)


Expand Down
8 changes: 4 additions & 4 deletions packages/connection-encrypter-tls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/tls",
"version": "2.0.8",
"version": "2.0.9",
"description": "A connection encrypter that uses TLS 1.3",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-tls#readme",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@libp2p/peer-id": "^5.0.5",
"@libp2p/peer-id": "^5.0.6",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/webcrypto": "^1.4.6",
Expand All @@ -63,8 +63,8 @@
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^6.1.6",
"@libp2p/logger": "^5.1.1",
"@libp2p/interface-compliance-tests": "^6.1.7",
"@libp2p/logger": "^5.1.2",
"@multiformats/multiaddr": "^12.2.3",
"aegir": "^44.0.1",
"protons": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/bootstrap": "^11.0.0",
"@libp2p/circuit-relay-v2": "^2.0.0",
"@libp2p/circuit-relay-v2": "^3.0.0",
"@libp2p/crypto": "^5.0.0",
"@libp2p/daemon-client": "^9.0.1",
"@libp2p/daemon-server": "^8.0.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/interface-compliance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@
* dependencies
* @libp2p/utils bumped from ^5.2.4 to ^5.2.5

## [6.1.7](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v6.1.6...interface-compliance-tests-v6.1.7) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.8 to ^2.0.9
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2
* @libp2p/multistream-select bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-collections bumped from ^6.0.8 to ^6.0.9
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6
* @libp2p/utils bumped from ^6.1.1 to ^6.1.2

## [6.1.6](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v6.1.5...interface-compliance-tests-v6.1.6) (2024-10-09)


Expand Down
14 changes: 7 additions & 7 deletions packages/interface-compliance-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interface-compliance-tests",
"version": "6.1.6",
"version": "6.1.7",
"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",
Expand Down Expand Up @@ -110,12 +110,12 @@
"dependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@libp2p/interface-internal": "^2.0.8",
"@libp2p/logger": "^5.1.1",
"@libp2p/multistream-select": "^6.0.6",
"@libp2p/peer-collections": "^6.0.8",
"@libp2p/peer-id": "^5.0.5",
"@libp2p/utils": "^6.1.1",
"@libp2p/interface-internal": "^2.0.9",
"@libp2p/logger": "^5.1.2",
"@libp2p/multistream-select": "^6.0.7",
"@libp2p/peer-collections": "^6.0.9",
"@libp2p/peer-id": "^5.0.6",
"@libp2p/utils": "^6.1.2",
"@multiformats/multiaddr": "^12.2.3",
"abortable-iterator": "^5.0.1",
"aegir": "^44.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/interface-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
* dependencies
* @libp2p/peer-collections bumped from ^5.1.3 to ^5.1.4

## [2.0.9](https://github.com/libp2p/js-libp2p/compare/interface-internal-v2.0.8...interface-internal-v2.0.9) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-collections bumped from ^6.0.8 to ^6.0.9

## [2.0.8](https://github.com/libp2p/js-libp2p/compare/interface-internal-v2.0.7...interface-internal-v2.0.8) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interface-internal",
"version": "2.0.8",
"version": "2.0.9",
"description": "Interfaces implemented by internal libp2p components",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-internal#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@libp2p/interface": "^2.1.3",
"@libp2p/peer-collections": "^6.0.8",
"@libp2p/peer-collections": "^6.0.9",
"@multiformats/multiaddr": "^12.2.3",
"progress-events": "^1.0.0",
"uint8arraylist": "^2.4.8"
Expand Down
16 changes: 16 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1
* @libp2p/peer-store bumped from ^10.0.9 to ^10.0.10

## [14.0.2](https://github.com/libp2p/js-libp2p/compare/kad-dht-v14.0.1...kad-dht-v14.0.2) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.8 to ^2.0.9
* @libp2p/peer-collections bumped from ^6.0.8 to ^6.0.9
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6
* @libp2p/utils bumped from ^6.1.1 to ^6.1.2
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.6 to ^6.1.7
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2
* @libp2p/peer-store bumped from ^11.0.8 to ^11.0.9

## [14.0.1](https://github.com/libp2p/js-libp2p/compare/kad-dht-v14.0.0...kad-dht-v14.0.1) (2024-10-09)


Expand Down
16 changes: 8 additions & 8 deletions packages/kad-dht/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/kad-dht",
"version": "14.0.1",
"version": "14.0.2",
"description": "JavaScript implementation of the Kad-DHT for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/kad-dht#readme",
Expand Down Expand Up @@ -59,11 +59,11 @@
"dependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@libp2p/interface-internal": "^2.0.8",
"@libp2p/peer-collections": "^6.0.8",
"@libp2p/peer-id": "^5.0.5",
"@libp2p/interface-internal": "^2.0.9",
"@libp2p/peer-collections": "^6.0.9",
"@libp2p/peer-id": "^5.0.6",
"@libp2p/record": "^4.0.4",
"@libp2p/utils": "^6.1.1",
"@libp2p/utils": "^6.1.2",
"@multiformats/multiaddr": "^12.2.3",
"any-signal": "^4.1.1",
"hashlru": "^2.3.0",
Expand All @@ -89,9 +89,9 @@
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^6.1.6",
"@libp2p/logger": "^5.1.1",
"@libp2p/peer-store": "^11.0.8",
"@libp2p/interface-compliance-tests": "^6.1.7",
"@libp2p/logger": "^5.1.2",
"@libp2p/peer-store": "^11.0.9",
"@types/lodash.random": "^3.2.9",
"@types/lodash.range": "^3.2.9",
"@types/sinon": "^17.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
* devDependencies
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

## [5.0.8](https://github.com/libp2p/js-libp2p/compare/keychain-v5.0.7...keychain-v5.0.8) (2024-10-23)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2

## [5.0.7](https://github.com/libp2p/js-libp2p/compare/keychain-v5.0.6...keychain-v5.0.7) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/keychain",
"version": "5.0.7",
"version": "5.0.8",
"description": "Key management and cryptographically protected messages",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/keychain#readme",
Expand Down Expand Up @@ -70,7 +70,7 @@
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@libp2p/logger": "^5.1.1",
"@libp2p/logger": "^5.1.2",
"aegir": "^44.0.1",
"datastore-core": "^10.0.0"
},
Expand Down
28 changes: 28 additions & 0 deletions packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,34 @@
* @libp2p/tcp bumped from ^9.0.14 to ^9.0.15
* @libp2p/websockets bumped from ^8.0.14 to ^8.0.15

## [2.1.10](https://github.com/libp2p/js-libp2p/compare/libp2p-v2.1.9...libp2p-v2.1.10) (2024-10-23)


### Documentation

* add roadmap for 2024/early 25 ([#2754](https://github.com/libp2p/js-libp2p/issues/2754)) ([3bc9769](https://github.com/libp2p/js-libp2p/commit/3bc9769b8aff1e9bb3588905323a2bc6b7d7b7bf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.8 to ^2.0.9
* @libp2p/logger bumped from ^5.1.1 to ^5.1.2
* @libp2p/multistream-select bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-collections bumped from ^6.0.8 to ^6.0.9
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6
* @libp2p/peer-store bumped from ^11.0.8 to ^11.0.9
* @libp2p/utils bumped from ^6.1.1 to ^6.1.2
* devDependencies
* @libp2p/circuit-relay-v2 bumped from ^2.1.5 to ^3.0.0
* @libp2p/identify bumped from ^3.0.8 to ^3.0.9
* @libp2p/interface-compliance-tests bumped from ^6.1.6 to ^6.1.7
* @libp2p/mplex bumped from ^11.0.8 to ^11.0.9
* @libp2p/plaintext bumped from ^2.0.8 to ^2.0.9
* @libp2p/tcp bumped from ^10.0.9 to ^10.0.10
* @libp2p/websockets bumped from ^9.0.8 to ^9.0.9

## [2.1.9](https://github.com/libp2p/js-libp2p/compare/libp2p-v2.1.8...libp2p-v2.1.9) (2024-10-11)


Expand Down
30 changes: 15 additions & 15 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "2.1.9",
"version": "2.1.10",
"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",
Expand Down Expand Up @@ -87,13 +87,13 @@
"dependencies": {
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@libp2p/interface-internal": "^2.0.8",
"@libp2p/logger": "^5.1.1",
"@libp2p/multistream-select": "^6.0.6",
"@libp2p/peer-collections": "^6.0.8",
"@libp2p/peer-id": "^5.0.5",
"@libp2p/peer-store": "^11.0.8",
"@libp2p/utils": "^6.1.1",
"@libp2p/interface-internal": "^2.0.9",
"@libp2p/logger": "^5.1.2",
"@libp2p/multistream-select": "^6.0.7",
"@libp2p/peer-collections": "^6.0.9",
"@libp2p/peer-id": "^5.0.6",
"@libp2p/peer-store": "^11.0.9",
"@libp2p/utils": "^6.1.2",
"@multiformats/dns": "^1.0.6",
"@multiformats/multiaddr": "^12.2.3",
"@multiformats/multiaddr-matcher": "^1.2.1",
Expand All @@ -114,13 +114,13 @@
},
"devDependencies": {
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/circuit-relay-v2": "^2.1.5",
"@libp2p/identify": "^3.0.8",
"@libp2p/interface-compliance-tests": "^6.1.6",
"@libp2p/mplex": "^11.0.8",
"@libp2p/plaintext": "^2.0.8",
"@libp2p/tcp": "^10.0.9",
"@libp2p/websockets": "^9.0.8",
"@libp2p/circuit-relay-v2": "^3.0.0",
"@libp2p/identify": "^3.0.9",
"@libp2p/interface-compliance-tests": "^6.1.7",
"@libp2p/mplex": "^11.0.9",
"@libp2p/plaintext": "^2.0.9",
"@libp2p/tcp": "^10.0.10",
"@libp2p/websockets": "^9.0.9",
"@multiformats/mafmt": "^12.1.6",
"aegir": "^44.0.1",
"delay": "^6.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@
* devDependencies
* @libp2p/peer-id bumped from ^4.0.2 to ^4.0.3

## [5.1.2](https://github.com/libp2p/js-libp2p/compare/logger-v5.1.1...logger-v5.1.2) (2024-10-23)


### Bug Fixes

* error logging in firefox ([#2768](https://github.com/libp2p/js-libp2p/issues/2768)) ([e6b4158](https://github.com/libp2p/js-libp2p/commit/e6b4158c60d000fbb58aab5d93de1cbcc965ae79))


### Documentation

* update readme with link to weald ([#2779](https://github.com/libp2p/js-libp2p/issues/2779)) ([5a25d83](https://github.com/libp2p/js-libp2p/commit/5a25d831467a13cbde5a65f01cfa591e32a80f5d))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/peer-id bumped from ^5.0.5 to ^5.0.6

## [5.1.1](https://github.com/libp2p/js-libp2p/compare/logger-v5.1.0...logger-v5.1.1) (2024-10-09)


Expand Down
Loading
Loading