Skip to content

Commit

Permalink
chore: release master (#2174)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 25, 2023
1 parent 50f912c commit c6db210
Show file tree
Hide file tree
Showing 55 changed files with 603 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"interop":"1.0.7","packages/crypto":"2.0.5","packages/interface":"0.1.3","packages/interface-compliance-tests":"4.1.1","packages/interface-internal":"0.1.6","packages/kad-dht":"10.0.10","packages/keychain":"3.0.5","packages/libp2p":"0.46.15","packages/logger":"3.0.3","packages/metrics-prometheus":"2.0.8","packages/multistream-select":"4.0.3","packages/peer-collections":"4.0.5","packages/peer-discovery-bootstrap":"9.0.8","packages/peer-discovery-mdns":"9.0.10","packages/peer-id":"3.0.3","packages/peer-id-factory":"3.0.5","packages/peer-record":"6.0.6","packages/peer-store":"9.0.6","packages/protocol-perf":"1.1.12","packages/pubsub":"8.0.7","packages/pubsub-floodsub":"8.0.9","packages/stream-multiplexer-mplex":"9.0.8","packages/transport-tcp":"8.0.9","packages/transport-webrtc":"3.2.4","packages/transport-websockets":"7.0.9","packages/transport-webtransport":"3.1.4","packages/utils":"4.0.4"}
{"interop":"1.0.8","packages/crypto":"2.0.6","packages/interface":"0.1.4","packages/interface-compliance-tests":"4.1.2","packages/interface-internal":"0.1.7","packages/kad-dht":"10.0.11","packages/keychain":"3.0.6","packages/libp2p":"0.46.16","packages/logger":"3.0.4","packages/metrics-prometheus":"2.0.9","packages/multistream-select":"4.0.4","packages/peer-collections":"4.0.6","packages/peer-discovery-bootstrap":"9.0.9","packages/peer-discovery-mdns":"9.0.11","packages/peer-id":"3.0.4","packages/peer-id-factory":"3.0.6","packages/peer-record":"6.0.7","packages/peer-store":"9.0.7","packages/protocol-perf":"1.1.13","packages/pubsub":"8.0.8","packages/pubsub-floodsub":"8.0.10","packages/stream-multiplexer-mplex":"9.0.9","packages/transport-tcp":"8.0.10","packages/transport-webrtc":"3.2.5","packages/transport-websockets":"7.0.10","packages/transport-webtransport":"3.1.5","packages/utils":"4.0.5"}
14 changes: 14 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [1.0.8](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.7...multidim-interop-v1.0.8) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/mplex bumped from ^9.0.8 to ^9.0.9
* @libp2p/tcp bumped from ^8.0.9 to ^8.0.10
* @libp2p/webrtc bumped from ^3.2.4 to ^3.2.5
* @libp2p/websockets bumped from ^7.0.9 to ^7.0.10
* @libp2p/webtransport bumped from ^3.1.4 to ^3.1.5
* libp2p bumped from ^0.46.15 to ^0.46.16

### [1.0.7](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.6...multidim-interop-v1.0.7) (2023-10-25)


Expand Down
14 changes: 7 additions & 7 deletions interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/multidim-interop",
"version": "1.0.7",
"version": "1.0.8",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <glen@littlebearlabs.io> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -52,15 +52,15 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/mplex": "^9.0.8",
"@libp2p/tcp": "^8.0.9",
"@libp2p/webrtc": "^3.2.4",
"@libp2p/websockets": "^7.0.9",
"@libp2p/webtransport": "^3.1.4",
"@libp2p/mplex": "^9.0.9",
"@libp2p/tcp": "^8.0.10",
"@libp2p/webrtc": "^3.2.5",
"@libp2p/websockets": "^7.0.10",
"@libp2p/webtransport": "^3.1.5",
"@multiformats/mafmt": "^12.1.2",
"@multiformats/multiaddr": "^12.1.5",
"aegir": "^41.0.2",
"libp2p": "^0.46.15",
"libp2p": "^0.46.16",
"redis": "^4.5.1"
},
"browser": {
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

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

### [2.0.6](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.5...crypto-v2.0.6) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4

### [2.0.5](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.4...crypto-v2.0.5) (2023-10-06)


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": "2.0.5",
"version": "2.0.6",
"description": "Crypto primitives for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/crypto#readme",
Expand Down Expand Up @@ -86,7 +86,7 @@
"generate": "protons ./src/keys/keys.proto"
},
"dependencies": {
"@libp2p/interface": "^0.1.3",
"@libp2p/interface": "^0.1.4",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"multiformats": "^12.0.1",
Expand Down
23 changes: 22 additions & 1 deletion 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))

### [4.1.2](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.1...interface-compliance-tests-v4.1.2) (2023-10-25)


### Bug Fixes

