Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 2, 2023
1 parent bcfa159 commit 5caa2e0
Show file tree
Hide file tree
Showing 39 changed files with 213 additions and 57 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.5","packages/connection-encrypter-plaintext":"1.0.4","packages/crypto":"3.0.1","packages/interface":"1.0.1","packages/interface-compliance-tests":"5.0.4","packages/interface-internal":"1.0.1","packages/kad-dht":"11.0.4","packages/keychain":"4.0.2","packages/libp2p":"1.0.5","packages/logger":"4.0.1","packages/metrics-prometheus":"3.0.4","packages/multistream-select":"5.0.0","packages/peer-collections":"5.0.0","packages/peer-discovery-bootstrap":"10.0.4","packages/peer-discovery-mdns":"10.0.4","packages/peer-id":"4.0.1","packages/peer-id-factory":"4.0.0","packages/peer-record":"7.0.0","packages/peer-store":"10.0.0","packages/protocol-autonat":"1.0.3","packages/protocol-dcutr":"1.0.3","packages/protocol-fetch":"1.0.3","packages/protocol-identify":"1.0.3","packages/protocol-perf":"3.0.4","packages/protocol-ping":"1.0.3","packages/pubsub":"9.0.0","packages/pubsub-floodsub":"9.0.0","packages/stream-multiplexer-mplex":"10.0.4","packages/transport-circuit-relay-v2":"1.0.4","packages/transport-tcp":"9.0.4","packages/transport-webrtc":"4.0.5","packages/transport-websockets":"8.0.4","packages/transport-webtransport":"4.0.5","packages/upnp-nat":"1.0.3","packages/utils":"5.0.2"}
{"interop":"2.0.6","packages/connection-encrypter-plaintext":"1.0.5","packages/crypto":"3.0.1","packages/interface":"1.0.1","packages/interface-compliance-tests":"5.0.5","packages/interface-internal":"1.0.1","packages/kad-dht":"11.0.5","packages/keychain":"4.0.2","packages/libp2p":"1.0.6","packages/logger":"4.0.1","packages/metrics-prometheus":"3.0.5","packages/multistream-select":"5.0.1","packages/peer-collections":"5.0.0","packages/peer-discovery-bootstrap":"10.0.5","packages/peer-discovery-mdns":"10.0.5","packages/peer-id":"4.0.1","packages/peer-id-factory":"4.0.0","packages/peer-record":"7.0.0","packages/peer-store":"10.0.0","packages/protocol-autonat":"1.0.3","packages/protocol-dcutr":"1.0.3","packages/protocol-fetch":"1.0.3","packages/protocol-identify":"1.0.4","packages/protocol-perf":"3.0.5","packages/protocol-ping":"1.0.4","packages/pubsub":"9.0.0","packages/pubsub-floodsub":"9.0.1","packages/stream-multiplexer-mplex":"10.0.5","packages/transport-circuit-relay-v2":"1.0.5","packages/transport-tcp":"9.0.5","packages/transport-webrtc":"4.0.6","packages/transport-websockets":"8.0.5","packages/transport-webtransport":"4.0.6","packages/upnp-nat":"1.0.3","packages/utils":"5.0.2"}
14 changes: 14 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@
* @libp2p/webtransport bumped from ^4.0.4 to ^4.0.5
* libp2p bumped from ^1.0.4 to ^1.0.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/circuit-relay-v2 bumped from ^1.0.4 to ^1.0.5
* @libp2p/identify bumped from ^1.0.3 to ^1.0.4
* @libp2p/mplex bumped from ^10.0.4 to ^10.0.5
* @libp2p/ping bumped from ^1.0.3 to ^1.0.4
* @libp2p/tcp bumped from ^9.0.4 to ^9.0.5
* @libp2p/webrtc bumped from ^4.0.5 to ^4.0.6
* @libp2p/websockets bumped from ^8.0.4 to ^8.0.5
* @libp2p/webtransport bumped from ^4.0.5 to ^4.0.6
* libp2p bumped from ^1.0.5 to ^1.0.6

