diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da605357c8..6f9bc03873 100644 --- a/.release-please-manifest.json +++ b/.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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 858c371c3d..a0bb3b192a 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -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://www.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 libp2p@0.40.x which has different config +* require IPNS V2 signatures (#4207) + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.12.1 to ^0.13.0 + ### [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) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index 350bdc6acd..1ff79ce8e3 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.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", @@ -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", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index e3c70a2390..e747821246 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -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://www.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 libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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-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://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index f13d967ba3..c7e36fa50c 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -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://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.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", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index a84a6bce7f..7f40df6471 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -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://www.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://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.0...ipfs-client-v0.9.1) (2022-09-21) diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index 71c6cb0730..f22f85c30e 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -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://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.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": { diff --git a/packages/ipfs-core-config/CHANGELOG.md b/packages/ipfs-core-config/CHANGELOG.md index a66a6ce3bf..7a13703a7a 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.6.0](https://www.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 libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.0...ipfs-core-config-v0.5.1) (2022-09-21) diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index 7d903f97a8..9d467a388d 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.5.1", + "version": "0.6.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.16.1" + "ipfs-core-utils": "^0.17.0" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index dfa468ea55..3448740886 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.13.0](https://www.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 libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + ### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.12.0...ipfs-core-types-v0.12.1) (2022-09-21) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index 6db01f2275..fe6156f316 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.12.1", + "version": "0.13.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 214f070458..ea41400734 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.17.0](https://www.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 libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.0...ipfs-core-utils-v0.16.1) (2022-09-21) diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index 521618280e..e032d1f6d5 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.16.1", + "version": "0.17.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": "^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", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 0964a5d648..214d8be095 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -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://www.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 libp2p@0.40.x which has different config +* require IPNS V2 signatures (#4207) + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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 + * 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://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 4f9ffcd02d..36e6c546eb 100644 --- a/packages/ipfs-core/package.json +++ b/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", @@ -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", @@ -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", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index 9739a51ab0..f464e2044e 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.15.0](https://www.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 libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 3ffddb23c5..8bb7bf1a15 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -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://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme", @@ -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" }, diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index fc85d455bb..b7412886fa 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-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. +## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.11.1...ipfs-grpc-client-v0.12.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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 + * ipfs-core-utils bumped from ^0.16.1 to ^0.17.0 + ### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.11.0...ipfs-grpc-client-v0.11.1) (2022-09-21) diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 7ba287b0e0..be61046b25 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.11.1", + "version": "0.12.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,8 +74,8 @@ "@multiformats/multiaddr": "^11.0.0", "change-case": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.12.1", - "ipfs-core-utils": "^0.16.1", + "ipfs-core-types": "^0.13.0", + "ipfs-core-utils": "^0.17.0", "ipfs-grpc-protocol": "^0.7.0", "ipfs-unixfs": "^8.0.0", "it-first": "^2.0.0", diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index 87e48c8716..b2d30683e7 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,31 @@ 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-server-v0.10.1...ipfs-grpc-server-v0.11.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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-types bumped from ^0.12.1 to ^0.13.0 + * 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) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index f1be1b9bfb..b1ae97ea46 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.10.1", + "version": "0.11.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,7 +69,7 @@ "@multiformats/multiaddr": "^11.0.0", "change-case": "^4.1.1", "coercer": "^1.1.2", - "ipfs-core-types": "^0.12.1", + "ipfs-core-types": "^0.13.0", "ipfs-grpc-protocol": "^0.7.0", "it-first": "^2.0.0", "it-map": "^2.0.0", @@ -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": "^2.0.0", "it-drain": "^2.0.0", "sinon": "^14.0.0" diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index 9306c543d0..db033b37cb 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. +## [59.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v58.0.1...ipfs-http-client-v59.0.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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 + * ipfs-core-utils bumped from ^0.16.1 to ^0.17.0 + ### [58.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v58.0.0...ipfs-http-client-v58.0.1) (2022-09-21) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index 4f3ce60095..961cd3fb72 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "58.0.1", + "version": "59.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": "^3.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.12.1", - "ipfs-core-utils": "^0.16.1", + "ipfs-core-types": "^0.13.0", + "ipfs-core-utils": "^0.17.0", "ipfs-utils": "^9.0.6", "it-first": "^2.0.0", "it-last": "^2.0.0", diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index c1775c3dc4..3ca7dff416 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/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.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.1...ipfs-http-gateway-v0.12.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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-types bumped from ^0.12.1 to ^0.13.0 + * ipfs-http-response bumped from ^4.0.1 to ^5.0.0 + ### [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) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index b3afa2a0cf..4e7cfae2ca 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.11.1", + "version": "0.12.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", @@ -73,8 +73,8 @@ "@libp2p/logger": "^2.0.0", "@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-core-types": "^0.13.0", + "ipfs-http-response": "^5.0.0", "is-ipfs": "^7.0.0", "it-last": "^2.0.0", "it-to-stream": "^1.0.0", diff --git a/packages/ipfs-http-response/CHANGELOG.md b/packages/ipfs-http-response/CHANGELOG.md index 5cc103b599..fbcc75134e 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/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. +## [5.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.1...ipfs-http-response-v5.0.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### 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) diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index 60938387dd..e5e2027264 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "4.0.1", + "version": "5.0.0", "description": "Creates an HTTP response from an IPFS Hash", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT", @@ -82,7 +82,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": "^2.0.0", "uint8arrays": "^4.0.2" diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index 9f8ffbe707..675af7d1a6 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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.2...ipfs-http-server-v0.14.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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 + * ipfs-core-utils bumped from ^0.16.1 to ^0.17.0 + * ipfs-http-gateway bumped from ^0.11.1 to ^0.12.0 + * devDependencies + * ipfs-http-client bumped from ^58.0.1 to ^59.0.0 + ### [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) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 381f6d1657..d53a1bb040 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.13.2", + "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-http-server#readme", @@ -77,9 +77,9 @@ "any-signal": "^3.0.0", "dlv": "^1.1.3", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.12.1", - "ipfs-core-utils": "^0.16.1", - "ipfs-http-gateway": "^0.11.1", + "ipfs-core-types": "^0.13.0", + "ipfs-core-utils": "^0.17.0", + "ipfs-http-gateway": "^0.12.0", "ipfs-unixfs": "^8.0.0", "it-all": "^2.0.0", "it-drain": "^2.0.0", @@ -106,7 +106,7 @@ "aegir": "^37.0.11", "err-code": "^3.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^58.0.1", + "ipfs-http-client": "^59.0.0", "iso-random-stream": "^2.0.2", "it-first": "^2.0.0", "it-to-buffer": "^3.0.0", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index 34baf859c1..f5daada84f 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.1...ipfs-message-port-client-v0.14.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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 + * ipfs-message-port-protocol bumped from ^0.13.1 to ^0.14.0 + * devDependencies + * interface-ipfs-core bumped from ^0.156.1 to ^0.157.0 + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + * ipfs-message-port-server bumped from ^0.13.1 to ^0.14.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) @@ -577,4 +600,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 1c468bce19..a521670f6d 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.13.1", + "version": "0.14.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": "^2.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.12.1", - "ipfs-message-port-protocol": "^0.13.1", + "ipfs-core-types": "^0.13.0", + "ipfs-message-port-protocol": "^0.14.0", "ipfs-unixfs": "^8.0.0", "it-peekable": "^2.0.0", "multiformats": "^10.0.0" }, "devDependencies": { "aegir": "^37.0.11", - "interface-ipfs-core": "^0.156.1", - "ipfs-core": "^0.16.1", - "ipfs-message-port-server": "^0.13.1" + "interface-ipfs-core": "^0.157.0", + "ipfs-core": "^0.17.0", + "ipfs-message-port-server": "^0.14.0" } } diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index 8582118e94..5512f5d061 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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.13.1...ipfs-message-port-protocol-v0.14.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.13.0...ipfs-message-port-protocol-v0.13.1) (2022-09-21) @@ -404,4 +422,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 531d955f25..3cf972b5f1 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.13.1", + "version": "0.14.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.12.1", + "ipfs-core-types": "^0.13.0", "multiformats": "^10.0.0" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index a98b5b6eb4..e8c8d4f89b 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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.13.1...ipfs-message-port-server-v0.14.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.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 + * ipfs-message-port-protocol bumped from ^0.13.1 to ^0.14.0 + ### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.13.0...ipfs-message-port-server-v0.13.1) (2022-09-21) @@ -452,4 +471,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 ccc9192a41..371fa1f331 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.13.1", + "version": "0.14.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.12.1", - "ipfs-message-port-protocol": "^0.13.1", + "ipfs-core-types": "^0.13.0", + "ipfs-message-port-protocol": "^0.14.0", "it-all": "^2.0.0" }, "devDependencies": { diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index aa06d69534..7e4ba52a9e 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.65.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.2...ipfs-v0.65.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* ipfs is now bundled with libp2p@0.40.x which has different config + +### Features + +* upgrade libp2p to 0.40.x ([#4237](https://www.github.com/ipfs/js-ipfs/issues/4237)) ([0cee4a4](https://www.github.com/ipfs/js-ipfs/commit/0cee4a4c55767022584dcbade0b0b9b43326f9c9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.14.2 to ^0.15.0 + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + * devDependencies + * interface-ipfs-core bumped from ^0.156.1 to ^0.157.0 + * ipfs-client bumped from ^0.9.1 to ^0.9.2 + * ipfs-core-types bumped from ^0.12.1 to ^0.13.0 + * ipfs-http-client bumped from ^58.0.1 to ^59.0.0 + ### [0.64.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.1...ipfs-v0.64.2) (2022-09-21) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 77f19fc64a..d80160a62a 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.64.2", + "version": "0.65.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.14.2", - "ipfs-core": "^0.16.1", + "ipfs-cli": "^0.15.0", + "ipfs-core": "^0.17.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.0", - "interface-ipfs-core": "^0.156.1", - "ipfs-client": "^0.9.1", - "ipfs-core-types": "^0.12.1", - "ipfs-http-client": "^58.0.1", + "interface-ipfs-core": "^0.157.0", + "ipfs-client": "^0.9.2", + "ipfs-core-types": "^0.13.0", + "ipfs-http-client": "^59.0.0", "ipfs-interop": "ipfs/interop#deps/update-multiformats", "ipfs-utils": "^9.0.6", "ipfsd-ctl": "^12.0.3",