diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1dd80be37..32c79be4b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,21 +1 @@ -{ - "packages/interface-ipfs-core": "0.153.0", - "packages/ipfs": "0.61.0", - "packages/ipfs-cli": "0.11.0", - "packages/ipfs-client": "0.7.5", - "packages/ipfs-core": "0.13.0", - "packages/ipfs-core-config": "0.2.0", - "packages/ipfs-core-types": "0.9.0", - "packages/ipfs-core-utils": "0.13.0", - "packages/ipfs-daemon": "0.11.0", - "packages/ipfs-grpc-client": "0.9.0", - "packages/ipfs-grpc-protocol": "0.5.5", - "packages/ipfs-grpc-server": "0.8.0", - "packages/ipfs-http-client": "55.0.0", - "packages/ipfs-http-gateway": "0.8.0", - "packages/ipfs-http-response": "1.0.6", - "packages/ipfs-http-server": "0.10.0", - "packages/ipfs-message-port-client": "0.10.3", - "packages/ipfs-message-port-protocol": "0.10.5", - "packages/ipfs-message-port-server": "0.10.5" -} +{"packages/interface-ipfs-core":"0.154.0","packages/ipfs":"0.62.0","packages/ipfs-cli":"0.12.0","packages/ipfs-client":"0.7.6","packages/ipfs-core":"0.14.0","packages/ipfs-core-config":"0.3.0","packages/ipfs-core-types":"0.10.0","packages/ipfs-core-utils":"0.14.0","packages/ipfs-daemon":"0.12.0","packages/ipfs-grpc-client":"0.9.1","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.1","packages/ipfs-http-client":"56.0.0","packages/ipfs-http-gateway":"0.9.0","packages/ipfs-http-response":"2.0.0","packages/ipfs-http-server":"0.11.0","packages/ipfs-message-port-client":"0.11.0","packages/ipfs-message-port-protocol":"0.11.0","packages/ipfs-message-port-server":"0.11.0"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index b6da948d20..3c9bde38b1 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -34,6 +34,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.154.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.153.0...interface-ipfs-core-v0.154.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9)) +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + ## [0.152.2](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.1...interface-ipfs-core@0.152.2) (2021-11-24) **Note:** Version bump only for package interface-ipfs-core @@ -2294,4 +2319,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 9e2abc6a3b..645fafca50 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.153.0", + "version": "0.154.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "type": "module", "main": "src/index.js", @@ -72,7 +72,7 @@ "delay": "^5.0.0", "did-jwt": "^5.12.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.9.0", + "ipfs-core-types": "^0.10.0", "ipfs-unixfs": "^6.0.3", "ipfs-unixfs-importer": "^9.0.3", "ipfs-utils": "^9.0.2", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index e4bd5a7cb5..58e4486f33 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -34,6 +34,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.11.0...ipfs-cli-v0.12.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + * ipfs-daemon bumped from ^0.11.0 to ^0.12.0 + * ipfs-http-client bumped from ^55.0.0 to ^56.0.0 + ## [0.10.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2) (2021-11-24) **Note:** Version bump only for package ipfs-cli @@ -419,4 +441,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 81b639bc16..095f27b6db 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.11.0", + "version": "0.12.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -65,11 +65,11 @@ "err-code": "^3.0.1", "execa": "^5.0.0", "get-folder-size": "^2.0.1", - "ipfs-core": "^0.13.0", - "ipfs-core-types": "^0.9.0", - "ipfs-core-utils": "^0.13.0", - "ipfs-daemon": "^0.11.0", - "ipfs-http-client": "^55.0.0", + "ipfs-core": "^0.14.0", + "ipfs-core-types": "^0.10.0", + "ipfs-core-utils": "^0.14.0", + "ipfs-daemon": "^0.12.0", + "ipfs-http-client": "^56.0.0", "ipfs-repo": "^14.0.1", "ipfs-utils": "^9.0.2", "it-all": "^1.0.4", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index 3d89b95c96..996df84cce 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.7.6](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-grpc-client bumped from ^0.9.0 to ^0.9.1 + * ipfs-http-client bumped from ^55.0.0 to ^56.0.0 + ## [0.7.5](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.4...ipfs-client@0.7.5) (2021-12-15) **Note:** Version bump only for package ipfs-client diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index 214674d585..1357e5c261 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.7.5", + "version": "0.7.6", "description": "A client library to talk to local IPFS daemons", "keywords": [ "ipfs" @@ -40,8 +40,8 @@ "dep-check": "aegir dep-check -i aegir -i rimraf" }, "dependencies": { - "ipfs-grpc-client": "^0.9.0", - "ipfs-http-client": "^55.0.0", + "ipfs-grpc-client": "^0.9.1", + "ipfs-http-client": "^56.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 74e80227dd..346c10c01d 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/CHANGELOG.md @@ -20,6 +20,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.3.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.2.0...ipfs-core-config-v0.3.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + ## [0.1.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.3...ipfs-core-config@0.1.4) (2021-11-24) **Note:** Version bump only for package ipfs-core-config @@ -586,4 +610,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-config/package.json b/packages/ipfs-core-config/package.json index 4c4962886e..a88a26fff0 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.2.0", + "version": "0.3.0", "description": "Package to store node and browser specific config for ipfs-core", "author": "Alex Potsides ", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme", @@ -107,7 +107,7 @@ }, "devDependencies": { "aegir": "^36.0.1", - "ipfs-core-utils": "^0.13.0", + "ipfs-core-utils": "^0.14.0", "rimraf": "^3.0.2" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index 228416f696..af9e8b17fe 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/CHANGELOG.md @@ -21,6 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.9.0...ipfs-core-types-v0.10.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* the `ToJSON` type has been removed +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove ToJSON type ([#4031](https://www.github.com/ipfs/js-ipfs/issues/4031)) ([6cb3a87](https://www.github.com/ipfs/js-ipfs/commit/6cb3a87e6010c36f8f484bf65d5c009c5e58994b)) + ## [0.8.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.3...ipfs-core-types@0.8.4) (2021-11-24) **Note:** Version bump only for package ipfs-core-types diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index ee5b692298..532601e5d8 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.9.0", + "version": "0.10.0", "description": "IPFS interface definitions used by implementations for API compatibility.", "types": "types/src/index.d.ts", "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 33d2c9076f..b9bd001236 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/CHANGELOG.md @@ -19,6 +19,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.13.0...ipfs-core-utils-v0.14.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + ## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.1...ipfs-core-utils@0.12.2) (2021-11-24) @@ -603,4 +627,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 500ff3fea2..b91cfaca45 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.13.0", + "version": "0.14.0", "description": "Package to share code between ipfs and ipfs-http-client", "author": "Alex Potsides ", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme", @@ -119,7 +119,7 @@ "browser-readablestream-to-it": "^1.0.1", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.9.0", + "ipfs-core-types": "^0.10.0", "ipfs-unixfs": "^6.0.3", "ipfs-utils": "^9.0.2", "it-all": "^1.0.4", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 52d83a267e..99ede55bb8 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -37,6 +37,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.13.0...ipfs-core-v0.14.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9)) +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-config bumped from ^0.2.0 to ^0.3.0 + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + * ipfs-http-client bumped from ^55.0.0 to ^56.0.0 + * devDependencies + * interface-ipfs-core bumped from ^0.153.0 to ^0.154.0 + ## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2) (2021-11-24) **Note:** Version bump only for package ipfs-core @@ -510,4 +540,4 @@ Co-authored-by: Geoffrey Cohler Closes https://github.com/ipfs/js-ipfs/issues/3210 -Co-authored-by: achingbrain +Co-authored-by: achingbrain \ No newline at end of file diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index e6850cc0b6..6bd388ed3b 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.13.0", + "version": "0.14.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -87,10 +87,10 @@ "interface-blockstore": "^2.0.2", "interface-datastore": "^6.0.2", "ipfs-bitswap": "^10.0.1", - "ipfs-core-config": "^0.2.0", - "ipfs-core-types": "^0.9.0", - "ipfs-core-utils": "^0.13.0", - "ipfs-http-client": "^55.0.0", + "ipfs-core-config": "^0.3.0", + "ipfs-core-types": "^0.10.0", + "ipfs-core-utils": "^0.14.0", + "ipfs-http-client": "^56.0.0", "ipfs-repo": "^14.0.1", "ipfs-unixfs": "^6.0.3", "ipfs-unixfs-exporter": "^7.0.3", @@ -139,7 +139,7 @@ "delay": "^5.0.0", "go-ipfs": "0.11.0", "interface-blockstore-tests": "^2.0.2", - "interface-ipfs-core": "^0.153.0", + "interface-ipfs-core": "^0.154.0", "ipfsd-ctl": "^10.0.4", "iso-url": "^1.0.0", "libp2p-gossipsub": "^0.13.0", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index 5df71fee0a..b530263214 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -20,6 +20,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.11.0...ipfs-daemon-v0.12.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-grpc-server bumped from ^0.8.0 to ^0.8.1 + * ipfs-http-gateway bumped from ^0.8.0 to ^0.9.0 + * ipfs-http-server bumped from ^0.10.0 to ^0.11.0 + ## [0.10.4](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.3...ipfs-daemon@0.10.4) (2021-11-24) **Note:** Version bump only for package ipfs-daemon @@ -330,4 +352,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 c5b102f72c..8e1e6f4e89 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.11.0", + "version": "0.12.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -44,11 +44,11 @@ "dependencies": { "@mapbox/node-pre-gyp": "^1.0.5", "debug": "^4.1.1", - "ipfs-core": "^0.13.0", - "ipfs-core-types": "^0.9.0", - "ipfs-grpc-server": "^0.8.0", - "ipfs-http-gateway": "^0.8.0", - "ipfs-http-server": "^0.10.0", + "ipfs-core": "^0.14.0", + "ipfs-core-types": "^0.10.0", + "ipfs-grpc-server": "^0.8.1", + "ipfs-http-gateway": "^0.9.0", + "ipfs-http-server": "^0.11.0", "ipfs-utils": "^9.0.2", "just-safe-set": "^2.2.1", "libp2p": "^0.36.2", diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index 16f1578e71..375857e90a 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -19,6 +19,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +### [0.9.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.0...ipfs-grpc-client-v0.9.1) (2022-01-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + ## [0.8.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.8.1...ipfs-grpc-client@0.8.2) (2021-11-24) **Note:** Version bump only for package ipfs-grpc-client diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 04cbaeeeff..30770dbad5 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.9.0", + "version": "0.9.1", "description": "A client library for the IPFS gRPC API", "keywords": [ "ipfs" @@ -56,8 +56,8 @@ "change-case": "^4.1.1", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.9.0", - "ipfs-core-utils": "^0.13.0", + "ipfs-core-types": "^0.10.0", + "ipfs-core-utils": "^0.14.0", "ipfs-grpc-protocol": "^0.5.5", "ipfs-unixfs": "^6.0.3", "it-first": "^1.0.4", diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index a00180af4a..9d16562152 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -19,6 +19,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.0...ipfs-grpc-server-v0.8.1) (2022-01-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * devDependencies + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + ## [0.7.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.3...ipfs-grpc-server@0.7.4) (2021-11-24) **Note:** Version bump only for package ipfs-grpc-server diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index f8632a43a4..a9ec181937 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.8.0", + "version": "0.8.1", "description": "A server library for the IPFS gRPC API", "keywords": [ "ipfs" @@ -46,7 +46,7 @@ "change-case": "^4.1.1", "coercer": "^1.1.2", "debug": "^4.1.1", - "ipfs-core-types": "^0.9.0", + "ipfs-core-types": "^0.10.0", "ipfs-grpc-protocol": "^0.5.5", "it-first": "^1.0.4", "it-map": "^1.0.4", @@ -61,7 +61,7 @@ "devDependencies": { "@types/ws": "^7.4.0", "aegir": "^36.0.1", - "ipfs-core": "^0.13.0", + "ipfs-core": "^0.14.0", "it-all": "^1.0.4", "it-drain": "^1.0.3", "rimraf": "^3.0.2", diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index d3ad3fa01f..c67699ee82 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/CHANGELOG.md @@ -34,6 +34,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [56.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v55.0.0...ipfs-http-client-v56.0.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9)) +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + ## [54.0.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.1...ipfs-http-client@54.0.2) (2021-11-24) **Note:** Version bump only for package ipfs-http-client @@ -2337,4 +2363,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 393f9ac2a9..4470a88d4c 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "55.0.0", + "version": "56.0.0", "description": "A client library for the IPFS HTTP API", "keywords": [ "ipfs" @@ -61,8 +61,8 @@ "dag-jose": "^1.0.0", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.9.0", - "ipfs-core-utils": "^0.13.0", + "ipfs-core-types": "^0.10.0", + "ipfs-core-utils": "^0.14.0", "ipfs-utils": "^9.0.2", "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 1d7372331b..f6edb12ca2 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -19,6 +19,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.9.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.8.0...ipfs-http-gateway-v0.9.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-http-response bumped from ^1.0.6 to ^2.0.0 + ## [0.7.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.7.3...ipfs-http-gateway@0.7.4) (2021-11-24) **Note:** Version bump only for package ipfs-http-gateway @@ -288,4 +307,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 82f89c0d23..3044d5df39 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.8.0", + "version": "0.9.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -62,8 +62,8 @@ "@hapi/hapi": "^20.0.0", "debug": "^4.1.1", "hapi-pino": "^8.3.0", - "ipfs-core-types": "^0.9.0", - "ipfs-http-response": "^1.0.6", + "ipfs-core-types": "^0.10.0", + "ipfs-http-response": "^2.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 e86413637f..457defeee2 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. +## [2.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v1.0.6...ipfs-http-response-v2.0.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + ## [1.0.6](https://github.com/ipfs/js-ipfs-http-response/compare/ipfs-http-response@1.0.5...ipfs-http-response@1.0.6) (2021-12-15) **Note:** Version bump only for package ipfs-http-response @@ -245,4 +263,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 92817cbe45..a726d27e60 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "1.0.6", + "version": "2.0.0", "description": "Creates an HTTP response from an IPFS Hash", "leadMaintainer": "Vasco Santos ", "main": "src/index.js", @@ -77,7 +77,7 @@ "aegir": "^36.0.1", "get-stream": "^6.0.0", "global": "^4.4.0", - "ipfs-core": "^0.13.0", + "ipfs-core": "^0.14.0", "ipfsd-ctl": "^10.0.4", "it-all": "^1.0.4", "rimraf": "^3.0.2", diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index 65c76ffbb7..c1c0cc5562 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -28,6 +28,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.10.0...ipfs-http-server-v0.11.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 +* node 15+ is required + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Bug Fixes + +* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0 + * ipfs-http-gateway bumped from ^0.8.0 to ^0.9.0 + * devDependencies + * ipfs-http-client bumped from ^55.0.0 to ^56.0.0 + ## [0.9.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.9.1...ipfs-http-server@0.9.2) (2021-11-24) **Note:** Version bump only for package ipfs-http-server @@ -380,4 +408,4 @@ Co-authored-by: achingbrain * types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour -Co-authored-by: Geoffrey Cohler +Co-authored-by: Geoffrey Cohler \ No newline at end of file diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 33986bdc00..7e2f530281 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.10.0", + "version": "0.11.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -53,9 +53,9 @@ "dlv": "^1.1.3", "err-code": "^3.0.1", "hapi-pino": "^8.3.0", - "ipfs-core-types": "^0.9.0", - "ipfs-core-utils": "^0.13.0", - "ipfs-http-gateway": "^0.8.0", + "ipfs-core-types": "^0.10.0", + "ipfs-core-utils": "^0.14.0", + "ipfs-http-gateway": "^0.9.0", "ipfs-unixfs": "^6.0.3", "it-all": "^1.0.4", "it-drain": "^1.0.3", @@ -83,7 +83,7 @@ "@types/hapi__hapi": "^20.0.5", "aegir": "^36.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^55.0.0", + "ipfs-http-client": "^56.0.0", "iso-random-stream": "^2.0.2", "it-to-buffer": "^2.0.0", "npm-run-all": "^4.1.5", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index 2128a0b107..5dd3cd2dc7 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.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.10.3...ipfs-message-port-client-v0.11.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-message-port-protocol bumped from ^0.10.5 to ^0.11.0 + * devDependencies + * interface-ipfs-core bumped from ^0.153.0 to ^0.154.0 + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + * ipfs-message-port-server bumped from ^0.10.5 to ^0.11.0 + ## [0.10.3](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.10.2...ipfs-message-port-client@0.10.3) (2021-12-15) **Note:** Version bump only for package ipfs-message-port-client @@ -400,4 +423,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 70e50b66cc..e53ef465c8 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.10.3", + "version": "0.11.0", "description": "IPFS client library for accessing IPFS node over message port", "keywords": [ "ipfs", @@ -46,17 +46,17 @@ "dependencies": { "browser-readablestream-to-it": "^1.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.9.0", - "ipfs-message-port-protocol": "^0.10.5", + "ipfs-core-types": "^0.10.0", + "ipfs-message-port-protocol": "^0.11.0", "ipfs-unixfs": "^6.0.3", "it-peekable": "^1.0.2", "multiformats": "^9.4.13" }, "devDependencies": { "aegir": "^36.0.1", - "interface-ipfs-core": "^0.153.0", - "ipfs-core": "^0.13.0", - "ipfs-message-port-server": "^0.10.5", + "interface-ipfs-core": "^0.154.0", + "ipfs-core": "^0.14.0", + "ipfs-message-port-server": "^0.11.0", "rimraf": "^3.0.2" }, "engines": { diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index b6c461184f..1f3a048d97 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.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.10.5...ipfs-message-port-protocol-v0.11.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + ## [0.10.5](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol@0.10.4...ipfs-message-port-protocol@0.10.5) (2021-12-15) **Note:** Version bump only for package ipfs-message-port-protocol @@ -300,4 +318,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 94bb3de2bc..8eeedbf1a8 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.10.5", + "version": "0.11.0", "description": "IPFS client/server protocol over message port", "keywords": [ "ipfs" @@ -74,7 +74,7 @@ "dep-check": "aegir dep-check -i rimraf -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.9.0", + "ipfs-core-types": "^0.10.0", "multiformats": "^9.4.13" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index f5407b6291..12d4e4ba85 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.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.10.5...ipfs-message-port-server-v0.11.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-message-port-protocol bumped from ^0.10.5 to ^0.11.0 + ## [0.10.5](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.10.4...ipfs-message-port-server@0.10.5) (2021-12-15) **Note:** Version bump only for package ipfs-message-port-server @@ -335,4 +354,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 dd12535ace..0767101ea9 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.10.5", + "version": "0.11.0", "description": "IPFS server library for exposing IPFS node over message port", "keywords": [ "ipfs", @@ -68,8 +68,8 @@ "dep-check": "aegir dep-check -i rimraf -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.9.0", - "ipfs-message-port-protocol": "^0.10.5", + "ipfs-core-types": "^0.10.0", + "ipfs-message-port-protocol": "^0.11.0", "it-all": "^1.0.4", "multiformats": "^9.4.13" }, diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index 5d978473ad..6dbfbdac76 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/CHANGELOG.md @@ -27,6 +27,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [0.62.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.61.0...ipfs-v0.62.0) (2022-01-27) + + +### ⚠ BREAKING CHANGES + +* peerstore methods are now all async, the repo is migrated to v12 + +### Features + +* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.11.0 to ^0.12.0 + * ipfs-core bumped from ^0.13.0 to ^0.14.0 + * devDependencies + * interface-ipfs-core bumped from ^0.153.0 to ^0.154.0 + * ipfs-client bumped from ^0.7.5 to ^0.7.6 + * ipfs-core-types bumped from ^0.9.0 to ^0.10.0 + * ipfs-http-client bumped from ^55.0.0 to ^56.0.0 + ## [0.60.2](https://github.com/ipfs/js-ipfs/compare/ipfs@0.60.1...ipfs@0.60.2) (2021-11-24) **Note:** Version bump only for package ipfs @@ -2849,4 +2873,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 6dff24f992..dffba16eaf 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.61.0", + "version": "0.62.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -70,8 +70,8 @@ }, "dependencies": { "debug": "^4.1.1", - "ipfs-cli": "^0.11.0", - "ipfs-core": "^0.13.0", + "ipfs-cli": "^0.12.0", + "ipfs-core": "^0.14.0", "semver": "^7.3.2", "update-notifier": "^5.0.0" }, @@ -84,10 +84,10 @@ "cross-env": "^7.0.0", "electron-webrtc": "^0.3.0", "go-ipfs": "0.11.0", - "interface-ipfs-core": "^0.153.0", - "ipfs-client": "^0.7.5", - "ipfs-core-types": "^0.9.0", - "ipfs-http-client": "^55.0.0", + "interface-ipfs-core": "^0.154.0", + "ipfs-client": "^0.7.6", + "ipfs-core-types": "^0.10.0", + "ipfs-http-client": "^56.0.0", "ipfs-interop": "^8.0.8", "ipfs-utils": "^9.0.2", "ipfsd-ctl": "^10.0.4",