From 89aeaf8e25320276391653104981e37a73f29de9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:02:29 +0100 Subject: [PATCH] chore: release master (#4189) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/interface-ipfs-core/CHANGELOG.md | 20 ++++++++++++- packages/interface-ipfs-core/package.json | 4 +-- packages/ipfs-cli/CHANGELOG.md | 24 ++++++++++++++- packages/ipfs-cli/package.json | 12 ++++---- packages/ipfs-client/CHANGELOG.md | 21 ++++++++++++- packages/ipfs-client/package.json | 6 ++-- packages/ipfs-core-config/CHANGELOG.md | 18 +++++++++++ packages/ipfs-core-config/package.json | 4 +-- packages/ipfs-core-types/CHANGELOG.md | 11 +++++++ packages/ipfs-core-types/package.json | 2 +- packages/ipfs-core-utils/CHANGELOG.md | 20 ++++++++++++- packages/ipfs-core-utils/package.json | 4 +-- packages/ipfs-core/CHANGELOG.md | 23 ++++++++++++++ packages/ipfs-core/package.json | 12 ++++---- packages/ipfs-daemon/CHANGELOG.md | 24 ++++++++++++++- packages/ipfs-daemon/package.json | 12 ++++---- packages/ipfs-grpc-client/CHANGELOG.md | 22 +++++++++++++- packages/ipfs-grpc-client/package.json | 8 ++--- packages/ipfs-grpc-protocol/CHANGELOG.md | 11 +++++++ packages/ipfs-grpc-protocol/package.json | 2 +- packages/ipfs-grpc-server/CHANGELOG.md | 23 +++++++++++++- packages/ipfs-grpc-server/package.json | 8 ++--- packages/ipfs-http-client/CHANGELOG.md | 21 ++++++++++++- packages/ipfs-http-client/package.json | 6 ++-- packages/ipfs-http-gateway/CHANGELOG.md | 21 ++++++++++++- packages/ipfs-http-gateway/package.json | 6 ++-- packages/ipfs-http-response/CHANGELOG.md | 20 ++++++++++++- packages/ipfs-http-response/package.json | 4 +-- packages/ipfs-http-server/CHANGELOG.md | 22 ++++++++++++++ packages/ipfs-http-server/package.json | 10 +++---- .../ipfs-message-port-client/CHANGELOG.md | 30 ++++++++++++++++++- .../ipfs-message-port-client/package.json | 12 ++++---- .../ipfs-message-port-protocol/CHANGELOG.md | 20 ++++++++++++- .../ipfs-message-port-protocol/package.json | 4 +-- .../ipfs-message-port-server/CHANGELOG.md | 21 ++++++++++++- .../ipfs-message-port-server/package.json | 6 ++-- packages/ipfs/CHANGELOG.md | 26 +++++++++++++++- packages/ipfs/package.json | 14 ++++----- 39 files changed, 453 insertions(+), 83 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b183f8348..d0df938644 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/interface-ipfs-core":"0.155.2","packages/ipfs":"0.63.5","packages/ipfs-cli":"0.13.5","packages/ipfs-client":"0.8.3","packages/ipfs-core":"0.15.4","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.5","packages/ipfs-grpc-client":"0.10.2","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.4","packages/ipfs-http-client":"57.0.3","packages/ipfs-http-gateway":"0.10.4","packages/ipfs-http-response":"3.0.4","packages/ipfs-http-server":"0.12.5","packages/ipfs-message-port-client":"0.12.4","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"} \ No newline at end of file +{"packages/interface-ipfs-core":"0.156.0","packages/ipfs":"0.64.0","packages/ipfs-cli":"0.14.0","packages/ipfs-client":"0.9.0","packages/ipfs-core":"0.16.0","packages/ipfs-core-config":"0.5.0","packages/ipfs-core-types":"0.12.0","packages/ipfs-core-utils":"0.16.0","packages/ipfs-daemon":"0.14.0","packages/ipfs-grpc-client":"0.11.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.0","packages/ipfs-http-client":"58.0.0","packages/ipfs-http-gateway":"0.11.0","packages/ipfs-http-response":"4.0.0","packages/ipfs-http-server":"0.13.0","packages/ipfs-message-port-client":"0.13.0","packages/ipfs-message-port-protocol":"0.13.0","packages/ipfs-message-port-server":"0.13.0"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index d2b0c1f2ec..f2e5ada00e 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -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.156.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.2...interface-ipfs-core-v0.156.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + ### [0.155.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.1...interface-ipfs-core-v0.155.2) (2022-06-24) @@ -2395,4 +2413,4 @@ Signed-off-by: Alan Shaw ### 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)) \ No newline at end of file diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index a2f871ac08..4ac707d8ff 100644 --- a/packages/interface-ipfs-core/package.json +++ b/packages/interface-ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.155.2", + "version": "0.156.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", @@ -84,7 +84,7 @@ "delay": "^5.0.0", "did-jwt": "^6.2.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.0", + "ipfs-core-types": "^0.12.0", "ipfs-unixfs": "^7.0.0", "ipfs-unixfs-importer": "^10.0.1", "ipfs-utils": "^9.0.6", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index e5f4dd49e8..59445c4099 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.5...ipfs-cli-v0.14.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + * ipfs-daemon bumped from ^0.13.0 to ^0.14.0 + * ipfs-http-client bumped from ^57.0.0 to ^58.0.0 + ### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.4...ipfs-cli-v0.13.5) (2022-06-24) @@ -564,4 +586,4 @@ Co-authored-by: achingbrain ### Features * enable custom formats for dag put and get ([#3347](https://github.com/ipfs/js-ipfs/issues/3347)) ([3250ff4](https://github.com/ipfs/js-ipfs/commit/3250ff453a1d3275cc4ab746f59f9f70abd5cc5f)) -* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0)) +* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0)) \ No newline at end of file diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 54f69e3d5e..d5179f8712 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.13.5", + "version": "0.14.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-cli#readme", @@ -78,11 +78,11 @@ "byteman": "^1.3.5", "execa": "^6.1.0", "get-folder-size": "^4.0.0", - "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-core": "^0.16.0", + "ipfs-core-types": "^0.12.0", + "ipfs-core-utils": "^0.16.0", + "ipfs-daemon": "^0.14.0", + "ipfs-http-client": "^58.0.0", "ipfs-utils": "^9.0.6", "it-concat": "^2.0.0", "it-map": "^1.0.6", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index c1e910376e..ffc8dcb199 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -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.9.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.3...ipfs-client-v0.9.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-grpc-client bumped from ^0.10.0 to ^0.11.0 + * ipfs-http-client bumped from ^57.0.0 to ^58.0.0 + ### [0.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.2...ipfs-client-v0.8.3) (2022-06-24) @@ -357,4 +376,4 @@ Co-authored-by: achingbrain ### 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) \ No newline at end of file diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index 98c76d6e0e..66b8a055ce 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.8.3", + "version": "0.9.0", "description": "A client library to talk to local IPFS daemons", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme", @@ -61,8 +61,8 @@ "dep-check": "aegir dep-check -i aegir" }, "dependencies": { - "ipfs-grpc-client": "^0.10.0", - "ipfs-http-client": "^57.0.0", + "ipfs-grpc-client": "^0.11.0", + "ipfs-http-client": "^58.0.0", "merge-options": "^3.0.4" }, "devDependencies": { diff --git a/packages/ipfs-core-config/CHANGELOG.md b/packages/ipfs-core-config/CHANGELOG.md index b73e37d17d..afd9c33b7b 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/CHANGELOG.md @@ -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.5.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.1...ipfs-core-config-v0.5.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + ### [0.4.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.0...ipfs-core-config-v0.4.1) (2022-06-22) diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index a19fbdbea6..f89645590f 100644 --- a/packages/ipfs-core-config/package.json +++ b/packages/ipfs-core-config/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-config", - "version": "0.4.1", + "version": "0.5.0", "description": "Package to store node and browser specific config for ipfs-core", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT", @@ -118,6 +118,6 @@ }, "devDependencies": { "aegir": "^37.0.11", - "ipfs-core-utils": "^0.15.0" + "ipfs-core-utils": "^0.16.0" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index 3e2233dc04..a187546732 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/CHANGELOG.md @@ -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.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.1...ipfs-core-types-v0.12.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + ### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.0...ipfs-core-types-v0.11.1) (2022-06-22) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index 2aadfbbb44..3c286e5d2c 100644 --- a/packages/ipfs-core-types/package.json +++ b/packages/ipfs-core-types/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-types", - "version": "0.11.1", + "version": "0.12.0", "description": "IPFS interface definitions used by implementations for API compatibility.", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme", diff --git a/packages/ipfs-core-utils/CHANGELOG.md b/packages/ipfs-core-utils/CHANGELOG.md index 352f83c5ee..86b7b07ce8 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/CHANGELOG.md @@ -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.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.1...ipfs-core-utils-v0.16.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + ### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.0...ipfs-core-utils-v0.15.1) (2022-06-22) @@ -690,4 +708,4 @@ js-ipfs ### Bug Fixes -* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf)) +* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf)) \ No newline at end of file diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index b15aa60a31..96e76dfc8d 100644 --- a/packages/ipfs-core-utils/package.json +++ b/packages/ipfs-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-utils", - "version": "0.15.1", + "version": "0.16.0", "description": "Package to share code between ipfs and ipfs-http-client", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT", @@ -147,7 +147,7 @@ "blob-to-it": "^1.0.1", "browser-readablestream-to-it": "^1.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.0", + "ipfs-core-types": "^0.12.0", "ipfs-unixfs": "^7.0.0", "ipfs-utils": "^9.0.6", "it-all": "^1.0.4", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 3a473d0279..1e1b7fe687 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.4...ipfs-core-v0.16.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-config bumped from ^0.4.0 to ^0.5.0 + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + * ipfs-http-client bumped from ^57.0.0 to ^58.0.0 + * devDependencies + * interface-ipfs-core bumped from ^0.155.0 to ^0.156.0 + ### [0.15.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.3...ipfs-core-v0.15.4) (2022-06-24) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 836e44218e..b46970be74 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.15.4", + "version": "0.16.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", @@ -112,10 +112,10 @@ "interface-blockstore": "^3.0.0", "interface-datastore": "^7.0.0", "ipfs-bitswap": "^12.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-core-config": "^0.5.0", + "ipfs-core-types": "^0.12.0", + "ipfs-core-utils": "^0.16.0", + "ipfs-http-client": "^58.0.0", "ipfs-repo": "^15.0.0", "ipfs-unixfs": "^7.0.0", "ipfs-unixfs-exporter": "^8.0.4", @@ -156,7 +156,7 @@ "delay": "^5.0.0", "go-ipfs": "^0.12.1", "interface-blockstore-tests": "^3.0.0", - "interface-ipfs-core": "^0.155.0", + "interface-ipfs-core": "^0.156.0", "ipfsd-ctl": "^12.0.0", "iso-url": "^1.0.0", "it-all": "^1.0.4", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index ad1a320bae..362804a89b 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.5...ipfs-daemon-v0.14.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-grpc-server bumped from ^0.9.0 to ^0.10.0 + * ipfs-http-gateway bumped from ^0.10.0 to ^0.11.0 + * ipfs-http-server bumped from ^0.12.0 to ^0.13.0 + ### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.4...ipfs-daemon-v0.13.5) (2022-06-24) @@ -477,4 +499,4 @@ Co-authored-by: Hugo Dias ## 0.3.2 (2020-12-16) -**Note:** Version bump only for package ipfs-daemon +**Note:** Version bump only for package ipfs-daemon \ No newline at end of file diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 64ae61f2ce..a58f60af50 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.13.5", + "version": "0.14.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-daemon#readme", @@ -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.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-core": "^0.16.0", + "ipfs-core-types": "^0.12.0", + "ipfs-grpc-server": "^0.10.0", + "ipfs-http-gateway": "^0.11.0", + "ipfs-http-server": "^0.13.0", "ipfs-utils": "^9.0.6", "libp2p": "^0.39.0" }, diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index d7d12f13e6..94e904a748 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.2...ipfs-grpc-client-v0.11.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + * ipfs-grpc-protocol bumped from ^0.6.0 to ^0.7.0 + ### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.1...ipfs-grpc-client-v0.10.2) (2022-06-24) @@ -384,4 +404,4 @@ Co-authored-by: achingbrain ### 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) \ No newline at end of file diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 6cc98cddf2..99dc9a5aec 100644 --- a/packages/ipfs-grpc-client/package.json +++ b/packages/ipfs-grpc-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-client", - "version": "0.10.2", + "version": "0.11.0", "description": "A client library for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-client#readme", @@ -74,9 +74,9 @@ "@multiformats/multiaddr": "^10.4.0", "change-case": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.0", - "ipfs-core-utils": "^0.15.0", - "ipfs-grpc-protocol": "^0.6.0", + "ipfs-core-types": "^0.12.0", + "ipfs-core-utils": "^0.16.0", + "ipfs-grpc-protocol": "^0.7.0", "ipfs-unixfs": "^7.0.0", "it-first": "^1.0.6", "it-pushable": "^3.0.0", diff --git a/packages/ipfs-grpc-protocol/CHANGELOG.md b/packages/ipfs-grpc-protocol/CHANGELOG.md index a0b93d122e..b589a006d5 100644 --- a/packages/ipfs-grpc-protocol/CHANGELOG.md +++ b/packages/ipfs-grpc-protocol/CHANGELOG.md @@ -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.7.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.6.0...ipfs-grpc-protocol-v0.7.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + ## [0.6.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.5.5...ipfs-grpc-protocol-v0.6.0) (2022-05-27) diff --git a/packages/ipfs-grpc-protocol/package.json b/packages/ipfs-grpc-protocol/package.json index ae6f522b58..2da554a4c4 100644 --- a/packages/ipfs-grpc-protocol/package.json +++ b/packages/ipfs-grpc-protocol/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-protocol", - "version": "0.6.0", + "version": "0.7.0", "description": "Protobuf definitions for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-protocol#readme", diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index 4f27d05fdc..81bb90ecab 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.4...ipfs-grpc-server-v0.10.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-grpc-protocol bumped from ^0.6.0 to ^0.7.0 + * devDependencies + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + ### [0.9.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.3...ipfs-grpc-server-v0.9.4) (2022-06-24) @@ -413,4 +434,4 @@ Co-authored-by: achingbrain ### 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) +* 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) \ No newline at end of file diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index f497faa6a8..c1e8b64350 100644 --- a/packages/ipfs-grpc-server/package.json +++ b/packages/ipfs-grpc-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-server", - "version": "0.9.4", + "version": "0.10.0", "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", @@ -69,8 +69,8 @@ "@multiformats/multiaddr": "^10.4.0", "change-case": "^4.1.1", "coercer": "^1.1.2", - "ipfs-core-types": "^0.11.0", - "ipfs-grpc-protocol": "^0.6.0", + "ipfs-core-types": "^0.12.0", + "ipfs-grpc-protocol": "^0.7.0", "it-first": "^1.0.6", "it-map": "^1.0.6", "it-peekable": "^1.0.2", @@ -84,7 +84,7 @@ "devDependencies": { "@types/ws": "^8.5.3", "aegir": "^37.0.11", - "ipfs-core": "^0.15.0", + "ipfs-core": "^0.16.0", "it-all": "^1.0.4", "it-drain": "^1.0.3", "sinon": "^14.0.0" diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index 88bfd99268..8c420755c1 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [58.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.3...ipfs-http-client-v58.0.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + ### [57.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.2...ipfs-http-client-v57.0.3) (2022-06-24) @@ -2446,4 +2465,4 @@ Signed-off-by: Alan Shaw ### Bug Fixes -* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472)) +* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472)) \ No newline at end of file diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index 5f084dc191..442d52086b 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "57.0.3", + "version": "58.0.0", "description": "A client library for the IPFS HTTP API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client#readme", @@ -76,8 +76,8 @@ "any-signal": "^3.0.0", "dag-jose": "^2.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.0", - "ipfs-core-utils": "^0.15.0", + "ipfs-core-types": "^0.12.0", + "ipfs-core-utils": "^0.16.0", "ipfs-utils": "^9.0.6", "it-first": "^1.0.6", "it-last": "^1.0.4", diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index a92d2650d1..ac2d0f1f0b 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.4...ipfs-http-gateway-v0.11.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-http-response bumped from ^3.0.0 to ^4.0.0 + ### [0.10.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.3...ipfs-http-gateway-v0.10.4) (2022-06-24) @@ -398,4 +417,4 @@ Co-authored-by: achingbrain ### Features -* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0)) +* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0)) \ No newline at end of file diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index df48d13507..2f34368f8d 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-gateway", - "version": "0.10.4", + "version": "0.11.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-http-gateway#readme", @@ -72,8 +72,8 @@ "@hapi/hapi": "^20.0.0", "@libp2p/logger": "^2.0.0", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.11.0", - "ipfs-http-response": "^3.0.0", + "ipfs-core-types": "^0.12.0", + "ipfs-http-response": "^4.0.0", "is-ipfs": "^6.0.1", "it-last": "^1.0.4", "it-to-stream": "^1.0.0", diff --git a/packages/ipfs-http-response/CHANGELOG.md b/packages/ipfs-http-response/CHANGELOG.md index aaf9abcad3..c8788125d3 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -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. +## [4.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.4...ipfs-http-response-v4.0.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + ### [3.0.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.3...ipfs-http-response-v3.0.4) (2022-06-24) @@ -344,4 +362,4 @@ case of some property names that are used by this module. ### Features * export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8)) -* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08)) +* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08)) \ No newline at end of file diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index 1df91a8c1d..bbe3898ae6 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "3.0.4", + "version": "4.0.0", "description": "Creates an HTTP response from an IPFS Hash", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT", @@ -83,7 +83,7 @@ "@types/mime-types": "^2.1.1", "aegir": "^37.0.11", "get-stream": "^6.0.0", - "ipfs-core": "^0.15.0", + "ipfs-core": "^0.16.0", "ipfsd-ctl": "^12.0.0", "it-all": "^1.0.4", "uint8arrays": "^3.0.0" diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index b1949ee837..3d25f7a4f8 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -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.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.5...ipfs-http-server-v0.13.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-core-utils bumped from ^0.15.0 to ^0.16.0 + * ipfs-http-gateway bumped from ^0.10.0 to ^0.11.0 + * devDependencies + * ipfs-http-client bumped from ^57.0.0 to ^58.0.0 + ### [0.12.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.4...ipfs-http-server-v0.12.5) (2022-06-24) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 432482a796..4f59dc357a 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-server", - "version": "0.12.5", + "version": "0.13.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-http-server#readme", @@ -76,9 +76,9 @@ "any-signal": "^3.0.0", "dlv": "^1.1.3", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.11.0", - "ipfs-core-utils": "^0.15.0", - "ipfs-http-gateway": "^0.10.0", + "ipfs-core-types": "^0.12.0", + "ipfs-core-utils": "^0.16.0", + "ipfs-http-gateway": "^0.11.0", "ipfs-unixfs": "^7.0.0", "it-all": "^1.0.4", "it-drain": "^1.0.3", @@ -106,7 +106,7 @@ "aegir": "^37.0.11", "err-code": "^3.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^57.0.0", + "ipfs-http-client": "^58.0.0", "iso-random-stream": "^2.0.2", "it-first": "^1.0.4", "it-to-buffer": "^2.0.0", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index a9f7936762..47af0b7a8e 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/CHANGELOG.md @@ -3,6 +3,34 @@ 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://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.4...ipfs-message-port-client-v0.13.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### Bug Fixes + +* query input types ([#4201](https://www.github.com/ipfs/js-ipfs/issues/4201)) ([83f9882](https://www.github.com/ipfs/js-ipfs/commit/83f9882eb6df25c5ce83f447a387e068ea917c0c)) + + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-message-port-protocol bumped from ^0.12.0 to ^0.13.0 + * devDependencies + * interface-ipfs-core bumped from ^0.155.0 to ^0.156.0 + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + * ipfs-message-port-server bumped from ^0.12.0 to ^0.13.0 + ### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.3...ipfs-message-port-client-v0.12.4) (2022-06-24) @@ -535,4 +563,4 @@ Co-authored-by: achingbrain ### Features -* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) +* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) \ No newline at end of file diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index 46b4fd0f0c..315500e280 100644 --- a/packages/ipfs-message-port-client/package.json +++ b/packages/ipfs-message-port-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-client", - "version": "0.12.4", + "version": "0.13.0", "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", @@ -66,16 +66,16 @@ "dependencies": { "browser-readablestream-to-it": "^1.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.0", - "ipfs-message-port-protocol": "^0.12.0", + "ipfs-core-types": "^0.12.0", + "ipfs-message-port-protocol": "^0.13.0", "ipfs-unixfs": "^7.0.0", "it-peekable": "^1.0.2", "multiformats": "^9.5.1" }, "devDependencies": { "aegir": "^37.0.11", - "interface-ipfs-core": "^0.155.0", - "ipfs-core": "^0.15.0", - "ipfs-message-port-server": "^0.12.0" + "interface-ipfs-core": "^0.156.0", + "ipfs-core": "^0.16.0", + "ipfs-message-port-server": "^0.13.0" } } diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index a8aad7a39b..d3938e96eb 100644 --- a/packages/ipfs-message-port-protocol/CHANGELOG.md +++ b/packages/ipfs-message-port-protocol/CHANGELOG.md @@ -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.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.12.1...ipfs-message-port-protocol-v0.13.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + ### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.12.0...ipfs-message-port-protocol-v0.12.1) (2022-06-22) @@ -377,4 +395,4 @@ Co-authored-by: achingbrain ### Features -* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) +* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) \ No newline at end of file diff --git a/packages/ipfs-message-port-protocol/package.json b/packages/ipfs-message-port-protocol/package.json index 89731ce998..41fe294b36 100644 --- a/packages/ipfs-message-port-protocol/package.json +++ b/packages/ipfs-message-port-protocol/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-protocol", - "version": "0.12.1", + "version": "0.13.0", "description": "IPFS client/server protocol over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol#readme", @@ -87,7 +87,7 @@ "dep-check": "aegir dep-check -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.11.0", + "ipfs-core-types": "^0.12.0", "multiformats": "^9.5.1" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index a10eb6a55a..6094a18071 100644 --- a/packages/ipfs-message-port-server/CHANGELOG.md +++ b/packages/ipfs-message-port-server/CHANGELOG.md @@ -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.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.12.1...ipfs-message-port-server-v0.13.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-message-port-protocol bumped from ^0.12.0 to ^0.13.0 + ### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.12.0...ipfs-message-port-server-v0.12.1) (2022-06-22) @@ -423,4 +442,4 @@ Co-authored-by: achingbrain ### Features -* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) +* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022) \ No newline at end of file diff --git a/packages/ipfs-message-port-server/package.json b/packages/ipfs-message-port-server/package.json index 26870e3ae8..e32fd3d6be 100644 --- a/packages/ipfs-message-port-server/package.json +++ b/packages/ipfs-message-port-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-server", - "version": "0.12.1", + "version": "0.13.0", "description": "IPFS server library for exposing IPFS node over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-server#readme", @@ -92,8 +92,8 @@ "dep-check": "aegir dep-check -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.11.0", - "ipfs-message-port-protocol": "^0.12.0", + "ipfs-core-types": "^0.12.0", + "ipfs-message-port-protocol": "^0.13.0", "it-all": "^1.0.4" }, "devDependencies": { diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index cb6ff35580..dbcd8dfa5a 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.64.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.5...ipfs-v0.64.0) (2022-09-06) + + +### ⚠ BREAKING CHANGES + +* update to libp2p@0.38.x (#4151) + +### deps + +* update to libp2p@0.38.x ([#4151](https://www.github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://www.github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.13.0 to ^0.14.0 + * ipfs-core bumped from ^0.15.0 to ^0.16.0 + * devDependencies + * interface-ipfs-core bumped from ^0.155.0 to ^0.156.0 + * ipfs-client bumped from ^0.8.0 to ^0.9.0 + * ipfs-core-types bumped from ^0.11.0 to ^0.12.0 + * ipfs-http-client bumped from ^57.0.0 to ^58.0.0 + ### [0.63.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.4...ipfs-v0.63.5) (2022-06-24) @@ -3011,4 +3035,4 @@ Signed-off-by: Alan Shaw -## 0.0.2 (2016-01-11) +## 0.0.2 (2016-01-11) \ No newline at end of file diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index cbd6cfdcda..4ef73d15db 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.63.5", + "version": "0.64.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#readme", @@ -77,8 +77,8 @@ }, "dependencies": { "@libp2p/logger": "^2.0.0", - "ipfs-cli": "^0.13.0", - "ipfs-core": "^0.15.0", + "ipfs-cli": "^0.14.0", + "ipfs-core": "^0.16.0", "semver": "^7.3.2", "update-notifier": "^6.0.0" }, @@ -91,10 +91,10 @@ "cross-env": "^7.0.0", "electron-webrtc": "^0.3.0", "go-ipfs": "^0.12.1", - "interface-ipfs-core": "^0.155.0", - "ipfs-client": "^0.8.0", - "ipfs-core-types": "^0.11.0", - "ipfs-http-client": "^57.0.0", + "interface-ipfs-core": "^0.156.0", + "ipfs-client": "^0.9.0", + "ipfs-core-types": "^0.12.0", + "ipfs-http-client": "^58.0.0", "ipfs-interop": "ipfs/interop#feat/upgrade-to-esm-libp2p", "ipfs-utils": "^9.0.6", "ipfsd-ctl": "^12.0.0",