* rename event emitter class ([#2173](https://www.github.com/libp2p/js-libp2p/issues/2173)) ([50f912c](https://www.github.com/libp2p/js-libp2p/commit/50f912c2608caecc09acbcb0f46b4df4af073080))
* revert "refactor: rename event emitter class" ([#2172](https://www.github.com/libp2p/js-libp2p/issues/2172)) ([0ef5f7f](https://www.github.com/libp2p/js-libp2p/commit/0ef5f7f62d9c6d822e0a4b99cc203a1516b11f2f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4
* @libp2p/interface-internal bumped from ^0.1.6 to ^0.1.7
* @libp2p/logger bumped from ^3.0.3 to ^3.0.4
* @libp2p/multistream-select bumped from ^4.0.3 to ^4.0.4
* @libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6
* @libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
* @libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6

### [4.1.1](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.0...interface-compliance-tests-v4.1.1) (2023-10-06)


Expand Down Expand Up @@ -656,4 +677,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

* the tests now live in the libp2p-interfaces-compliance-tests module
* the tests now live in the libp2p-interfaces-compliance-tests module
16 changes: 8 additions & 8 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": "4.1.1",
"version": "4.1.2",
"description": "Compliance tests for JS libp2p interfaces",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-compliance-tests#readme",
Expand Down Expand Up @@ -103,13 +103,13 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "^0.1.3",
"@libp2p/interface-internal": "^0.1.6",
"@libp2p/logger": "^3.0.3",
"@libp2p/multistream-select": "^4.0.3",
"@libp2p/peer-collections": "^4.0.5",
"@libp2p/peer-id": "^3.0.3",
"@libp2p/peer-id-factory": "^3.0.5",
"@libp2p/interface": "^0.1.4",
"@libp2p/interface-internal": "^0.1.7",
"@libp2p/logger": "^3.0.4",
"@libp2p/multistream-select": "^4.0.4",
"@libp2p/peer-collections": "^4.0.6",
"@libp2p/peer-id": "^3.0.4",
"@libp2p/peer-id-factory": "^3.0.6",
"@multiformats/multiaddr": "^12.1.5",
"abortable-iterator": "^5.0.1",
"aegir": "^41.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/interface-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [0.1.7](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.6...interface-internal-v0.1.7) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4
* @libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6

### [0.1.6](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.5...interface-internal-v0.1.6) (2023-10-06)


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.6",
"version": "0.1.7",
"description": "Interfaces implemented by internal libp2p components",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-internal#readme",
Expand Down Expand Up @@ -79,8 +79,8 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "^0.1.3",
"@libp2p/peer-collections": "^4.0.5",
"@libp2p/interface": "^0.1.4",
"@libp2p/peer-collections": "^4.0.6",
"@multiformats/multiaddr": "^12.1.5",
"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))

### [0.1.4](https://www.github.com/libp2p/js-libp2p/compare/interface-v0.1.3...interface-v0.1.4) (2023-10-25)


### Bug Fixes

* rename event emitter class ([#2173](https://www.github.com/libp2p/js-libp2p/issues/2173)) ([50f912c](https://www.github.com/libp2p/js-libp2p/commit/50f912c2608caecc09acbcb0f46b4df4af073080))
* revert "refactor: rename event emitter class" ([#2172](https://www.github.com/libp2p/js-libp2p/issues/2172)) ([0ef5f7f](https://www.github.com/libp2p/js-libp2p/commit/0ef5f7f62d9c6d822e0a4b99cc203a1516b11f2f))

### [0.1.3](https://www.github.com/libp2p/js-libp2p/compare/interface-v0.1.2...interface-v0.1.3) (2023-10-06)


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": "0.1.3",
"version": "0.1.4",
"description": "The interface implemented by a libp2p node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface#readme",
Expand Down
26 changes: 25 additions & 1 deletion packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@

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

### [10.0.11](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.10...kad-dht-v10.0.11) (2023-10-25)


### Bug Fixes

* rename event emitter class ([#2173](https://www.github.com/libp2p/js-libp2p/issues/2173)) ([50f912c](https://www.github.com/libp2p/js-libp2p/commit/50f912c2608caecc09acbcb0f46b4df4af073080))
* revert "refactor: rename event emitter class" ([#2172](https://www.github.com/libp2p/js-libp2p/issues/2172)) ([0ef5f7f](https://www.github.com/libp2p/js-libp2p/commit/0ef5f7f62d9c6d822e0a4b99cc203a1516b11f2f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^2.0.5 to ^2.0.6
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4
* @libp2p/interface-internal bumped from ^0.1.6 to ^0.1.7
* @libp2p/logger bumped from ^3.0.3 to ^3.0.4
* @libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6
* @libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^4.1.1 to ^4.1.2
* @libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6
* @libp2p/peer-store bumped from ^9.0.6 to ^9.0.7

### [10.0.10](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.9...kad-dht-v10.0.10) (2023-10-25)


Expand Down Expand Up @@ -1822,4 +1846,4 @@ Co-Authored-By: vasco-santos <vasco.santos@ua.pt>

### Features

* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc))
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc))
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": "10.0.10",
"version": "10.0.11",
"description": "JavaScript implementation of the Kad-DHT for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht#readme",
Expand Down Expand Up @@ -52,12 +52,12 @@
"dep-check": "aegir dep-check -i events"
},
"dependencies": {
"@libp2p/crypto": "^2.0.5",
"@libp2p/interface": "^0.1.3",
"@libp2p/interface-internal": "^0.1.6",
"@libp2p/logger": "^3.0.3",
"@libp2p/peer-collections": "^4.0.5",
"@libp2p/peer-id": "^3.0.3",
"@libp2p/crypto": "^2.0.6",
"@libp2p/interface": "^0.1.4",
"@libp2p/interface-internal": "^0.1.7",
"@libp2p/logger": "^3.0.4",
"@libp2p/peer-collections": "^4.0.6",
"@libp2p/peer-id": "^3.0.4",
"@multiformats/multiaddr": "^12.1.5",
"@types/sinon": "^10.0.15",
"abortable-iterator": "^5.0.1",
Expand Down Expand Up @@ -89,9 +89,9 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.1.1",
"@libp2p/peer-id-factory": "^3.0.5",
"@libp2p/peer-store": "^9.0.6",
"@libp2p/interface-compliance-tests": "^4.1.2",
"@libp2p/peer-id-factory": "^3.0.6",
"@libp2p/peer-store": "^9.0.7",
"@types/lodash.random": "^3.2.6",
"@types/lodash.range": "^3.2.6",
"@types/which": "^3.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@

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

### [3.0.6](https://www.github.com/libp2p/js-libp2p/compare/keychain-v3.0.5...keychain-v3.0.6) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^2.0.5 to ^2.0.6
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4
* @libp2p/logger bumped from ^3.0.3 to ^3.0.4
* @libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
* devDependencies
* @libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6

### [3.0.5](https://www.github.com/libp2p/js-libp2p/compare/keychain-v3.0.4...keychain-v3.0.5) (2023-10-06)


Expand Down
12 changes: 6 additions & 6 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/keychain",
"version": "3.0.5",
"version": "3.0.6",
"description": "Key management and cryptographically protected messages",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/keychain#readme",
Expand Down Expand Up @@ -54,17 +54,17 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/crypto": "^2.0.5",
"@libp2p/interface": "^0.1.3",
"@libp2p/logger": "^3.0.3",
"@libp2p/peer-id": "^3.0.3",
"@libp2p/crypto": "^2.0.6",
"@libp2p/interface": "^0.1.4",
"@libp2p/logger": "^3.0.4",
"@libp2p/peer-id": "^3.0.4",
"interface-datastore": "^8.2.0",
"merge-options": "^3.0.4",
"sanitize-filename": "^1.6.3",
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.5",
"@libp2p/peer-id-factory": "^3.0.6",
"aegir": "^41.0.2",
"datastore-core": "^9.1.1",
"multiformats": "^12.0.1"
Expand Down
35 changes: 35 additions & 0 deletions packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,41 @@
* @libp2p/tcp bumped from ^8.0.5 to ^8.0.6
* @libp2p/websockets bumped from ^7.0.5 to ^7.0.6

### [0.46.16](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.15...libp2p-v0.46.16) (2023-10-25)


### Bug Fixes

* rename event emitter class ([#2173](https://www.github.com/libp2p/js-libp2p/issues/2173)) ([50f912c](https://www.github.com/libp2p/js-libp2p/commit/50f912c2608caecc09acbcb0f46b4df4af073080))
* revert "refactor: rename event emitter class" ([#2172](https://www.github.com/libp2p/js-libp2p/issues/2172)) ([0ef5f7f](https://www.github.com/libp2p/js-libp2p/commit/0ef5f7f62d9c6d822e0a4b99cc203a1516b11f2f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^2.0.5 to ^2.0.6
* @libp2p/interface bumped from ^0.1.3 to ^0.1.4
* @libp2p/interface-internal bumped from ^0.1.6 to ^0.1.7
* @libp2p/keychain bumped from ^3.0.5 to ^3.0.6
* @libp2p/logger bumped from ^3.0.3 to ^3.0.4
* @libp2p/multistream-select bumped from ^4.0.3 to ^4.0.4
* @libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6
* @libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
* @libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6
* @libp2p/peer-record bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-store bumped from ^9.0.6 to ^9.0.7
* @libp2p/utils bumped from ^4.0.4 to ^4.0.5
* devDependencies
* @libp2p/bootstrap bumped from ^9.0.8 to ^9.0.9
* @libp2p/floodsub bumped from ^8.0.9 to ^8.0.10
* @libp2p/interface-compliance-tests bumped from ^4.1.1 to ^4.1.2
* @libp2p/kad-dht bumped from ^10.0.10 to ^10.0.11
* @libp2p/mdns bumped from ^9.0.10 to ^9.0.11
* @libp2p/mplex bumped from ^9.0.8 to ^9.0.9
* @libp2p/tcp bumped from ^8.0.9 to ^8.0.10
* @libp2p/websockets bumped from ^7.0.9 to ^7.0.10

### [0.46.15](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.14...libp2p-v0.46.15) (2023-10-25)


Expand Down
Loading

0 comments on commit c6db210

Please sign in to comment.