Skip to content

Commit

Permalink
chore: release main (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 16, 2024
1 parent 092861e commit cce373f
Show file tree
Hide file tree
Showing 71 changed files with 897 additions and 214 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.15","packages/connection-encrypter-plaintext":"1.0.11","packages/crypto":"4.0.0","packages/interface":"1.1.1","packages/interface-compliance-tests":"5.1.2","packages/interface-internal":"1.0.6","packages/kad-dht":"12.0.3","packages/keychain":"4.0.6","packages/libp2p":"1.1.2","packages/logger":"4.0.4","packages/metrics-prometheus":"3.0.11","packages/multistream-select":"5.1.1","packages/peer-collections":"5.1.4","packages/peer-discovery-bootstrap":"10.0.11","packages/peer-discovery-mdns":"10.0.11","packages/peer-id":"4.0.4","packages/peer-id-factory":"4.0.4","packages/peer-record":"7.0.5","packages/peer-store":"10.0.6","packages/protocol-autonat":"1.0.8","packages/protocol-dcutr":"1.0.8","packages/protocol-fetch":"1.0.8","packages/protocol-identify":"1.0.10","packages/protocol-perf":"3.0.11","packages/protocol-ping":"1.0.9","packages/pubsub":"9.0.6","packages/pubsub-floodsub":"9.0.7","packages/stream-multiplexer-mplex":"10.0.11","packages/transport-circuit-relay-v2":"1.0.11","packages/transport-tcp":"9.0.11","packages/transport-webrtc":"4.0.15","packages/transport-websockets":"8.0.11","packages/transport-webtransport":"4.0.15","packages/upnp-nat":"1.0.9","packages/utils":"5.2.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"}
22 changes: 22 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,28 @@
* @libp2p/webtransport bumped from ^4.0.14 to ^4.0.15
* libp2p bumped from ^1.1.1 to ^1.1.2

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


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.11 to ^1.0.12
* @libp2p/identify bumped from ^1.0.10 to ^1.0.11
* @libp2p/mplex bumped from ^10.0.11 to ^10.0.12
* @libp2p/ping bumped from ^1.0.9 to ^1.0.10
* @libp2p/tcp bumped from ^9.0.11 to ^9.0.12
* @libp2p/webrtc bumped from ^4.0.15 to ^4.0.16
* @libp2p/websockets bumped from ^8.0.11 to ^8.0.12
* @libp2p/webtransport bumped from ^4.0.15 to ^4.0.16
* libp2p bumped from ^1.1.2 to ^1.2.0

## [2.0.14](https://github.com/libp2p/js-libp2p/compare/multidim-interop-v2.0.13...multidim-interop-v2.0.14) (2024-01-06)


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.15",
"version": "2.0.16",
"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": "^14.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.11",
"@libp2p/identify": "^1.0.10",
"@libp2p/mplex": "^10.0.11",
"@libp2p/ping": "^1.0.9",
"@libp2p/tcp": "^9.0.11",
"@libp2p/webrtc": "^4.0.15",
"@libp2p/websockets": "^8.0.11",
"@libp2p/webtransport": "^4.0.15",
"@libp2p/circuit-relay-v2": "^1.0.12",
"@libp2p/identify": "^1.0.11",
"@libp2p/mplex": "^10.0.12",
"@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",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^42.0.0",
"libp2p": "^1.1.2",
"libp2p": "^1.2.0",
"redis": "^4.5.1"
},
"browser": {
Expand Down
20 changes: 20 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@
* @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

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


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))
* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2
* @libp2p/peer-id bumped from ^4.0.4 to ^4.0.5
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.2 to ^5.1.3
* @libp2p/logger bumped from ^4.0.4 to ^4.0.5
* @libp2p/peer-id-factory bumped from ^4.0.4 to ^4.0.5

## [1.0.10](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.9...plaintext-v1.0.10) (2024-01-06)


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.11",
"version": "1.0.12",
"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,17 +51,17 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/interface": "^1.1.1",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/interface": "^1.1.2",
"@libp2p/peer-id": "^4.0.5",
"it-protobuf-stream": "^1.1.1",
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.7"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.2",
"@libp2p/logger": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.4",
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^42.0.0",
"protons": "^7.3.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.1](https://github.com/libp2p/js-libp2p/compare/crypto-v4.0.0...crypto-v4.0.1) (2024-01-16)


### Bug Fixes

* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2

## [4.0.0](https://github.com/libp2p/js-libp2p/compare/crypto-v3.0.4...crypto-v4.0.0) (2024-01-12)


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.0",
"version": "4.0.1",
"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 @@ -83,7 +83,7 @@
"generate": "protons ./src/keys/keys.proto"
},
"dependencies": {
"@libp2p/interface": "^1.1.1",
"@libp2p/interface": "^1.1.2",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.3",
"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 @@ -69,6 +69,27 @@
* @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.1.3](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.1.2...interface-compliance-tests-v5.1.3) (2024-01-16)


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2
* @libp2p/interface-internal bumped from ^1.0.6 to ^1.0.7
* @libp2p/logger bumped from ^4.0.4 to ^4.0.5
* @libp2p/multistream-select bumped from ^5.1.1 to ^5.1.2
* @libp2p/peer-collections bumped from ^5.1.4 to ^5.1.5
* @libp2p/peer-id bumped from ^4.0.4 to ^4.0.5
* @libp2p/peer-id-factory bumped from ^4.0.4 to ^4.0.5
* @libp2p/utils bumped from ^5.2.1 to ^5.2.2

