Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: release master #4221

Merged
merged 1 commit into from
Oct 24, 2022
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 @@
{"packages/interface-ipfs-core":"0.156.1","packages/ipfs":"0.64.2","packages/ipfs-cli":"0.14.2","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.16.1","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.2","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.1","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.1","packages/ipfs-http-response":"4.0.1","packages/ipfs-http-server":"0.13.2","packages/ipfs-message-port-client":"0.13.1","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}
{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.65.0","packages/ipfs-cli":"0.15.0","packages/ipfs-client":"0.9.2","packages/ipfs-core":"0.17.0","packages/ipfs-core-config":"0.6.0","packages/ipfs-core-types":"0.13.0","packages/ipfs-core-utils":"0.17.0","packages/ipfs-daemon":"0.15.0","packages/ipfs-grpc-client":"0.12.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.11.0","packages/ipfs-http-client":"59.0.0","packages/ipfs-http-gateway":"0.12.0","packages/ipfs-http-response":"5.0.0","packages/ipfs-http-server":"0.14.0","packages/ipfs-message-port-client":"0.14.0","packages/ipfs-message-port-protocol":"0.14.0","packages/ipfs-message-port-server":"0.14.0"}
24 changes: 24 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.157.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config
* require IPNS V2 signatures (#4207)

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Bug Fixes

* require IPNS V2 signatures ([#4207](https://github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.12.1 to ^0.13.0

### [0.156.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.0...interface-ipfs-core-v0.156.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.156.1",
"version": "0.157.0",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",
Expand Down Expand Up @@ -84,7 +84,7 @@
"delay": "^5.0.0",
"did-jwt": "^6.2.0",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-types": "^0.13.0",
"ipfs-unixfs": "^8.0.0",
"ipfs-unixfs-importer": "^11.0.0",
"ipfs-utils": "^9.0.6",
Expand Down
27 changes: 27 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.15.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Bug Fixes

* replace slice with subarray for increased performance ([#4210](https://github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.16.1 to ^0.17.0
* ipfs-core-types bumped from ^0.12.1 to ^0.13.0
* ipfs-core-utils bumped from ^0.16.1 to ^0.17.0
* ipfs-daemon bumped from ^0.14.2 to ^0.15.0
* ipfs-http-client bumped from ^58.0.1 to ^59.0.0

### [0.14.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.14.2",
"version": "0.15.0",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
Expand Down Expand Up @@ -78,11 +78,11 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^4.0.0",
"ipfs-core": "^0.16.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-daemon": "^0.14.2",
"ipfs-http-client": "^58.0.1",
"ipfs-core": "^0.17.0",
"ipfs-core-types": "^0.13.0",
"ipfs-core-utils": "^0.17.0",
"ipfs-daemon": "^0.15.0",
"ipfs-http-client": "^59.0.0",
"ipfs-utils": "^9.0.6",
"it-concat": "^3.0.1",
"it-merge": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.9.2](https://github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.1...ipfs-client-v0.9.2) (2022-10-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.11.1 to ^0.12.0
* ipfs-http-client bumped from ^58.0.1 to ^59.0.0

### [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.0...ipfs-client-v0.9.1) (2022-09-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.9.1",
"version": "0.9.2",
"description": "A client library to talk to local IPFS daemons",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme",
Expand Down Expand Up @@ -61,8 +61,8 @@
"dep-check": "aegir dep-check -i aegir"
},
"dependencies": {
"ipfs-grpc-client": "^0.11.1",
"ipfs-http-client": "^58.0.1",
"ipfs-grpc-client": "^0.12.0",
"ipfs-http-client": "^59.0.0",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/ipfs-core-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.1...ipfs-core-config-v0.6.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core-utils bumped from ^0.16.1 to ^0.17.0

### [0.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.0...ipfs-core-config-v0.5.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.5.1",
"version": "0.6.0",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -118,6 +118,6 @@
},
"devDependencies": {
"aegir": "^37.0.11",
"ipfs-core-utils": "^0.16.1"
"ipfs-core-utils": "^0.17.0"
}
}
11 changes: 11 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [0.13.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.12.1...ipfs-core-types-v0.13.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))

### [0.12.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.12.0...ipfs-core-types-v0.12.1) (2022-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.12.1",
"version": "0.13.0",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",
Expand Down
18 changes: 18 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [0.17.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.1...ipfs-core-utils-v0.17.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.12.1 to ^0.13.0

### [0.16.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.0...ipfs-core-utils-v0.16.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.16.1",
"version": "0.17.0",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -147,7 +147,7 @@
"blob-to-it": "^2.0.0",
"browser-readablestream-to-it": "^2.0.0",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-types": "^0.13.0",
"ipfs-unixfs": "^8.0.0",
"ipfs-utils": "^9.0.6",
"it-all": "^2.0.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config
* require IPNS V2 signatures (#4207)

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Bug Fixes

* replace slice with subarray for increased performance ([#4210](https://github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806))
* require IPNS V2 signatures ([#4207](https://github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.5.1 to ^0.6.0
* ipfs-core-types bumped from ^0.12.1 to ^0.13.0
* ipfs-core-utils bumped from ^0.16.1 to ^0.17.0
* ipfs-http-client bumped from ^58.0.1 to ^59.0.0
* devDependencies
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0

### [0.16.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.16.1",
"version": "0.17.0",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme",
Expand Down Expand Up @@ -112,10 +112,10 @@
"interface-blockstore": "^3.0.0",
"interface-datastore": "^7.0.0",
"ipfs-bitswap": "^13.0.0",
"ipfs-core-config": "^0.5.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-http-client": "^58.0.1",
"ipfs-core-config": "^0.6.0",
"ipfs-core-types": "^0.13.0",
"ipfs-core-utils": "^0.17.0",
"ipfs-http-client": "^59.0.0",
"ipfs-repo": "^16.0.0",
"ipfs-unixfs": "^8.0.0",
"ipfs-unixfs-exporter": "^9.0.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
"delay": "^5.0.0",
"go-ipfs": "^0.12.0",
"interface-blockstore-tests": "^3.0.0",
"interface-ipfs-core": "^0.156.1",
"interface-ipfs-core": "^0.157.0",
"ipfsd-ctl": "^12.0.3",
"iso-url": "^1.0.0",
"it-all": "^2.0.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.15.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* ipfs is now bundled with [email protected] which has different config

### Features

* upgrade libp2p to 0.40.x ([#4237](https://github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.16.1 to ^0.17.0
* ipfs-core-types bumped from ^0.12.1 to ^0.13.0
* ipfs-grpc-server bumped from ^0.10.1 to ^0.11.0
* ipfs-http-gateway bumped from ^0.11.1 to ^0.12.0
* ipfs-http-server bumped from ^0.13.2 to ^0.14.0

### [0.14.2](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.14.2",
"version": "0.15.0",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@libp2p/logger": "^2.0.0",
"@libp2p/webrtc-star": "^5.0.2",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.16.1",
"ipfs-core-types": "^0.12.1",
"ipfs-grpc-server": "^0.10.1",
"ipfs-http-gateway": "^0.11.1",
"ipfs-http-server": "^0.13.2",
"ipfs-core": "^0.17.0",
"ipfs-core-types": "^0.13.0",
"ipfs-grpc-server": "^0.11.0",
"ipfs-http-gateway": "^0.12.0",
"ipfs-http-server": "^0.14.0",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.40.0"
},
Expand Down
Loading