Skip to content
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 @@
{"interop":"2.0.16","packages/connection-encrypter-plaintext":"1.0.12","packages/crypto":"4.0.1","packages/interface":"1.1.2","packages/interface-compliance-tests":"5.1.3","packages/interface-internal":"1.0.7","packages/kad-dht":"12.0.4","packages/keychain":"4.0.7","packages/libp2p":"1.2.0","packages/logger":"4.0.5","packages/metrics-prometheus":"3.0.12","packages/multistream-select":"5.1.2","packages/peer-collections":"5.1.5","packages/peer-discovery-bootstrap":"10.0.12","packages/peer-discovery-mdns":"10.0.12","packages/peer-id":"4.0.5","packages/peer-id-factory":"4.0.5","packages/peer-record":"7.0.6","packages/peer-store":"10.0.7","packages/protocol-autonat":"1.0.9","packages/protocol-dcutr":"1.0.9","packages/protocol-fetch":"1.0.9","packages/protocol-identify":"1.0.11","packages/protocol-perf":"3.0.12","packages/protocol-ping":"1.0.10","packages/pubsub":"9.0.7","packages/pubsub-floodsub":"9.0.8","packages/stream-multiplexer-mplex":"10.0.12","packages/transport-circuit-relay-v2":"1.0.12","packages/transport-tcp":"9.0.12","packages/transport-webrtc":"4.0.16","packages/transport-websockets":"8.0.12","packages/transport-webtransport":"4.0.16","packages/upnp-nat":"1.0.10","packages/utils":"5.2.2"}
{"interop":"2.0.17","packages/connection-encrypter-plaintext":"1.0.13","packages/crypto":"4.0.1","packages/interface":"1.1.2","packages/interface-compliance-tests":"5.2.0","packages/interface-internal":"1.0.7","packages/kad-dht":"12.0.5","packages/keychain":"4.0.7","packages/libp2p":"1.2.1","packages/logger":"4.0.5","packages/metrics-prometheus":"3.0.13","packages/multistream-select":"5.1.2","packages/peer-collections":"5.1.5","packages/peer-discovery-bootstrap":"10.0.13","packages/peer-discovery-mdns":"10.0.13","packages/peer-id":"4.0.5","packages/peer-id-factory":"4.0.5","packages/peer-record":"7.0.7","packages/peer-store":"10.0.8","packages/protocol-autonat":"1.0.10","packages/protocol-dcutr":"1.0.10","packages/protocol-fetch":"1.0.9","packages/protocol-identify":"1.0.12","packages/protocol-perf":"3.0.13","packages/protocol-ping":"1.0.10","packages/pubsub":"9.0.8","packages/pubsub-floodsub":"9.0.9","packages/stream-multiplexer-mplex":"10.0.13","packages/transport-circuit-relay-v2":"1.0.13","packages/transport-tcp":"9.0.13","packages/transport-webrtc":"4.0.17","packages/transport-websockets":"8.0.13","packages/transport-webtransport":"4.0.17","packages/upnp-nat":"1.0.11","packages/utils":"5.2.3"}
17 changes: 17 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@
* @libp2p/webtransport bumped from ^4.0.14 to ^4.0.15
* libp2p bumped from ^1.1.1 to ^1.1.2

## [2.0.17](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.16...multidim-interop-v2.0.17) (2024-01-24)


### Dependencies