## [5.1.1](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v5.1.0...interface-compliance-tests-v5.1.1) (2024-01-06)


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.1.2",
"version": "5.1.3",
"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 @@ -107,14 +107,14 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "^1.1.1",
"@libp2p/interface-internal": "^1.0.6",
"@libp2p/logger": "^4.0.4",
"@libp2p/multistream-select": "^5.1.1",
"@libp2p/peer-collections": "^5.1.4",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.4",
"@libp2p/utils": "^5.2.1",
"@libp2p/interface": "^1.1.2",
"@libp2p/interface-internal": "^1.0.7",
"@libp2p/logger": "^4.0.5",
"@libp2p/multistream-select": "^5.1.2",
"@libp2p/peer-collections": "^5.1.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@multiformats/multiaddr": "^12.1.10",
"abortable-iterator": "^5.0.1",
"aegir": "^42.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/interface-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@
* dependencies
* @libp2p/peer-collections bumped from ^5.1.3 to ^5.1.4

## [1.0.7](https://github.com/libp2p/js-libp2p/compare/interface-internal-v1.0.6...interface-internal-v1.0.7) (2024-01-16)


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))
* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2
* @libp2p/peer-collections bumped from ^5.1.4 to ^5.1.5

## [1.0.5](https://github.com/libp2p/js-libp2p/compare/interface-internal-v1.0.4...interface-internal-v1.0.5) (2024-01-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": "1.0.6",
"version": "1.0.7",
"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 @@ -47,8 +47,8 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "^1.1.1",
"@libp2p/peer-collections": "^5.1.4",
"@libp2p/interface": "^1.1.2",
"@libp2p/peer-collections": "^5.1.5",
"@multiformats/multiaddr": "^12.1.10",
"uint8arraylist": "^2.4.7"
},
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.1.2](https://github.com/libp2p/js-libp2p/compare/interface-v1.1.1...interface-v1.1.2) (2024-01-16)


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))
* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))

## [1.1.1](https://github.com/libp2p/js-libp2p/compare/interface-v1.1.0...interface-v1.1.1) (2024-01-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": "1.1.1",
"version": "1.1.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
25 changes: 25 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,31 @@
* @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.4](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.3...kad-dht-v12.0.4) (2024-01-16)


### Bug Fixes

* align dependency versions and update project config ([#2357](https://github.com/libp2p/js-libp2p/issues/2357)) ([8bbd436](https://github.com/libp2p/js-libp2p/commit/8bbd43628343f995804eea3102d0571ddcebc5c4))
* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^4.0.0 to ^4.0.1
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2
* @libp2p/interface-internal bumped from ^1.0.6 to ^1.0.7
* @libp2p/peer-collections bumped from ^5.1.4 to ^5.1.5
* @libp2p/peer-id bumped from ^4.0.4 to ^4.0.5
* @libp2p/utils bumped from ^5.2.1 to ^5.2.2
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.1.2 to ^5.1.3
* @libp2p/logger bumped from ^4.0.4 to ^4.0.5
* @libp2p/peer-id-factory bumped from ^4.0.4 to ^4.0.5
* @libp2p/peer-store bumped from ^10.0.6 to ^10.0.7

## [12.0.2](https://github.com/libp2p/js-libp2p/compare/kad-dht-v12.0.1...kad-dht-v12.0.2) (2024-01-06)


Expand Down
22 changes: 11 additions & 11 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.3",
"version": "12.0.4",
"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,12 +56,12 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/crypto": "^4.0.0",
"@libp2p/interface": "^1.1.1",
"@libp2p/interface-internal": "^1.0.6",
"@libp2p/peer-collections": "^5.1.4",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/utils": "^5.2.1",
"@libp2p/crypto": "^4.0.1",
"@libp2p/interface": "^1.1.2",
"@libp2p/interface-internal": "^1.0.7",
"@libp2p/peer-collections": "^5.1.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/utils": "^5.2.2",
"@multiformats/multiaddr": "^12.1.10",
"@types/sinon": "^17.0.0",
"any-signal": "^4.1.1",
Expand Down Expand Up @@ -90,10 +90,10 @@
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.1.2",
"@libp2p/logger": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.4",
"@libp2p/peer-store": "^10.0.6",
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/peer-store": "^10.0.7",
"@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 @@ -47,6 +47,25 @@
* devDependencies
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4

## [4.0.7](https://github.com/libp2p/js-libp2p/compare/keychain-v4.0.6...keychain-v4.0.7) (2024-01-16)


### Bug Fixes

* mark all packages side-effect free ([#2360](https://github.com/libp2p/js-libp2p/issues/2360)) ([3c96210](https://github.com/libp2p/js-libp2p/commit/3c96210cf6343b21199996918bae3a0f60220046))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^4.0.0 to ^4.0.1
* @libp2p/interface bumped from ^1.1.1 to ^1.1.2
* @libp2p/peer-id bumped from ^4.0.4 to ^4.0.5
* devDependencies
* @libp2p/logger bumped from ^4.0.4 to ^4.0.5
* @libp2p/peer-id-factory bumped from ^4.0.4 to ^4.0.5

## [4.0.5](https://github.com/libp2p/js-libp2p/compare/keychain-v4.0.4...keychain-v4.0.5) (2024-01-06)


Expand Down
Loading

0 comments on commit cce373f

Please sign in to comment.