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

chore: release master #4099

Merged
merged 1 commit into from
May 30, 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.154.3","packages/ipfs":"0.62.3","packages/ipfs-cli":"0.12.3","packages/ipfs-client":"0.7.9","packages/ipfs-core":"0.14.3","packages/ipfs-core-config":"0.3.3","packages/ipfs-core-types":"0.10.3","packages/ipfs-core-utils":"0.14.3","packages/ipfs-daemon":"0.12.3","packages/ipfs-grpc-client":"0.9.4","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.4","packages/ipfs-http-client":"56.0.3","packages/ipfs-http-gateway":"0.9.3","packages/ipfs-http-response":"2.0.3","packages/ipfs-http-server":"0.11.3","packages/ipfs-message-port-client":"0.11.3","packages/ipfs-message-port-protocol":"0.11.3","packages/ipfs-message-port-server":"0.11.3"}
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.0","packages/ipfs-cli":"0.13.0","packages/ipfs-client":"0.8.0","packages/ipfs-core":"0.15.0","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.0","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.0","packages/ipfs-http-client":"57.0.0","packages/ipfs-http-gateway":"0.10.0","packages/ipfs-http-response":"3.0.0","packages/ipfs-http-server":"0.12.0","packages/ipfs-message-port-client":"0.12.0","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
18 changes: 18 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.155.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.3...interface-ipfs-core-v0.155.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0

### [0.154.3](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.2...interface-ipfs-core-v0.154.3) (2022-04-20)


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.154.3",
"version": "0.155.0",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -79,7 +79,7 @@
"delay": "^5.0.0",
"did-jwt": "^5.12.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.3",
"ipfs-core-types": "^0.11.0",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.6",
Expand Down
22 changes: 22 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.3...ipfs-cli-v0.13.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.3 to ^0.15.0
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
* ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
* ipfs-daemon bumped from ^0.12.2 to ^0.13.0
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0

### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.2...ipfs-cli-v0.12.3) (2022-04-20)


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.12.3",
"version": "0.13.0",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -70,11 +70,11 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^3.1.0",
"ipfs-core": "^0.14.3",
"ipfs-core-types": "^0.10.3",
"ipfs-core-utils": "^0.14.3",
"ipfs-daemon": "^0.12.2",
"ipfs-http-client": "^56.0.3",
"ipfs-core": "^0.15.0",
"ipfs-core-types": "^0.11.0",
"ipfs-core-utils": "^0.15.0",
"ipfs-daemon": "^0.13.0",
"ipfs-http-client": "^57.0.0",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
"it-map": "^1.0.5",
Expand Down
21 changes: 20 additions & 1 deletion packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
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.8.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.9...ipfs-client-v0.8.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.9.4 to ^0.10.0
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0

### [0.7.9](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.8...ipfs-client-v0.7.9) (2022-04-20)


Expand Down Expand Up @@ -309,4 +328,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
### Features

* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
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.7.9",
"version": "0.8.0",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -38,8 +38,8 @@
"dep-check": "aegir dep-check -i aegir"
},
"dependencies": {
"ipfs-grpc-client": "^0.9.4",
"ipfs-http-client": "^56.0.3",
"ipfs-grpc-client": "^0.10.0",
"ipfs-http-client": "^57.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 @@ -20,6 +20,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.4.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.3...ipfs-core-config-v0.4.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Dependencies

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

### [0.3.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.2...ipfs-core-config-v0.3.3) (2022-04-20)


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.3.3",
"version": "0.4.0",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
Expand Down Expand Up @@ -104,6 +104,6 @@
},
"devDependencies": {
"aegir": "^37.0.11",
"ipfs-core-utils": "^0.14.3"
"ipfs-core-utils": "^0.15.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 @@ -21,6 +21,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.3...ipfs-core-types-v0.11.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))

### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.2...ipfs-core-types-v0.10.3) (2022-04-20)


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.10.3",
"version": "0.11.0",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"types": "dist/src/index.d.ts",
"homepage": "https://github.com/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 @@ -19,6 +19,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.3...ipfs-core-utils-v0.15.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0

### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.2...ipfs-core-utils-v0.14.3) (2022-04-20)


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.14.3",
"version": "0.15.0",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
Expand Down Expand Up @@ -122,7 +122,7 @@
"blob-to-it": "^1.0.1",
"browser-readablestream-to-it": "^1.0.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.3",
"ipfs-core-types": "^0.11.0",
"ipfs-unixfs": "^6.0.9",
"ipfs-utils": "^9.0.6",
"it-all": "^1.0.4",
Expand Down
28 changes: 28 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.3...ipfs-core-v0.15.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Bug Fixes

* update to latest libp2p interfaces ([#4111](https://www.github.com/ipfs/js-ipfs/issues/4111)) ([4e93dd5](https://www.github.com/ipfs/js-ipfs/commit/4e93dd5d4f4be397c2b1cd8ae5d17e593493e6a9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.3.2 to ^0.4.0
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
* ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0
* devDependencies
* interface-ipfs-core bumped from ^0.154.3 to ^0.155.0

### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.2...ipfs-core-v0.14.3) (2022-04-20)


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.14.3",
"version": "0.15.0",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -100,10 +100,10 @@
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-bitswap": "^11.0.0",
"ipfs-core-config": "^0.3.2",
"ipfs-core-types": "^0.10.3",
"ipfs-core-utils": "^0.14.3",
"ipfs-http-client": "^56.0.3",
"ipfs-core-config": "^0.4.0",
"ipfs-core-types": "^0.11.0",
"ipfs-core-utils": "^0.15.0",
"ipfs-http-client": "^57.0.0",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.9",
"ipfs-unixfs-exporter": "^7.0.11",
Expand Down Expand Up @@ -144,7 +144,7 @@
"delay": "^5.0.0",
"go-ipfs": "^0.12.1",
"interface-blockstore-tests": "^2.0.2",
"interface-ipfs-core": "^0.154.3",
"interface-ipfs-core": "^0.155.0",
"ipfsd-ctl": "^11.0.0",
"iso-url": "^1.0.0",
"it-all": "^1.0.4",
Expand Down
27 changes: 27 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.3...ipfs-daemon-v0.13.0) (2022-05-27)


### ⚠ BREAKING CHANGES

* This module is now ESM only and there return types of some methods have changed

### Features

* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))


### Bug Fixes

* update to latest libp2p interfaces ([#4111](https://www.github.com/ipfs/js-ipfs/issues/4111)) ([4e93dd5](https://www.github.com/ipfs/js-ipfs/commit/4e93dd5d4f4be397c2b1cd8ae5d17e593493e6a9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.3 to ^0.15.0
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
* ipfs-grpc-server bumped from ^0.8.3 to ^0.9.0
* ipfs-http-gateway bumped from ^0.9.2 to ^0.10.0
* ipfs-http-server bumped from ^0.11.2 to ^0.12.0

### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.2...ipfs-daemon-v0.12.3) (2022-04-20)


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.12.3",
"version": "0.13.0",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -43,11 +43,11 @@
"@libp2p/logger": "^1.1.4",
"@libp2p/webrtc-star": "^1.0.6",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.14.3",
"ipfs-core-types": "^0.10.3",
"ipfs-grpc-server": "^0.8.3",
"ipfs-http-gateway": "^0.9.2",
"ipfs-http-server": "^0.11.2",
"ipfs-core": "^0.15.0",
"ipfs-core-types": "^0.11.0",
"ipfs-grpc-server": "^0.9.0",
"ipfs-http-gateway": "^0.10.0",
"ipfs-http-server": "^0.12.0",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.37.1"
},
Expand Down
Loading