* bump @chainsafe/libp2p-noise from 14.1.0 to 15.0.0 ([#2364](https://github.com/libp2p/js-libp2p/issues/2364)) ([9376e61](https://github.com/libp2p/js-libp2p/commit/9376e61a1fbc21f3c0e350aa78846be2651d6c39))
* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.12 to ^1.0.13
* @libp2p/identify bumped from ^1.0.11 to ^1.0.12
* @libp2p/mplex bumped from ^10.0.12 to ^10.0.13
* @libp2p/tcp bumped from ^9.0.12 to ^9.0.13
* @libp2p/webrtc bumped from ^4.0.16 to ^4.0.17
* @libp2p/websockets bumped from ^8.0.12 to ^8.0.13
* @libp2p/webtransport bumped from ^4.0.16 to ^4.0.17
* libp2p bumped from ^1.2.0 to ^1.2.1

## [2.0.16](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.15...multidim-interop-v2.0.16) (2024-01-16)


Expand Down
18 changes: 9 additions & 9 deletions interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/multidim-interop",
"version": "2.0.16",
"version": "2.0.17",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -57,18 +57,18 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.12",
"@libp2p/identify": "^1.0.11",
"@libp2p/mplex": "^10.0.12",
"@libp2p/circuit-relay-v2": "^1.0.13",
"@libp2p/identify": "^1.0.12",
"@libp2p/mplex": "^10.0.13",
"@libp2p/ping": "^1.0.10",
"@libp2p/tcp": "^9.0.12",
"@libp2p/webrtc": "^4.0.16",
"@libp2p/websockets": "^8.0.12",
"@libp2p/webtransport": "^4.0.16",
"@libp2p/tcp": "^9.0.13",
"@libp2p/webrtc": "^4.0.17",
"@libp2p/websockets": "^8.0.13",
"@libp2p/webtransport": "^4.0.17",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^42.0.0",
"libp2p": "^1.2.0",
"libp2p": "^1.2.1",
"redis": "^4.5.1"
},
"browser": {
Expand Down
6 changes: 6 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
* @libp2p/interface-compliance-tests bumped from ^5.1.1 to ^5.1.2
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0

## [1.0.12](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.11...plaintext-v1.0.12) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 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": "1.0.12",
"version": "1.0.13",
"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 @@ -59,7 +59,7 @@
"uint8arraylist": "^2.4.7"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@multiformats/multiaddr": "^12.1.10",
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 @@ -69,6 +69,20 @@
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4
* @libp2p/utils bumped from ^5.2.0 to ^5.2.1

## [5.2.0](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.1.3...interface-compliance-tests-v5.2.0) (2024-01-24)


### Features

* add sinon matchers for PeerIds and Multiaddrs to test module ([#2373](https://github.com/libp2p/js-libp2p/issues/2373)) ([2e464c0](https://github.com/libp2p/js-libp2p/commit/2e464c09993c919f66a465d8c0ed511f6a9e9c90))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^5.2.2 to ^5.2.3

## [5.1.3](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.1.2...interface-compliance-tests-v5.1.3) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 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": "5.1.3",
"version": "5.2.0",
"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 @@ -118,7 +118,7 @@
"@libp2p/peer-collections": "^5.1.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@libp2p/utils": "^5.2.3",
"@multiformats/multiaddr": "^12.1.10",
"abortable-iterator": "^5.0.1",
"aegir": "^42.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,23 @@
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4
* @libp2p/peer-store bumped from ^10.0.5 to ^10.0.6

## [12.0.5](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.4...kad-dht-v12.0.5) (2024-01-24)


### Bug Fixes

* add local definition of isPrivateIp ([#2362](https://github.com/libp2p/js-libp2p/issues/2362)) ([f27138c](https://github.com/libp2p/js-libp2p/commit/f27138ca1f552c4ad3e5d325fef626ba6783f0fd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^5.2.2 to ^5.2.3
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0
* @libp2p/peer-store bumped from ^10.0.7 to ^10.0.8

## [12.0.4](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.3...kad-dht-v12.0.4) (2024-01-16)


Expand Down
8 changes: 4 additions & 4 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": "12.0.4",
"version": "12.0.5",
"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 @@ -61,7 +61,7 @@
"@libp2p/interface-internal": "^1.0.7",
"@libp2p/peer-collections": "^5.1.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@libp2p/utils": "^5.2.3",
"@multiformats/multiaddr": "^12.1.10",
"@types/sinon": "^17.0.0",
"any-signal": "^4.1.1",
Expand Down Expand Up @@ -89,10 +89,10 @@
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/peer-store": "^10.0.7",
"@libp2p/peer-store": "^10.0.8",
"@types/lodash.random": "^3.2.6",
"@types/lodash.range": "^3.2.6",
"@types/which": "^3.0.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,29 @@
* @libp2p/tcp bumped from ^9.0.5 to ^9.0.6
* @libp2p/websockets bumped from ^8.0.5 to ^8.0.6

## [1.2.1](https://github.com/libp2p/js-libp2p/compare/libp2p-v1.2.0...libp2p-v1.2.1) (2024-01-24)


### Bug Fixes

* add local definition of isPrivateIp ([#2362](https://github.com/libp2p/js-libp2p/issues/2362)) ([f27138c](https://github.com/libp2p/js-libp2p/commit/f27138ca1f552c4ad3e5d325fef626ba6783f0fd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-store bumped from ^10.0.7 to ^10.0.8
* @libp2p/utils bumped from ^5.2.2 to ^5.2.3
* devDependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.12 to ^1.0.13
* @libp2p/identify bumped from ^1.0.11 to ^1.0.12
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0
* @libp2p/mplex bumped from ^10.0.12 to ^10.0.13
* @libp2p/plaintext bumped from ^1.0.12 to ^1.0.13
* @libp2p/tcp bumped from ^9.0.12 to ^9.0.13
* @libp2p/websockets bumped from ^8.0.12 to ^8.0.13

## [1.2.0](https://github.com/libp2p/js-libp2p/compare/libp2p-v1.1.2...libp2p-v1.2.0) (2024-01-16)


Expand Down
20 changes: 10 additions & 10 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "1.2.0",
"version": "1.2.1",
"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 @@ -92,8 +92,8 @@
"@libp2p/peer-collections": "^5.1.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/peer-store": "^10.0.7",
"@libp2p/utils": "^5.2.2",
"@libp2p/peer-store": "^10.0.8",
"@libp2p/utils": "^5.2.3",
"@multiformats/multiaddr": "^12.1.10",
"any-signal": "^4.1.1",
"datastore-core": "^9.0.1",
Expand All @@ -106,13 +106,13 @@
},
"devDependencies": {
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.12",
"@libp2p/identify": "^1.0.11",
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/mplex": "^10.0.12",
"@libp2p/plaintext": "^1.0.12",
"@libp2p/tcp": "^9.0.12",
"@libp2p/websockets": "^8.0.12",
"@libp2p/circuit-relay-v2": "^1.0.13",
"@libp2p/identify": "^1.0.12",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/mplex": "^10.0.13",
"@libp2p/plaintext": "^1.0.13",
"@libp2p/tcp": "^9.0.13",
"@libp2p/websockets": "^8.0.13",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr-matcher": "^1.1.0",
"aegir": "^42.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/metrics-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
* @libp2p/interface-compliance-tests bumped from ^5.1.1 to ^5.1.2
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0

## [3.0.12](https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v3.0.11...prometheus-metrics-v3.0.12) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/metrics-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/prometheus-metrics",
"version": "3.0.12",
"version": "3.0.13",
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"uint8arraylist": "^2.4.7"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@multiformats/multiaddr": "^12.1.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-discovery-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.1 to ^5.1.2

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0

## [10.0.12](https://github.com/libp2p/js-libp2p/compare/bootstrap-v10.0.11...bootstrap-v10.0.12) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/peer-discovery-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/bootstrap",
"version": "10.0.12",
"version": "10.0.13",
"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",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@multiformats/multiaddr": "^12.1.10"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/logger": "^4.0.5",
"aegir": "^42.0.0",
"sinon-ts": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/peer-discovery-mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
* @libp2p/interface-compliance-tests bumped from ^5.1.1 to ^5.1.2
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^5.2.2 to ^5.2.3
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.3 to ^5.2.0

## [10.0.12](https://github.com/libp2p/js-libp2p/compare/mdns-v10.0.11...mdns-v10.0.12) (2024-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/peer-discovery-mdns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/mdns",
"version": "10.0.12",
"version": "10.0.13",
"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",
Expand Down Expand Up @@ -52,14 +52,14 @@
"@libp2p/interface": "^1.1.2",
"@libp2p/interface-internal": "^1.0.7",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@libp2p/utils": "^5.2.3",
"@multiformats/multiaddr": "^12.1.10",
"@types/multicast-dns": "^7.2.1",
"dns-packet": "^5.4.0",
"multicast-dns": "^7.2.5"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"aegir": "^42.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-record/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
* devDependencies
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^5.2.2 to ^5.2.3

## [7.0.6](https://github.com/libp2p/js-libp2p/compare/peer-record-v7.0.5...peer-record-v7.0.6) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/peer-record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/peer-record",
"version": "7.0.6",
"version": "7.0.7",
"description": "Used to transfer signed peer data across the network",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-record#readme",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@libp2p/crypto": "^4.0.1",
"@libp2p/interface": "^1.1.2",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@libp2p/utils": "^5.2.3",
"@multiformats/multiaddr": "^12.1.10",
"protons-runtime": "^5.0.0",
"uint8-varint": "^2.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
* devDependencies
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-record bumped from ^7.0.6 to ^7.0.7

## [10.0.7](https://github.com/libp2p/js-libp2p/compare/peer-store-v10.0.6...peer-store-v10.0.7) (2024-01-16)


Expand Down
Loading