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 #2068

Merged
merged 1 commit into from
Oct 2, 2023
Merged
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.3","packages/crypto":"2.0.4","packages/interface":"0.1.2","packages/interface-compliance-tests":"4.0.6","packages/interface-internal":"0.1.5","packages/kad-dht":"10.0.7","packages/keychain":"3.0.4","packages/libp2p":"0.46.11","packages/logger":"3.0.2","packages/metrics-prometheus":"2.0.6","packages/multistream-select":"4.0.2","packages/peer-collections":"4.0.4","packages/peer-discovery-bootstrap":"9.0.6","packages/peer-discovery-mdns":"9.0.8","packages/peer-id":"3.0.2","packages/peer-id-factory":"3.0.4","packages/peer-record":"6.0.5","packages/peer-store":"9.0.5","packages/protocol-perf":"1.1.8","packages/pubsub":"8.0.6","packages/pubsub-floodsub":"8.0.7","packages/stream-multiplexer-mplex":"9.0.6","packages/transport-tcp":"8.0.7","packages/transport-webrtc":"3.2.0","packages/transport-websockets":"7.0.7","packages/transport-webtransport":"3.1.0","packages/utils":"4.0.3"}
{"interop":"1.0.4","packages/crypto":"2.0.4","packages/interface":"0.1.2","packages/interface-compliance-tests":"4.1.0","packages/interface-internal":"0.1.5","packages/kad-dht":"10.0.8","packages/keychain":"3.0.4","packages/libp2p":"0.46.12","packages/logger":"3.0.2","packages/metrics-prometheus":"2.0.7","packages/multistream-select":"4.0.2","packages/peer-collections":"4.0.4","packages/peer-discovery-bootstrap":"9.0.7","packages/peer-discovery-mdns":"9.0.9","packages/peer-id":"3.0.2","packages/peer-id-factory":"3.0.4","packages/peer-record":"6.0.5","packages/peer-store":"9.0.5","packages/protocol-perf":"1.1.9","packages/pubsub":"8.0.6","packages/pubsub-floodsub":"8.0.8","packages/stream-multiplexer-mplex":"9.0.7","packages/transport-tcp":"8.0.8","packages/transport-webrtc":"3.2.1","packages/transport-websockets":"7.0.8","packages/transport-webtransport":"3.1.1","packages/utils":"4.0.3"}
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.4](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.3...multidim-interop-v1.0.4) (2023-10-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/mplex bumped from ^9.0.6 to ^9.0.7
* @libp2p/tcp bumped from ^8.0.7 to ^8.0.8
* @libp2p/webrtc bumped from ^3.2.0 to ^3.2.1
* @libp2p/websockets bumped from ^7.0.7 to ^7.0.8
* @libp2p/webtransport bumped from ^3.1.0 to ^3.1.1
* libp2p bumped from ^0.46.11 to ^0.46.12

### [1.0.3](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.2...multidim-interop-v1.0.3) (2023-09-20)


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.3",
"version": "1.0.4",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <glen@littlebearlabs.io> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -51,15 +51,15 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/mplex": "^9.0.6",
"@libp2p/tcp": "^8.0.7",
"@libp2p/webrtc": "^3.2.0",
"@libp2p/websockets": "^7.0.7",
"@libp2p/webtransport": "^3.1.0",
"@libp2p/mplex": "^9.0.7",
"@libp2p/tcp": "^8.0.8",
"@libp2p/webrtc": "^3.2.1",
"@libp2p/websockets": "^7.0.8",
"@libp2p/webtransport": "^3.1.1",
"@multiformats/mafmt": "^12.1.2",
"@multiformats/multiaddr": "^12.1.5",
"aegir": "^40.0.12",
"libp2p": "^0.46.11",
"libp2p": "^0.46.12",
"redis": "^4.5.1"
},
"browser": {
Expand Down
7 changes: 7 additions & 0 deletions packages/interface-compliance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

* 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.0](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.0.6...interface-compliance-tests-v4.1.0) (2023-10-01)


### Features

