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

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2022
1 parent dfc43d4 commit 52bdc73
Show file tree
Hide file tree
Showing 21 changed files with 161 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -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.64.3","packages/ipfs-cli":"0.14.3","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.17.0","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.3","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.2","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.2","packages/ipfs-http-response":"4.0.2","packages/ipfs-http-server":"0.13.3","packages/ipfs-message-port-client":"0.13.2","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}
13 changes: 12 additions & 1 deletion packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
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://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-09-26)


### ⚠ BREAKING CHANGES

* require IPNS V2 signatures (#4207)

### Bug Fixes

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

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


Expand Down Expand Up @@ -2427,4 +2438,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>

### Bug Fixes

* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
@@ -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://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",
Expand Down
15 changes: 15 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.14.3) (2022-09-26)


### Bug Fixes

* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.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-daemon bumped from ^0.14.2 to ^0.14.3

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


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.14.2",
"version": "0.14.3",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
Expand Down Expand Up @@ -78,10 +78,10 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^4.0.0",
"ipfs-core": "^0.16.1",
"ipfs-core": "^0.17.0",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-daemon": "^0.14.2",
"ipfs-daemon": "^0.14.3",
"ipfs-http-client": "^58.0.1",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
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://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-09-26)


### ⚠ BREAKING CHANGES

* require IPNS V2 signatures (#4207)

### Bug Fixes

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


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0

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


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core/package.json
@@ -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://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme",
Expand Down Expand Up @@ -156,7 +156,7 @@
"delay": "^5.0.0",
"go-ipfs": "^0.12.1",
"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": "^1.0.4",
Expand Down
14 changes: 13 additions & 1 deletion packages/ipfs-daemon/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.14.3) (2022-09-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.16.1 to ^0.17.0
* ipfs-grpc-server bumped from ^0.10.1 to ^0.10.2
* ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2
* ipfs-http-server bumped from ^0.13.2 to ^0.13.3

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


Expand Down Expand Up @@ -526,4 +538,4 @@ Co-authored-by: Hugo Dias <hugomrdias@gmail.com>

## 0.3.2 (2020-12-16)

**Note:** Version bump only for package ipfs-daemon
**Note:** Version bump only for package ipfs-daemon
10 changes: 5 additions & 5 deletions packages/ipfs-daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.14.2",
"version": "0.14.3",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/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": "^3.0.0",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.16.1",
"ipfs-core": "^0.17.0",
"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-grpc-server": "^0.10.2",
"ipfs-http-gateway": "^0.11.2",
"ipfs-http-server": "^0.13.3",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.39.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.1...ipfs-grpc-server-v0.10.2) (2022-09-26)


### Bug Fixes

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


### Dependencies

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

### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.0...ipfs-grpc-server-v0.10.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.10.1",
"version": "0.10.2",
"description": "A server library for the IPFS gRPC API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-server#readme",
Expand Down Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@types/ws": "^8.5.3",
"aegir": "^37.0.11",
"ipfs-core": "^0.16.1",
"ipfs-core": "^0.17.0",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"sinon": "^14.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/ipfs-http-gateway/CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.11.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.1...ipfs-http-gateway-v0.11.2) (2022-09-26)


### Bug Fixes

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-response bumped from ^4.0.1 to ^4.0.2

### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.0...ipfs-http-gateway-v0.11.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-gateway/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-gateway",
"version": "0.11.1",
"version": "0.11.2",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-gateway#readme",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@multiformats/uri-to-multiaddr": "^7.0.0",
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.12.1",
"ipfs-http-response": "^4.0.1",
"ipfs-http-response": "^4.0.2",
"is-ipfs": "^7.0.0",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/ipfs-http-response/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [4.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.1...ipfs-http-response-v4.0.2) (2022-09-26)


### Bug Fixes

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


### Dependencies

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

### [4.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.0...ipfs-http-response-v4.0.1) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-response/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-response",
"version": "4.0.1",
"version": "4.0.2",
"description": "Creates an HTTP response from an IPFS Hash",
"author": "Vasco Santos <vasco.santos@moxy.studio>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@types/mime-types": "^2.1.1",
"aegir": "^37.0.11",
"get-stream": "^6.0.0",
"ipfs-core": "^0.16.1",
"ipfs-core": "^0.17.0",
"ipfsd-ctl": "^12.0.3",
"it-all": "^1.0.4",
"uint8arrays": "^3.0.0"
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-http-server/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.2...ipfs-http-server-v0.13.3) (2022-09-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2

### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.1...ipfs-http-server-v0.13.2) (2022-09-21)


Expand Down Expand Up @@ -586,4 +595,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>

* types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour

Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
4 changes: 2 additions & 2 deletions packages/ipfs-http-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-server",
"version": "0.13.2",
"version": "0.13.3",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-server#readme",
Expand Down Expand Up @@ -79,7 +79,7 @@
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-http-gateway": "^0.11.1",
"ipfs-http-gateway": "^0.11.2",
"ipfs-unixfs": "^7.0.0",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/ipfs-message-port-client/CHANGELOG.md
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.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.1...ipfs-message-port-client-v0.13.2) (2022-09-26)


### Dependencies

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

### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.0...ipfs-message-port-client-v0.13.1) (2022-09-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-message-port-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-message-port-client",
"version": "0.13.1",
"version": "0.13.2",
"description": "IPFS client library for accessing IPFS node over message port",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-client#readme",
Expand Down Expand Up @@ -74,8 +74,8 @@
},
"devDependencies": {
"aegir": "^37.0.11",
"interface-ipfs-core": "^0.156.1",
"ipfs-core": "^0.16.1",
"interface-ipfs-core": "^0.157.0",
"ipfs-core": "^0.17.0",
"ipfs-message-port-server": "^0.13.1"
}
}
14 changes: 13 additions & 1 deletion packages/ipfs/CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.64.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.2...ipfs-v0.64.3) (2022-09-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-cli bumped from ^0.14.2 to ^0.14.3
* ipfs-core bumped from ^0.16.1 to ^0.17.0
* devDependencies
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0

### [0.64.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.1...ipfs-v0.64.2) (2022-09-21)


Expand Down Expand Up @@ -3064,4 +3076,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>


<a name="0.0.2"></a>
## 0.0.2 (2016-01-11)
## 0.0.2 (2016-01-11)

0 comments on commit 52bdc73

Please sign in to comment.