Skip to content

Commit

Permalink
chore: release main (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 30, 2023
1 parent 6eaaffc commit 242fd96
Show file tree
Hide file tree
Showing 71 changed files with 876 additions and 217 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.1","packages/connection-encrypter-plaintext":"1.0.1","packages/crypto":"3.0.1","packages/interface":"1.0.1","packages/interface-compliance-tests":"5.0.1","packages/interface-internal":"0.1.11","packages/kad-dht":"11.0.1","packages/keychain":"4.0.1","packages/libp2p":"1.0.1","packages/logger":"4.0.1","packages/metrics-prometheus":"3.0.1","packages/multistream-select":"4.0.8","packages/peer-collections":"4.0.10","packages/peer-discovery-bootstrap":"10.0.1","packages/peer-discovery-mdns":"10.0.1","packages/peer-id":"4.0.1","packages/peer-id-factory":"3.0.10","packages/peer-record":"6.0.11","packages/peer-store":"9.0.11","packages/protocol-autonat":"1.0.1","packages/protocol-dcutr":"1.0.1","packages/protocol-fetch":"1.0.1","packages/protocol-identify":"1.0.1","packages/protocol-perf":"3.0.1","packages/protocol-ping":"1.0.1","packages/pubsub":"8.0.12","packages/pubsub-floodsub":"8.0.15","packages/stream-multiplexer-mplex":"10.0.1","packages/transport-circuit-relay-v2":"1.0.1","packages/transport-tcp":"9.0.1","packages/transport-webrtc":"4.0.1","packages/transport-websockets":"8.0.1","packages/transport-webtransport":"4.0.1","packages/upnp-nat":"1.0.1","packages/utils":"5.0.1"}
{"interop":"2.0.2","packages/connection-encrypter-plaintext":"1.0.2","packages/crypto":"3.0.2","packages/interface":"1.0.2","packages/interface-compliance-tests":"5.0.2","packages/interface-internal":"0.1.12","packages/kad-dht":"11.0.2","packages/keychain":"4.0.2","packages/libp2p":"1.0.2","packages/logger":"4.0.2","packages/metrics-prometheus":"3.0.2","packages/multistream-select":"4.0.9","packages/peer-collections":"4.0.11","packages/peer-discovery-bootstrap":"10.0.2","packages/peer-discovery-mdns":"10.0.2","packages/peer-id":"4.0.2","packages/peer-id-factory":"3.0.11","packages/peer-record":"6.0.12","packages/peer-store":"9.0.12","packages/protocol-autonat":"1.0.2","packages/protocol-dcutr":"1.0.2","packages/protocol-fetch":"1.0.2","packages/protocol-identify":"1.0.2","packages/protocol-perf":"3.0.2","packages/protocol-ping":"1.0.2","packages/pubsub":"8.0.13","packages/pubsub-floodsub":"8.0.16","packages/stream-multiplexer-mplex":"10.0.2","packages/transport-circuit-relay-v2":"1.0.2","packages/transport-tcp":"9.0.2","packages/transport-webrtc":"4.0.2","packages/transport-websockets":"8.0.2","packages/transport-webtransport":"4.0.2","packages/upnp-nat":"1.0.2","packages/utils":"5.0.2"}
22 changes: 22 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.2](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.1...multidim-interop-v2.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.1 to ^1.0.2
* @libp2p/identify bumped from ^1.0.1 to ^1.0.2
* @libp2p/mplex bumped from ^10.0.1 to ^10.0.2
* @libp2p/ping bumped from ^1.0.1 to ^1.0.2
* @libp2p/tcp bumped from ^9.0.1 to ^9.0.2
* @libp2p/webrtc bumped from ^4.0.1 to ^4.0.2
* @libp2p/websockets bumped from ^8.0.1 to ^8.0.2
* @libp2p/webtransport bumped from ^4.0.1 to ^4.0.2
* libp2p bumped from ^1.0.1 to ^1.0.2

## [2.0.1](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.0...multidim-interop-v2.0.1) (2023-11-30)


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.1",
"version": "2.0.2",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <glen@littlebearlabs.io> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -53,18 +53,18 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^14.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.1",
"@libp2p/identify": "^1.0.1",
"@libp2p/mplex": "^10.0.1",
"@libp2p/ping": "^1.0.1",
"@libp2p/tcp": "^9.0.1",
"@libp2p/webrtc": "^4.0.1",
"@libp2p/websockets": "^8.0.1",
"@libp2p/webtransport": "^4.0.1",
"@libp2p/circuit-relay-v2": "^1.0.2",
"@libp2p/identify": "^1.0.2",
"@libp2p/mplex": "^10.0.2",
"@libp2p/ping": "^1.0.2",
"@libp2p/tcp": "^9.0.2",
"@libp2p/webrtc": "^4.0.2",
"@libp2p/websockets": "^8.0.2",
"@libp2p/webtransport": "^4.0.2",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^41.0.2",
"libp2p": "^1.0.1",
"libp2p": "^1.0.2",
"redis": "^4.5.1"
},
"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
@@ -1,5 +1,24 @@
# Changelog