* add mock stream pair ([#2069](https://www.github.com/libp2p/js-libp2p/issues/2069)) ([e3ab192](https://www.github.com/libp2p/js-libp2p/commit/e3ab1929b505df6d50b5a6ddc50cd2669f54b894))

### [4.0.6](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.0.5...interface-compliance-tests-v4.0.6) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.6",
"version": "4.1.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
9 changes: 9 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

* 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.8](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.7...kad-dht-v10.0.8) (2023-10-01)


### Dependencies

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

### [10.0.7](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.6...kad-dht-v10.0.7) (2023-09-15)


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": "10.0.7",
"version": "10.0.8",
"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 @@ -88,7 +88,7 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-id-factory": "^3.0.4",
"@libp2p/peer-store": "^9.0.5",
"@types/lodash.random": "^3.2.6",
Expand Down
25 changes: 24 additions & 1 deletion packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@
* @libp2p/tcp bumped from ^8.0.5 to ^8.0.6
* @libp2p/websockets bumped from ^7.0.5 to ^7.0.6

### [0.46.12](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.11...libp2p-v0.46.12) (2023-10-01)


### Bug Fixes

* ensure all listeners are properly closed on tcp shutdown ([#2058](https://www.github.com/libp2p/js-libp2p/issues/2058)) ([b57bca4](https://www.github.com/libp2p/js-libp2p/commit/b57bca4493e1634108fe187466024e374b76c114))
* include peer id in autodial log message ([#2075](https://www.github.com/libp2p/js-libp2p/issues/2075)) ([368ee26](https://www.github.com/libp2p/js-libp2p/commit/368ee26dbea5de8fb67d9a4596a169f327e73145))
* **libp2p:** update circuit relay and upgrader logs ([#2071](https://www.github.com/libp2p/js-libp2p/issues/2071)) ([f09ac4a](https://www.github.com/libp2p/js-libp2p/commit/f09ac4a7704070fd92bae8d4482d06eac45ddd2c))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/bootstrap bumped from ^9.0.6 to ^9.0.7
* @libp2p/floodsub bumped from ^8.0.7 to ^8.0.8
* @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0
* @libp2p/kad-dht bumped from ^10.0.7 to ^10.0.8
* @libp2p/mdns bumped from ^9.0.8 to ^9.0.9
* @libp2p/mplex bumped from ^9.0.6 to ^9.0.7
* @libp2p/tcp bumped from ^8.0.7 to ^8.0.8
* @libp2p/websockets bumped from ^7.0.7 to ^7.0.8

### [0.46.11](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.10...libp2p-v0.46.11) (2023-09-15)


Expand Down Expand Up @@ -2481,4 +2504,4 @@ for subscribe to see how it should be used.


<a name="0.5.5"></a>
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)
18 changes: 9 additions & 9 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.46.11",
"version": "0.46.12",
"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/master/packages/libp2p#readme",
Expand Down Expand Up @@ -169,17 +169,17 @@
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/bootstrap": "^9.0.6",
"@libp2p/bootstrap": "^9.0.7",
"@libp2p/daemon-client": "^7.0.0",
"@libp2p/daemon-server": "^6.0.0",
"@libp2p/floodsub": "^8.0.7",
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/floodsub": "^8.0.8",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/interop": "^9.0.0",
"@libp2p/kad-dht": "^10.0.7",
"@libp2p/mdns": "^9.0.8",
"@libp2p/mplex": "^9.0.6",
"@libp2p/tcp": "^8.0.7",
"@libp2p/websockets": "^7.0.7",
"@libp2p/kad-dht": "^10.0.8",
"@libp2p/mdns": "^9.0.9",
"@libp2p/mplex": "^9.0.7",
"@libp2p/tcp": "^8.0.8",
"@libp2p/websockets": "^7.0.8",
"@types/xsalsa20": "^1.1.0",
"aegir": "^40.0.8",
"execa": "^8.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/metrics-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

* move prom-client to deps ([#32](https://github.com/libp2p/js-libp2p-prometheus-metrics/issues/32)) ([73acad0](https://github.com/libp2p/js-libp2p-prometheus-metrics/commit/73acad0a20a9a0ad024cd47a53f154668dbae77b))

### [2.0.7](https://www.github.com/libp2p/js-libp2p/compare/prometheus-metrics-v2.0.6...prometheus-metrics-v2.0.7) (2023-10-01)


### Dependencies

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

### [2.0.6](https://www.github.com/libp2p/js-libp2p/compare/prometheus-metrics-v2.0.5...prometheus-metrics-v2.0.6) (2023-09-15)


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": "2.0.6",
"version": "2.0.7",
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"prom-client": "^14.2.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-id-factory": "^3.0.4",
"@multiformats/multiaddr": "^12.1.3",
"aegir": "^40.0.8",
Expand Down
9 changes: 9 additions & 0 deletions packages/peer-discovery-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

* update @libp2p/interface-peer-discovery to 2.0.0 ([#176](https://github.com/libp2p/js-libp2p-bootstrap/issues/176)) ([1954e75](https://github.com/libp2p/js-libp2p-bootstrap/commit/1954e75fa4b1e6b3b42f885f663f989fd0e422ab))

### [9.0.7](https://www.github.com/libp2p/js-libp2p/compare/bootstrap-v9.0.6...bootstrap-v9.0.7) (2023-10-01)


### Dependencies

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

### [9.0.6](https://www.github.com/libp2p/js-libp2p/compare/bootstrap-v9.0.5...bootstrap-v9.0.6) (2023-09-15)


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": "9.0.6",
"version": "9.0.7",
"description": "Peer discovery via a list of bootstrap peers",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-bootstrap#readme",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@multiformats/multiaddr": "^12.1.5"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"aegir": "^40.0.8",
"sinon-ts": "^1.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/peer-discovery-mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

* update @libp2p/interface-peer-discovery to 2.0.0 ([#197](https://github.com/libp2p/js-libp2p-mdns/issues/197)) ([e8172af](https://github.com/libp2p/js-libp2p-mdns/commit/e8172af8b9856a934327195238b00e5fbba436a4))

### [9.0.9](https://www.github.com/libp2p/js-libp2p/compare/mdns-v9.0.8...mdns-v9.0.9) (2023-10-01)


### Dependencies

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

### [9.0.8](https://www.github.com/libp2p/js-libp2p/compare/mdns-v9.0.7...mdns-v9.0.8) (2023-09-15)


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": "9.0.8",
"version": "9.0.9",
"description": "Node.js libp2p mDNS discovery implementation for peer discovery",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-mdns#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"multicast-dns": "^7.2.5"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/interface-internal": "^0.1.5",
"@libp2p/peer-id-factory": "^3.0.4",
"aegir": "^40.0.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [1.1.9](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.8...perf-v1.1.9) (2023-10-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-compliance-tests bumped from ^4.0.6 to ^4.1.0
* @libp2p/tcp bumped from ^8.0.7 to ^8.0.8
* libp2p bumped from ^0.46.11 to ^0.46.12

### [1.1.8](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.7...perf-v1.1.8) (2023-09-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/protocol-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/perf",
"version": "1.1.8",
"version": "1.1.9",
"description": "Implementation of Perf Protocol",
"author": "@maschad / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -51,14 +51,14 @@
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/crypto": "^2.0.4",
"@libp2p/interface": "^0.1.2",
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/interface-internal": "^0.1.5",
"@libp2p/interfaces": "3.3.2",
"@libp2p/logger": "^3.0.2",
"@libp2p/peer-id-factory": "^3.0.4",
"@libp2p/tcp": "^8.0.7",
"@libp2p/tcp": "^8.0.8",
"@multiformats/multiaddr": "^12.1.5",
"libp2p": "^0.46.11",
"libp2p": "^0.46.12",
"uint8arrays": "^4.0.6",
"yargs": "^17.7.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/pubsub-floodsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

* **dev:** bump aegir from 38.1.8 to 39.0.10 ([#233](https://github.com/libp2p/js-libp2p-floodsub/issues/233)) ([e073298](https://github.com/libp2p/js-libp2p-floodsub/commit/e073298f324a89656b0ca6d9a629e60eaedc7873))

### [8.0.8](https://www.github.com/libp2p/js-libp2p/compare/floodsub-v8.0.7...floodsub-v8.0.8) (2023-10-01)


### Dependencies

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

### [8.0.7](https://www.github.com/libp2p/js-libp2p/compare/floodsub-v8.0.6...floodsub-v8.0.7) (2023-09-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/floodsub",
"version": "8.0.7",
"version": "8.0.8",
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub#readme",
Expand Down Expand Up @@ -62,7 +62,7 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-collections": "^4.0.4",
"@libp2p/peer-id-factory": "^3.0.4",
"@multiformats/multiaddr": "^12.1.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/stream-multiplexer-mplex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
* **dev:** bump cborg from 1.10.2 to 2.0.1 ([#282](https://github.com/libp2p/js-libp2p-mplex/issues/282)) ([4dbc590](https://github.com/libp2p/js-libp2p-mplex/commit/4dbc590d1ac92581fe2e937757567eef3854acf4))
* **dev:** bump delay from 5.0.0 to 6.0.0 ([#281](https://github.com/libp2p/js-libp2p-mplex/issues/281)) ([1e03e75](https://github.com/libp2p/js-libp2p-mplex/commit/1e03e75369722be9872f747cd83f555bc08d49fe))

### [9.0.7](https://www.github.com/libp2p/js-libp2p/compare/mplex-v9.0.6...mplex-v9.0.7) (2023-10-01)


### Dependencies

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

### [9.0.6](https://www.github.com/libp2p/js-libp2p/compare/mplex-v9.0.5...mplex-v9.0.6) (2023-09-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/stream-multiplexer-mplex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/mplex",
"version": "9.0.6",
"version": "9.0.7",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/stream-multiplexer-mplex#readme",
Expand Down Expand Up @@ -69,7 +69,7 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^4.0.6",
"@libp2p/interface-compliance-tests": "^4.1.0",
"aegir": "^40.0.8",
"cborg": "^4.0.3",
"delay": "^6.0.0",
Expand Down
Loading