Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #2235

Closed
wants to merge 1 commit into from
Closed
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":"1.0.14","packages/crypto":"2.0.8","packages/interface":"0.1.6","packages/interface-compliance-tests":"4.1.5","packages/interface-internal":"0.1.9","packages/kad-dht":"10.0.15","packages/keychain":"3.0.8","packages/libp2p":"0.46.21","packages/logger":"3.1.0","packages/metrics-prometheus":"2.0.12","packages/multistream-select":"4.0.6","packages/peer-collections":"4.0.8","packages/peer-discovery-bootstrap":"9.0.12","packages/peer-discovery-mdns":"9.0.14","packages/peer-id":"3.0.6","packages/peer-id-factory":"3.0.8","packages/peer-record":"6.0.9","packages/peer-store":"9.0.9","packages/protocol-perf":"2.0.1","packages/pubsub":"8.0.10","packages/pubsub-floodsub":"8.0.13","packages/stream-multiplexer-mplex":"9.0.12","packages/transport-tcp":"8.0.13","packages/transport-webrtc":"3.2.11","packages/transport-websockets":"7.0.13","packages/transport-webtransport":"3.1.10","packages/utils":"4.0.7"}
{"interop":"2.0.0","packages/connection-encrypter-plaintext":"1.0.0","packages/crypto":"2.0.9","packages/interface":"1.0.0","packages/interface-compliance-tests":"5.0.0","packages/interface-internal":"0.1.10","packages/kad-dht":"11.0.0","packages/keychain":"4.0.0","packages/libp2p":"1.0.0","packages/logger":"4.0.0","packages/metrics-prometheus":"2.0.13","packages/multistream-select":"4.0.7","packages/peer-collections":"4.0.9","packages/peer-discovery-bootstrap":"10.0.0","packages/peer-discovery-mdns":"10.0.0","packages/peer-id":"4.0.0","packages/peer-id-factory":"3.0.9","packages/peer-record":"6.0.10","packages/peer-store":"9.0.10","packages/protocol-autonat":"1.0.0","packages/protocol-dcutr":"1.0.0","packages/protocol-fetch":"1.0.0","packages/protocol-identify":"1.0.0","packages/protocol-perf":"3.0.0","packages/protocol-ping":"1.0.0","packages/pubsub":"8.0.11","packages/pubsub-floodsub":"8.0.14","packages/stream-multiplexer-mplex":"9.0.13","packages/transport-circuit-relay-v2":"1.0.0","packages/transport-tcp":"8.0.14","packages/transport-webrtc":"4.0.0","packages/transport-websockets":"7.0.14","packages/transport-webtransport":"3.1.11","packages/upnp-nat":"1.0.0","packages/utils":"5.0.0"}
32 changes: 31 additions & 1 deletion interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2.0.0](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.14...multidim-interop-v2.0.0) (2023-11-17)


### ⚠ BREAKING CHANGES

* imports from `libp2p/circuit-relay` should be updated to `@libp2p/circuit-relay-v2`
* imports from `libp2p/identify` need to change to `@libp2p/identify`
* imports from `libp2p/ping` must be updated to `@libp2p/ping`

### Code Refactoring