## [1.0.2](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.1...plaintext-v1.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2
* @libp2p/peer-id bumped from ^4.0.1 to ^4.0.2
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.1 to ^5.0.2
* @libp2p/logger bumped from ^4.0.1 to ^4.0.2
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^3.0.11

## [1.0.1](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.0...plaintext-v1.0.1) (2023-11-30)


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.1",
"version": "1.0.2",
"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 @@ -51,18 +51,18 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/interface": "^1.0.1",
"@libp2p/peer-id": "^4.0.1",
"@libp2p/interface": "^1.0.2",
"@libp2p/peer-id": "^4.0.2",
"@multiformats/multiaddr": "^12.1.10",
"it-protobuf-stream": "^1.1.1",
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.1",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^3.0.10",
"@libp2p/interface-compliance-tests": "^5.0.2",
"@libp2p/logger": "^4.0.2",
"@libp2p/peer-id-factory": "^3.0.11",
"aegir": "^41.0.2",
"protons": "^7.3.0",
"sinon": "^17.0.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 @@ -5,6 +5,20 @@

* **dev:** bump aegir from 38.1.8 to 39.0.5 ([#320](https://github.com/libp2p/js-libp2p-crypto/issues/320)) ([f0b4c06](https://github.com/libp2p/js-libp2p-crypto/commit/f0b4c068a23d78b1376865c6adf6cce21ab91196))

## [3.0.2](https://github.com/libp2p/js-libp2p/compare/crypto-v3.0.1...crypto-v3.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2

## [3.0.1](https://github.com/libp2p/js-libp2p/compare/crypto-v3.0.0...crypto-v3.0.1) (2023-11-30)


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": "3.0.1",
"version": "3.0.2",
"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 @@ -90,7 +90,7 @@
"generate": "protons ./src/keys/keys.proto"
},
"dependencies": {
"@libp2p/interface": "^1.0.1",
"@libp2p/interface": "^1.0.2",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"multiformats": "^12.1.3",
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 @@ -5,6 +5,27 @@

* 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))

## [5.0.2](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.0.1...interface-compliance-tests-v5.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2
* @libp2p/interface-internal bumped from ^0.1.11 to ^0.1.12
* @libp2p/logger bumped from ^4.0.1 to ^4.0.2
* @libp2p/multistream-select bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-collections bumped from ^4.0.10 to ^4.0.11
* @libp2p/peer-id bumped from ^4.0.1 to ^4.0.2
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^3.0.11
* @libp2p/utils bumped from ^5.0.1 to ^5.0.2

## [5.0.1](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.0.0...interface-compliance-tests-v5.0.1) (2023-11-30)


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.0.1",
"version": "5.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",
Expand Down Expand Up @@ -103,14 +103,14 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "^1.0.1",
"@libp2p/interface-internal": "^0.1.11",
"@libp2p/logger": "^4.0.1",
"@libp2p/multistream-select": "^4.0.8",
"@libp2p/peer-collections": "^4.0.10",
"@libp2p/peer-id": "^4.0.1",
"@libp2p/peer-id-factory": "^3.0.10",
"@libp2p/utils": "^5.0.1",
"@libp2p/interface": "^1.0.2",
"@libp2p/interface-internal": "^0.1.12",
"@libp2p/logger": "^4.0.2",
"@libp2p/multistream-select": "^4.0.9",
"@libp2p/peer-collections": "^4.0.11",
"@libp2p/peer-id": "^4.0.2",
"@libp2p/peer-id-factory": "^3.0.11",
"@libp2p/utils": "^5.0.2",
"@multiformats/multiaddr": "^12.1.10",
"abortable-iterator": "^5.0.1",
"aegir": "^41.0.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/interface-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.12](https://github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.11...interface-internal-v0.1.12) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2
* @libp2p/peer-collections bumped from ^4.0.10 to ^4.0.11

