Skip to content

Commit

Permalink
chore: release main (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Apr 5, 2024
1 parent 3e515f0 commit 9211de1
Show file tree
Hide file tree
Showing 77 changed files with 956 additions and 230 deletions.
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.23","packages/connection-encrypter-plaintext":"1.0.17","packages/connection-encrypter-tls":"1.0.4","packages/crypto":"4.0.4","packages/interface":"1.1.5","packages/interface-compliance-tests":"5.3.3","packages/interface-internal":"1.0.10","packages/kad-dht":"12.0.10","packages/keychain":"4.0.10","packages/libp2p":"1.3.1","packages/logger":"4.0.8","packages/metrics-prometheus":"3.0.17","packages/multistream-select":"5.1.5","packages/peer-collections":"5.1.8","packages/peer-discovery-bootstrap":"10.0.17","packages/peer-discovery-mdns":"10.0.17","packages/peer-id":"4.0.8","packages/peer-id-factory":"4.0.8","packages/peer-record":"7.0.11","packages/peer-store":"10.0.12","packages/protocol-autonat":"1.0.14","packages/protocol-dcutr":"1.0.14","packages/protocol-echo":"1.0.1","packages/protocol-fetch":"1.0.12","packages/protocol-identify":"1.0.16","packages/protocol-perf":"3.0.17","packages/protocol-ping":"1.0.13","packages/pubsub":"9.0.12","packages/pubsub-floodsub":"9.0.13","packages/record":"3.0.4","packages/stream-multiplexer-mplex":"10.0.17","packages/transport-circuit-relay-v2":"1.0.17","packages/transport-tcp":"9.0.17","packages/transport-webrtc":"4.0.23","packages/transport-websockets":"8.0.17","packages/transport-webtransport":"4.0.22","packages/upnp-nat":"1.0.15","packages/utils":"5.2.7"}
{"interop":"2.0.24","packages/connection-encrypter-plaintext":"1.0.18","packages/connection-encrypter-tls":"1.0.5","packages/crypto":"4.0.5","packages/interface":"1.1.6","packages/interface-compliance-tests":"5.3.4","packages/interface-internal":"1.0.11","packages/kad-dht":"12.0.11","packages/keychain":"4.0.11","packages/libp2p":"1.3.2","packages/logger":"4.0.9","packages/metrics-prometheus":"3.0.18","packages/multistream-select":"5.1.6","packages/peer-collections":"5.1.9","packages/peer-discovery-bootstrap":"10.0.18","packages/peer-discovery-mdns":"10.0.18","packages/peer-id":"4.0.9","packages/peer-id-factory":"4.0.9","packages/peer-record":"7.0.12","packages/peer-store":"10.0.13","packages/protocol-autonat":"1.0.15","packages/protocol-dcutr":"1.0.15","packages/protocol-echo":"1.0.2","packages/protocol-fetch":"1.0.13","packages/protocol-identify":"1.0.17","packages/protocol-perf":"3.0.18","packages/protocol-ping":"1.0.14","packages/pubsub":"9.0.13","packages/pubsub-floodsub":"9.0.14","packages/record":"4.0.0","packages/stream-multiplexer-mplex":"10.0.18","packages/transport-circuit-relay-v2":"1.0.18","packages/transport-tcp":"9.0.18","packages/transport-webrtc":"4.0.24","packages/transport-websockets":"8.0.18","packages/transport-webtransport":"4.0.23","packages/upnp-nat":"1.0.16","packages/utils":"5.2.8"}
22 changes: 22 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,28 @@
* @libp2p/webtransport bumped from ^4.0.18 to ^4.0.19
* libp2p bumped from ^1.2.2 to ^1.2.3

## [2.0.24](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.23...multidim-interop-v2.0.24) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.17 to ^1.0.18
* @libp2p/identify bumped from ^1.0.16 to ^1.0.17
* @libp2p/mplex bumped from ^10.0.17 to ^10.0.18
* @libp2p/ping bumped from ^1.0.13 to ^1.0.14
* @libp2p/tcp bumped from ^9.0.17 to ^9.0.18
* @libp2p/webrtc bumped from ^4.0.23 to ^4.0.24
* @libp2p/websockets bumped from ^8.0.17 to ^8.0.18
* @libp2p/webtransport bumped from ^4.0.22 to ^4.0.23
* libp2p bumped from ^1.3.1 to ^1.3.2

## [2.0.23](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.22...multidim-interop-v2.0.23) (2024-03-28)


Expand Down
20 changes: 10 additions & 10 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.23",
"version": "2.0.24",
"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.2",
"@libp2p/circuit-relay-v2": "^1.0.17",
"@libp2p/identify": "^1.0.16",
"@libp2p/mplex": "^10.0.17",
"@libp2p/ping": "^1.0.13",
"@libp2p/tcp": "^9.0.17",
"@libp2p/webrtc": "^4.0.23",
"@libp2p/websockets": "^8.0.17",
"@libp2p/webtransport": "^4.0.22",
"@libp2p/circuit-relay-v2": "^1.0.18",
"@libp2p/identify": "^1.0.17",
"@libp2p/mplex": "^10.0.18",
"@libp2p/ping": "^1.0.14",
"@libp2p/tcp": "^9.0.18",
"@libp2p/webrtc": "^4.0.24",
"@libp2p/websockets": "^8.0.18",
"@libp2p/webtransport": "^4.0.23",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.2.1",
"aegir": "^42.2.5",
"libp2p": "^1.3.1",
"libp2p": "^1.3.2",
"redis": "^4.6.13"
},
"browser": {
Expand Down
19 changes: 19 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,25 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1

## [1.0.18](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.17...plaintext-v1.0.18) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6
* @libp2p/peer-id bumped from ^4.0.8 to ^4.0.9
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.3 to ^5.3.4
* @libp2p/logger bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id-factory bumped from ^4.0.8 to ^4.0.9

## [1.0.17](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.16...plaintext-v1.0.17) (2024-03-28)


Expand Down
12 changes: 6 additions & 6 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.17",
"version": "1.0.18",
"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 @@ -52,17 +52,17 @@
"doc-check": "aegir doc-check"
},
"dependencies": {
"@libp2p/interface": "^1.1.5",
"@libp2p/peer-id": "^4.0.8",
"@libp2p/interface": "^1.1.6",
"@libp2p/peer-id": "^4.0.9",
"it-protobuf-stream": "^1.1.2",
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.4.0",
"uint8arraylist": "^2.4.8"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.3.3",
"@libp2p/logger": "^4.0.8",
"@libp2p/peer-id-factory": "^4.0.8",
"@libp2p/interface-compliance-tests": "^5.3.4",
"@libp2p/logger": "^4.0.9",
"@libp2p/peer-id-factory": "^4.0.9",
"@multiformats/multiaddr": "^12.2.1",
"aegir": "^42.2.5",
"protons": "^7.5.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/connection-encrypter-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1

## [1.0.5](https://github.com/libp2p/js-libp2p/compare/tls-v1.0.4...tls-v1.0.5) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^4.0.4 to ^4.0.5
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6
* @libp2p/peer-id bumped from ^4.0.8 to ^4.0.9
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.3 to ^5.3.4
* @libp2p/logger bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id-factory bumped from ^4.0.8 to ^4.0.9

## [1.0.4](https://github.com/libp2p/js-libp2p/compare/tls-v1.0.3...tls-v1.0.4) (2024-04-02)


Expand Down
14 changes: 7 additions & 7 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": "1.0.4",
"version": "1.0.5",
"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 @@ -48,9 +48,9 @@
"doc-check": "aegir doc-check"
},
"dependencies": {
"@libp2p/crypto": "^4.0.4",
"@libp2p/interface": "^1.1.5",
"@libp2p/peer-id": "^4.0.8",
"@libp2p/crypto": "^4.0.5",
"@libp2p/interface": "^1.1.6",
"@libp2p/peer-id": "^4.0.9",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/webcrypto": "^1.4.6",
Expand All @@ -63,9 +63,9 @@
"uint8arrays": "^5.0.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.3.3",
"@libp2p/logger": "^4.0.8",
"@libp2p/peer-id-factory": "^4.0.8",
"@libp2p/interface-compliance-tests": "^5.3.4",
"@libp2p/logger": "^4.0.9",
"@libp2p/peer-id-factory": "^4.0.9",
"@multiformats/multiaddr": "^12.2.1",
"aegir": "^42.2.5",
"protons": "^7.5.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
* dependencies
* @libp2p/interface bumped from ^1.0.2 to ^1.1.0

## [4.0.5](https://github.com/libp2p/js-libp2p/compare/crypto-v4.0.4...crypto-v4.0.5) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6

## [4.0.4](https://github.com/libp2p/js-libp2p/compare/crypto-v4.0.3...crypto-v4.0.4) (2024-03-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/crypto",
"version": "4.0.4",
"version": "4.0.5",
"description": "Crypto primitives for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/crypto#readme",
Expand Down Expand Up @@ -84,7 +84,7 @@
"generate": "protons ./src/keys/keys.proto"
},
"dependencies": {
"@libp2p/interface": "^1.1.5",
"@libp2p/interface": "^1.1.6",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"asn1js": "^3.0.5",
Expand Down
21 changes: 21 additions & 0 deletions packages/interface-compliance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,27 @@
* dependencies
* @libp2p/utils bumped from ^5.2.4 to ^5.2.5

## [5.3.4](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.3.3...interface-compliance-tests-v5.3.4) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6
* @libp2p/interface-internal bumped from ^1.0.10 to ^1.0.11
* @libp2p/logger bumped from ^4.0.8 to ^4.0.9
* @libp2p/multistream-select bumped from ^5.1.5 to ^5.1.6
* @libp2p/peer-collections bumped from ^5.1.8 to ^5.1.9
* @libp2p/peer-id bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id-factory bumped from ^4.0.8 to ^4.0.9
* @libp2p/utils bumped from ^5.2.7 to ^5.2.8

## [5.3.3](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.3.2...interface-compliance-tests-v5.3.3) (2024-03-28)


Expand Down
18 changes: 9 additions & 9 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.3.3",
"version": "5.3.4",
"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 @@ -112,14 +112,14 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "^1.1.5",
"@libp2p/interface-internal": "^1.0.10",
"@libp2p/logger": "^4.0.8",
"@libp2p/multistream-select": "^5.1.5",
"@libp2p/peer-collections": "^5.1.8",
"@libp2p/peer-id": "^4.0.8",
"@libp2p/peer-id-factory": "^4.0.8",
"@libp2p/utils": "^5.2.7",
"@libp2p/interface": "^1.1.6",
"@libp2p/interface-internal": "^1.0.11",
"@libp2p/logger": "^4.0.9",
"@libp2p/multistream-select": "^5.1.6",
"@libp2p/peer-collections": "^5.1.9",
"@libp2p/peer-id": "^4.0.9",
"@libp2p/peer-id-factory": "^4.0.9",
"@libp2p/utils": "^5.2.8",
"@multiformats/multiaddr": "^12.2.1",
"abortable-iterator": "^5.0.1",
"aegir": "^42.2.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/interface-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
* dependencies
* @libp2p/peer-collections bumped from ^5.1.3 to ^5.1.4

## [1.0.11](https://github.com/libp2p/js-libp2p/compare/interface-internal-v1.0.10...interface-internal-v1.0.11) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6
* @libp2p/peer-collections bumped from ^5.1.8 to ^5.1.9

## [1.0.10](https://github.com/libp2p/js-libp2p/compare/interface-internal-v1.0.9...interface-internal-v1.0.10) (2024-03-28)


Expand Down
6 changes: 3 additions & 3 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": "1.0.10",
"version": "1.0.11",
"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 @@ -48,8 +48,8 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "^1.1.5",
"@libp2p/peer-collections": "^5.1.8",
"@libp2p/interface": "^1.1.6",
"@libp2p/peer-collections": "^5.1.9",
"@multiformats/multiaddr": "^12.2.1",
"uint8arraylist": "^2.4.8"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

* add start/stop events to libp2p interface ([#407](https://github.com/libp2p/js-libp2p-interfaces/issues/407)) ([016c1e8](https://github.com/libp2p/js-libp2p-interfaces/commit/016c1e82b060c93c80546cd8c493ec6e6c97cbec))

## [1.1.6](https://github.com/libp2p/js-libp2p/compare/interface-v1.1.5...interface-v1.1.6) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))

## [1.1.5](https://github.com/libp2p/js-libp2p/compare/interface-v1.1.4...interface-v1.1.5) (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interface",
"version": "1.1.5",
"version": "1.1.6",
"description": "The interface implemented by a libp2p node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface#readme",
Expand Down
26 changes: 26 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,32 @@
* @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

## [12.0.11](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.10...kad-dht-v12.0.11) (2024-04-05)


### Bug Fixes

* add @libp2p/record module to monorepo ([#2466](https://github.com/libp2p/js-libp2p/issues/2466)) ([3ffecc5](https://github.com/libp2p/js-libp2p/commit/3ffecc5bfe806a678c1b0228ff830f1811630718))
* count dht providers and abort when enough found ([#2470](https://github.com/libp2p/js-libp2p/issues/2470)) ([3e515f0](https://github.com/libp2p/js-libp2p/commit/3e515f007d685a35fe98ad9961fe1ccbb04f3e69))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^4.0.4 to ^4.0.5
* @libp2p/interface bumped from ^1.1.5 to ^1.1.6
* @libp2p/interface-internal bumped from ^1.0.10 to ^1.0.11
* @libp2p/peer-collections bumped from ^5.1.8 to ^5.1.9
* @libp2p/peer-id bumped from ^4.0.8 to ^4.0.9
* @libp2p/record bumped from ^3.0.4 to ^4.0.0
* @libp2p/utils bumped from ^5.2.7 to ^5.2.8
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.3.3 to ^5.3.4
* @libp2p/logger bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id-factory bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-store bumped from ^10.0.12 to ^10.0.13

## [12.0.10](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.9...kad-dht-v12.0.10) (2024-03-28)


Expand Down
Loading

0 comments on commit 9211de1

Please sign in to comment.