* extract circuit relay v2 to separate module ([#2222](https://www.github.com/libp2p/js-libp2p/issues/2222)) ([24afba3](https://www.github.com/libp2p/js-libp2p/commit/24afba30004fb7f24af1f0180229bb164340f00b))
* extract identify service into separate module ([#2219](https://www.github.com/libp2p/js-libp2p/issues/2219)) ([72c2f77](https://www.github.com/libp2p/js-libp2p/commit/72c2f775bd85bd4928048dda0fd14740d6fb6a69))
* extract ping service into separate module ([#2218](https://www.github.com/libp2p/js-libp2p/issues/2218)) ([556282a](https://www.github.com/libp2p/js-libp2p/commit/556282afdc9b328fd58df1045dc7c792199be932))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^0.0.0 to ^1.0.0
* @libp2p/identify bumped from ^0.0.0 to ^1.0.0
* @libp2p/mplex bumped from ^9.0.12 to ^9.0.13
* @libp2p/ping bumped from ^0.0.0 to ^1.0.0
* @libp2p/tcp bumped from ^8.0.13 to ^8.0.14
* @libp2p/webrtc bumped from ^3.2.11 to ^4.0.0
* @libp2p/websockets bumped from ^7.0.13 to ^7.0.14
* @libp2p/webtransport bumped from ^3.1.10 to ^3.1.11
* libp2p bumped from ^0.46.21 to ^1.0.0

### [1.0.14](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.13...multidim-interop-v1.0.14) (2023-11-10)


Expand Down Expand Up @@ -172,4 +202,4 @@
* @libp2p/webrtc bumped from ^3.0.0 to ^3.1.10
* @libp2p/websockets bumped from ^7.0.0 to ^7.0.6
* @libp2p/webtransport bumped from ^3.0.0 to ^3.0.10
* libp2p bumped from ^0.46.0 to ^0.46.10
* libp2p bumped from ^0.46.0 to ^0.46.10
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": "1.0.14",
"version": "2.0.0",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -53,18 +53,18 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/circuit-relay-v2": "^0.0.0",
"@libp2p/identify": "^0.0.0",
"@libp2p/mplex": "^9.0.12",
"@libp2p/ping": "^0.0.0",
"@libp2p/tcp": "^8.0.13",
"@libp2p/webrtc": "^3.2.11",
"@libp2p/websockets": "^7.0.13",
"@libp2p/webtransport": "^3.1.10",
"@libp2p/circuit-relay-v2": "^1.0.0",
"@libp2p/identify": "^1.0.0",
"@libp2p/mplex": "^9.0.13",
"@libp2p/ping": "^1.0.0",
"@libp2p/tcp": "^8.0.14",
"@libp2p/webrtc": "^4.0.0",
"@libp2p/websockets": "^7.0.14",
"@libp2p/webtransport": "^3.1.11",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^41.0.2",
"libp2p": "^0.46.21",
"libp2p": "^1.0.0",
"redis": "^4.5.1"
},
"browser": {
Expand Down
32 changes: 32 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 1.0.0 (2023-11-17)


### ⚠ BREAKING CHANGES

* imports from `libp2p/circuit-relay` should be updated to `@libp2p/circuit-relay-v2`
* imports from `libp2p/plaintext` should be changed to `@libp2p/plaintext`

### Bug Fixes

* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))


### Code Refactoring

* extract circuit relay v2 to separate module ([#2222](https://www.github.com/libp2p/js-libp2p/issues/2222)) ([24afba3](https://www.github.com/libp2p/js-libp2p/commit/24afba30004fb7f24af1f0180229bb164340f00b))
* extract plaintext into separate module ([#2221](https://www.github.com/libp2p/js-libp2p/issues/2221)) ([a364d95](https://www.github.com/libp2p/js-libp2p/commit/a364d95bbd7b15a5ce6ce508321e7ff2fa40a5e5))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.2 to ^1.0.0
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
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": "0.0.0",
"version": "1.0.0",
"description": "An insecure connection encrypter",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/connection-encrypter-plaintext#readme",
Expand Down Expand Up @@ -47,8 +47,8 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/interface": "^0.1.2",
"@libp2p/peer-id": "^3.0.6",
"@libp2p/interface": "^1.0.0",
"@libp2p/peer-id": "^4.0.0",
"@multiformats/multiaddr": "^12.1.10",
"it-handshake": "^4.1.3",
"it-length-prefixed": "^9.0.3",
Expand All @@ -58,9 +58,9 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.1.5",
"@libp2p/logger": "^3.1.0",
"@libp2p/peer-id-factory": "^3.0.8",
"@libp2p/interface-compliance-tests": "^5.0.0",
"@libp2p/logger": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.9",
"aegir": "^41.0.2",
"protons": "^7.3.0",
"sinon": "^17.0.0"
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.9](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.8...crypto-v2.0.9) (2023-11-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0

### [2.0.8](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.7...crypto-v2.0.8) (2023-11-07)


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.8",
"version": "2.0.9",
"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.6",
"@libp2p/interface": "^1.0.0",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"multiformats": "^12.1.3",
Expand Down
34 changes: 33 additions & 1 deletion packages/interface-compliance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@

* 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.0](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.5...interface-compliance-tests-v5.0.0) (2023-11-17)


### ⚠ BREAKING CHANGES

* the `isStarted` method has been removed from the `Startable` interface
* the `.protocols` property has been removed from the `PeerInfo` interface

### Bug Fixes

* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))
* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))


### Code Refactoring

* remove isStarted method from Startable ([#2145](https://www.github.com/libp2p/js-libp2p/issues/2145)) ([fca208f](https://www.github.com/libp2p/js-libp2p/commit/fca208f3763af041aa37b1cb915d2bc777acb96d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
* @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
* @libp2p/multistream-select bumped from ^4.0.6 to ^4.0.7
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
* @libp2p/utils bumped from ^4.0.7 to ^5.0.0

### [4.1.5](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.4...interface-compliance-tests-v4.1.5) (2023-11-07)


Expand Down Expand Up @@ -714,4 +746,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
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": "4.1.5",
"version": "5.0.0",
"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,14 +103,14 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "^0.1.6",
"@libp2p/interface-internal": "^0.1.9",
"@libp2p/logger": "^3.1.0",
"@libp2p/multistream-select": "^4.0.6",
"@libp2p/peer-collections": "^4.0.8",
"@libp2p/peer-id": "^3.0.6",
"@libp2p/peer-id-factory": "^3.0.8",
"@libp2p/utils": "^4.0.7",
"@libp2p/interface": "^1.0.0",
"@libp2p/interface-internal": "^0.1.10",
"@libp2p/logger": "^4.0.0",
"@libp2p/multistream-select": "^4.0.7",
"@libp2p/peer-collections": "^4.0.9",
"@libp2p/peer-id": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.9",
"@libp2p/utils": "^5.0.0",
"@multiformats/multiaddr": "^12.1.10",
"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.10](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.9...interface-internal-v0.1.10) (2023-11-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9

### [0.1.9](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.8...interface-internal-v0.1.9) (2023-11-07)


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.9",
"version": "0.1.10",
"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.6",
"@libp2p/peer-collections": "^4.0.8",
"@libp2p/interface": "^1.0.0",
"@libp2p/peer-collections": "^4.0.9",
"@multiformats/multiaddr": "^12.1.10",
"uint8arraylist": "^2.4.3"
},
Expand Down
29 changes: 29 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@

* 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.0](https://www.github.com/libp2p/js-libp2p/compare/interface-v0.1.6...interface-v1.0.0) (2023-11-17)


### ⚠ BREAKING CHANGES

* imports from `libp2p/dcutr` now need to be from `@libp2p/dcutr`
* imports from `libp2p/identify` need to change to `@libp2p/identify`
* imports from `libp2p/upnp-nat` should be updated to `@libp2p/upnp-nat`
* the `isStarted` method has been removed from the `Startable` interface
* the `.protocols` property has been removed from the `PeerInfo` interface
* move autonat into separate package (#2107)
* remove libp2p.keychain (#2084)
* remove min/max from topologies (#2158)

### Bug Fixes

* remove min/max from topologies ([#2158](https://www.github.com/libp2p/js-libp2p/issues/2158)) ([511359a](https://www.github.com/libp2p/js-libp2p/commit/511359a86235e7abe65887dce7262b34a53bad5a))
* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))


### Code Refactoring

* extract DCUtR into separate module ([#2220](https://www.github.com/libp2p/js-libp2p/issues/2220)) ([d2c3e72](https://www.github.com/libp2p/js-libp2p/commit/d2c3e7235b64558c6cace414c54a42659fee2970))
* extract identify service into separate module ([#2219](https://www.github.com/libp2p/js-libp2p/issues/2219)) ([72c2f77](https://www.github.com/libp2p/js-libp2p/commit/72c2f775bd85bd4928048dda0fd14740d6fb6a69))
* extract UPnP NAT into separate module ([#2217](https://www.github.com/libp2p/js-libp2p/issues/2217)) ([f29b73f](https://www.github.com/libp2p/js-libp2p/commit/f29b73f781afcea36cba0589aafdd81e1852e194))
* move autonat into separate package ([#2107](https://www.github.com/libp2p/js-libp2p/issues/2107)) ([b0e8f06](https://www.github.com/libp2p/js-libp2p/commit/b0e8f06f0dcdbda0e367186b093e42e8bff3ee27))
* remove isStarted method from Startable ([#2145](https://www.github.com/libp2p/js-libp2p/issues/2145)) ([fca208f](https://www.github.com/libp2p/js-libp2p/commit/fca208f3763af041aa37b1cb915d2bc777acb96d))
* remove libp2p.keychain ([#2084](https://www.github.com/libp2p/js-libp2p/issues/2084)) ([125c84b](https://www.github.com/libp2p/js-libp2p/commit/125c84bb8a30ac986fb5aed0a4de23bc806d3aea))

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


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.6",
"version": "1.0.0",
"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
30 changes: 29 additions & 1 deletion packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@

* 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.0](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.15...kad-dht-v11.0.0) (2023-11-17)


### ⚠ BREAKING CHANGES

* the `.protocols` property has been removed from the `PeerInfo` interface

### Bug Fixes

* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))
* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/crypto bumped from ^2.0.8 to ^2.0.9
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
* @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
* @libp2p/peer-store bumped from ^9.0.9 to ^9.0.10

### [10.0.15](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.14...kad-dht-v10.0.15) (2023-11-10)


Expand Down Expand Up @@ -1903,4 +1931,4 @@ Co-Authored-By: vasco-santos <[email protected]>

### 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))
Loading