## [0.1.11](https://github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.10...interface-internal-v0.1.11) (2023-11-30)


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": "0.1.11",
"version": "0.1.12",
"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 @@ -63,8 +63,8 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "^1.0.1",
"@libp2p/peer-collections": "^4.0.10",
"@libp2p/interface": "^1.0.2",
"@libp2p/peer-collections": "^4.0.11",
"@multiformats/multiaddr": "^12.1.10",
"uint8arraylist": "^2.4.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

* 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.0.2](https://github.com/libp2p/js-libp2p/compare/interface-v1.0.1...interface-v1.0.2) (2023-11-30)


### Bug Fixes

* add status property ([#2269](https://github.com/libp2p/js-libp2p/issues/2269)) ([a32e70b](https://github.com/libp2p/js-libp2p/commit/a32e70bac126a0746dff9f7c87a4d6211a00fa7a))
* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))

## [1.0.1](https://github.com/libp2p/js-libp2p/compare/interface-v1.0.0...interface-v1.0.1) (2023-11-30)


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.0.1",
"version": "1.0.2",
"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
23 changes: 23 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@

* 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))

## [11.0.2](https://github.com/libp2p/js-libp2p/compare/kad-dht-v11.0.1...kad-dht-v11.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^3.0.1 to ^3.0.2
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2
* @libp2p/interface-internal bumped from ^0.1.11 to ^0.1.12
* @libp2p/peer-collections bumped from ^4.0.10 to ^4.0.11
* @libp2p/peer-id bumped from ^4.0.1 to ^4.0.2
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.1 to ^5.0.2
* @libp2p/logger bumped from ^4.0.1 to ^4.0.2
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^3.0.11
* @libp2p/peer-store bumped from ^9.0.11 to ^9.0.12

## [11.0.1](https://github.com/libp2p/js-libp2p/compare/kad-dht-v11.0.0...kad-dht-v11.0.1) (2023-11-30)


Expand Down
20 changes: 10 additions & 10 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": "11.0.1",
"version": "11.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 @@ -56,11 +56,11 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/crypto": "^3.0.1",
"@libp2p/interface": "^1.0.1",
"@libp2p/interface-internal": "^0.1.11",
"@libp2p/peer-collections": "^4.0.10",
"@libp2p/peer-id": "^4.0.1",
"@libp2p/crypto": "^3.0.2",
"@libp2p/interface": "^1.0.2",
"@libp2p/interface-internal": "^0.1.12",
"@libp2p/peer-collections": "^4.0.11",
"@libp2p/peer-id": "^4.0.2",
"@multiformats/multiaddr": "^12.1.10",
"@types/sinon": "^17.0.0",
"any-signal": "^4.1.1",
Expand Down Expand Up @@ -91,10 +91,10 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.1",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^3.0.10",
"@libp2p/peer-store": "^9.0.11",
"@libp2p/interface-compliance-tests": "^5.0.2",
"@libp2p/logger": "^4.0.2",
"@libp2p/peer-id-factory": "^3.0.11",
"@libp2p/peer-store": "^9.0.12",
"@types/lodash.random": "^3.2.6",
"@types/lodash.range": "^3.2.6",
"@types/which": "^3.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@

* **dev:** bump aegir from 38.1.8 to 39.0.10 ([#70](https://github.com/libp2p/js-libp2p-keychain/issues/70)) ([4da4a08](https://github.com/libp2p/js-libp2p-keychain/commit/4da4a08b86f436c36e2fae48ecc48817e9b8066f))

## [4.0.2](https://github.com/libp2p/js-libp2p/compare/keychain-v4.0.1...keychain-v4.0.2) (2023-11-30)


### Bug Fixes

* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^3.0.1 to ^3.0.2
* @libp2p/interface bumped from ^1.0.1 to ^1.0.2
* @libp2p/peer-id bumped from ^4.0.1 to ^4.0.2
* devDependencies
* @libp2p/logger bumped from ^4.0.1 to ^4.0.2
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^3.0.11

## [4.0.1](https://github.com/libp2p/js-libp2p/compare/keychain-v4.0.0...keychain-v4.0.1) (2023-11-30)


Expand Down

0 comments on commit 242fd96

Please sign in to comment.