## [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.5",
"version": "2.0.6",
"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.4",
"@libp2p/identify": "^1.0.3",
"@libp2p/mplex": "^10.0.4",
"@libp2p/ping": "^1.0.3",
"@libp2p/tcp": "^9.0.4",
"@libp2p/webrtc": "^4.0.5",
"@libp2p/websockets": "^8.0.4",
"@libp2p/webtransport": "^4.0.5",
"@libp2p/circuit-relay-v2": "^1.0.5",
"@libp2p/identify": "^1.0.4",
"@libp2p/mplex": "^10.0.5",
"@libp2p/ping": "^1.0.4",
"@libp2p/tcp": "^9.0.5",
"@libp2p/webrtc": "^4.0.6",
"@libp2p/websockets": "^8.0.5",
"@libp2p/webtransport": "^4.0.6",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^41.0.2",
"libp2p": "^1.0.5",
"libp2p": "^1.0.6",
"redis": "^4.5.1"
},
"browser": {
Expand Down
14 changes: 14 additions & 0 deletions packages/connection-encrypter-plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
* @libp2p/interface-compliance-tests bumped from ^5.0.3 to ^5.0.4
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0

## [1.0.5](https://github.com/libp2p/js-libp2p/compare/plaintext-v1.0.4...plaintext-v1.0.5) (2023-12-02)


### Bug Fixes

* do not wait for stream reads and writes at the same time ([#2290](https://github.com/libp2p/js-libp2p/issues/2290)) ([10ea197](https://github.com/libp2p/js-libp2p/commit/10ea19700ae0c464734c88eb5922e2faeb27446a))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

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


Expand Down
4 changes: 2 additions & 2 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.4",
"version": "1.0.5",
"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 @@ -60,7 +60,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
"aegir": "^41.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/interface-compliance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0
* @libp2p/utils bumped from ^5.0.1 to ^5.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/multistream-select bumped from ^5.0.0 to ^5.0.1

## [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
4 changes: 2 additions & 2 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.4",
"version": "5.0.5",
"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 @@ -106,7 +106,7 @@
"@libp2p/interface": "^1.0.1",
"@libp2p/interface-internal": "^1.0.1",
"@libp2p/logger": "^4.0.1",
"@libp2p/multistream-select": "^5.0.0",
"@libp2p/multistream-select": "^5.0.1",
"@libp2p/peer-collections": "^5.0.0",
"@libp2p/peer-id": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0
* @libp2p/peer-store bumped from ^9.0.11 to ^10.0.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

## [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
4 changes: 2 additions & 2 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.4",
"version": "11.0.5",
"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 @@ -91,7 +91,7 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
"@libp2p/peer-store": "^10.0.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,32 @@
* @libp2p/tcp bumped from ^9.0.3 to ^9.0.4
* @libp2p/websockets bumped from ^8.0.3 to ^8.0.4

## [1.0.6](https://github.com/libp2p/js-libp2p/compare/libp2p-v1.0.5...libp2p-v1.0.6) (2023-12-02)


### Bug Fixes

* remove duplicate autodial from startup ([#2289](https://github.com/libp2p/js-libp2p/issues/2289)) ([bcfa159](https://github.com/libp2p/js-libp2p/commit/bcfa15993fd533c56c7523384e4b135c4930855b))
* set libp2p status to started before stopping ([#2288](https://github.com/libp2p/js-libp2p/issues/2288)) ([09dd029](https://github.com/libp2p/js-libp2p/commit/09dd02987d84770547f7dfd347fa09a0a98d3081))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/multistream-select bumped from ^5.0.0 to ^5.0.1
* devDependencies
* @libp2p/bootstrap bumped from ^10.0.4 to ^10.0.5
* @libp2p/circuit-relay-v2 bumped from ^1.0.4 to ^1.0.5
* @libp2p/identify bumped from ^1.0.3 to ^1.0.4
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5
* @libp2p/kad-dht bumped from ^11.0.4 to ^11.0.5
* @libp2p/mdns bumped from ^10.0.4 to ^10.0.5
* @libp2p/mplex bumped from ^10.0.4 to ^10.0.5
* @libp2p/plaintext bumped from ^1.0.4 to ^1.0.5
* @libp2p/tcp bumped from ^9.0.4 to ^9.0.5
* @libp2p/websockets bumped from ^8.0.4 to ^8.0.5

## [1.0.3](https://github.com/libp2p/js-libp2p/compare/libp2p-v1.0.2...libp2p-v1.0.3) (2023-12-01)


Expand Down
24 changes: 12 additions & 12 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "1.0.5",
"version": "1.0.6",
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p#readme",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@libp2p/interface": "^1.0.1",
"@libp2p/interface-internal": "^1.0.1",
"@libp2p/logger": "^4.0.1",
"@libp2p/multistream-select": "^5.0.0",
"@libp2p/multistream-select": "^5.0.1",
"@libp2p/peer-collections": "^5.0.0",
"@libp2p/peer-id": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
Expand Down Expand Up @@ -121,16 +121,16 @@
"devDependencies": {
"@chainsafe/libp2p-noise": "^14.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/bootstrap": "^10.0.4",
"@libp2p/circuit-relay-v2": "^1.0.4",
"@libp2p/identify": "^1.0.3",
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/kad-dht": "^11.0.4",
"@libp2p/mdns": "^10.0.4",
"@libp2p/mplex": "^10.0.4",
"@libp2p/plaintext": "^1.0.4",
"@libp2p/tcp": "^9.0.4",
"@libp2p/websockets": "^8.0.4",
"@libp2p/bootstrap": "^10.0.5",
"@libp2p/circuit-relay-v2": "^1.0.5",
"@libp2p/identify": "^1.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/kad-dht": "^11.0.5",
"@libp2p/mdns": "^10.0.5",
"@libp2p/mplex": "^10.0.5",
"@libp2p/plaintext": "^1.0.5",
"@libp2p/tcp": "^9.0.5",
"@libp2p/websockets": "^8.0.5",
"aegir": "^41.0.2",
"it-pushable": "^3.2.1",
"p-event": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/metrics-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
* @libp2p/interface-compliance-tests bumped from ^5.0.3 to ^5.0.4
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

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


Expand Down
4 changes: 2 additions & 2 deletions packages/metrics-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/prometheus-metrics",
"version": "3.0.4",
"version": "3.0.5",
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
"@multiformats/multiaddr": "^12.1.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/multistream-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

* **dev:** bump aegir from 38.1.8 to 39.0.10 ([#70](https://github.com/libp2p/js-libp2p-multistream-select/issues/70)) ([f87b1c3](https://github.com/libp2p/js-libp2p-multistream-select/commit/f87b1c3505934ebeed6eff018af8d3042e7e6e06))

## [5.0.1](https://github.com/libp2p/js-libp2p/compare/multistream-select-v5.0.0...multistream-select-v5.0.1) (2023-12-02)


### Bug Fixes

* do not wait for stream reads and writes at the same time ([#2290](https://github.com/libp2p/js-libp2p/issues/2290)) ([10ea197](https://github.com/libp2p/js-libp2p/commit/10ea19700ae0c464734c88eb5922e2faeb27446a))

## [5.0.0](https://github.com/libp2p/js-libp2p/compare/multistream-select-v4.0.9...multistream-select-v5.0.0) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/multistream-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/multistream-select",
"version": "5.0.0",
"version": "5.0.1",
"description": "JavaScript implementation of multistream-select",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/multistream-select#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-discovery-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.3 to ^5.0.4

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

## [10.0.1](https://github.com/libp2p/js-libp2p/compare/bootstrap-v10.0.0...bootstrap-v10.0.1) (2023-11-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/peer-discovery-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/bootstrap",
"version": "10.0.4",
"version": "10.0.5",
"description": "Peer discovery via a list of bootstrap peers",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-bootstrap#readme",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@multiformats/multiaddr": "^12.1.10"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/logger": "^4.0.1",
"aegir": "^41.0.2",
"sinon-ts": "^2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-discovery-mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
* @libp2p/interface-internal bumped from ^1.0.0 to ^1.0.1
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

## [10.0.1](https://github.com/libp2p/js-libp2p/compare/mdns-v10.0.0...mdns-v10.0.1) (2023-11-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/peer-discovery-mdns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/mdns",
"version": "10.0.4",
"version": "10.0.5",
"description": "Node.js libp2p mDNS discovery implementation for peer discovery",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-mdns#readme",
Expand Down Expand Up @@ -58,7 +58,7 @@
"multicast-dns": "^7.2.5"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^5.0.4",
"@libp2p/interface-compliance-tests": "^5.0.5",
"@libp2p/interface-internal": "^1.0.1",
"@libp2p/logger": "^4.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol-identify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* devDependencies
* @libp2p/peer-id-factory bumped from ^3.0.10 to ^4.0.0

## [1.0.4](https://github.com/libp2p/js-libp2p/compare/identify-v1.0.3...identify-v1.0.4) (2023-12-02)


### Bug Fixes

* do not wait for stream reads and writes at the same time ([#2290](https://github.com/libp2p/js-libp2p/issues/2290)) ([10ea197](https://github.com/libp2p/js-libp2p/commit/10ea19700ae0c464734c88eb5922e2faeb27446a))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-identify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/identify",
"version": "1.0.3",
"version": "1.0.4",
"description": "Implementation of the Identify Protocol",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-identify#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.3 to ^5.0.4

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^5.0.4 to ^5.0.5

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


Expand Down
Loading

0 comments on commit 5caa2e0

Please sign in to comment.