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

Commit 7f24131

Browse files
committedAug 11, 2021
chore: publish
- interface-ipfs-core@0.149.0 - ipfs-cli@0.8.0 - ipfs-client@0.6.0 - ipfs-core-types@0.7.0 - ipfs-core-utils@0.10.0 - ipfs-core@0.10.0 - ipfs-daemon@0.9.0 - ipfs-grpc-client@0.5.0 - ipfs-grpc-server@0.5.0 - ipfs-http-client@52.0.0 - ipfs-http-gateway@0.6.0 - ipfs-http-server@0.7.0 - ipfs-message-port-client@0.8.0 - ipfs-message-port-protocol@0.9.0 - ipfs-message-port-server@0.9.0 - ipfs@0.57.0
1 parent 93b81f9 commit 7f24131

File tree

32 files changed

+352
-60
lines changed

32 files changed

+352
-60
lines changed
 

‎packages/interface-ipfs-core/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.149.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.148.0...interface-ipfs-core@0.149.0) (2021-08-11)
7+
8+
9+
### Bug Fixes
10+
11+
* return rate in/out as number ([#3798](https://github.com/ipfs/js-ipfs/issues/3798)) ([2f3df7a](https://github.com/ipfs/js-ipfs/commit/2f3df7a70fe94d6bdf20947854dc9d0b88cb759a)), closes [#3782](https://github.com/ipfs/js-ipfs/issues/3782)
12+
13+
14+
### Features
15+
16+
* ed25519 keys by default ([#3693](https://github.com/ipfs/js-ipfs/issues/3693)) ([33fa734](https://github.com/ipfs/js-ipfs/commit/33fa7341c3baaf0926d887c071cc6fbce5ac49a8))
17+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* rateIn/rateOut are returned as numbers
23+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
24+
25+
26+
27+
28+
629
# [0.148.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.147.0...interface-ipfs-core@0.148.0) (2021-07-27)
730

831

‎packages/interface-ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.148.0",
3+
"version": "0.149.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"main": "src/index.js",
@@ -41,14 +41,14 @@
4141
"@ipld/car": "^3.1.6",
4242
"@ipld/dag-cbor": "^6.0.5",
4343
"@ipld/dag-pb": "^2.1.3",
44-
"@types/readable-stream": "^2.3.11",
4544
"@types/pako": "^1.0.2",
45+
"@types/readable-stream": "^2.3.11",
4646
"abort-controller": "^3.0.0",
4747
"aegir": "^34.0.2",
4848
"delay": "^5.0.0",
4949
"err-code": "^3.0.1",
5050
"interface-blockstore": "^1.0.0",
51-
"ipfs-core-types": "^0.6.0",
51+
"ipfs-core-types": "^0.7.0",
5252
"ipfs-unixfs": "^5.0.0",
5353
"ipfs-unixfs-importer": "^8.0.2",
5454
"ipfs-utils": "^8.1.4",

‎packages/ipfs-cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.7.1...ipfs-cli@0.8.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* ed25519 keys by default ([#3693](https://github.com/ipfs/js-ipfs/issues/3693)) ([33fa734](https://github.com/ipfs/js-ipfs/commit/33fa7341c3baaf0926d887c071cc6fbce5ac49a8))
12+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
18+
19+
20+
21+
22+
623
## [0.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.7.0...ipfs-cli@0.7.1) (2021-07-30)
724

825
**Note:** Version bump only for package ipfs-cli

‎packages/ipfs-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,11 +37,11 @@
3737
"err-code": "^3.0.1",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.9.1",
41-
"ipfs-core-types": "^0.6.1",
42-
"ipfs-core-utils": "^0.9.1",
43-
"ipfs-daemon": "^0.8.1",
44-
"ipfs-http-client": "^51.0.1",
40+
"ipfs-core": "^0.10.0",
41+
"ipfs-core-types": "^0.7.0",
42+
"ipfs-core-utils": "^0.10.0",
43+
"ipfs-daemon": "^0.9.0",
44+
"ipfs-http-client": "^52.0.0",
4545
"ipfs-repo": "^11.0.1",
4646
"ipfs-utils": "^8.1.4",
4747
"it-all": "^1.0.4",

‎packages/ipfs-client/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.5.1...ipfs-client@0.6.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
17+
18+
19+
20+
21+
622
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.5.0...ipfs-client@0.5.1) (2021-07-30)
723

824
**Note:** Version bump only for package ipfs-client

‎packages/ipfs-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -32,8 +32,8 @@
3232
"dep-check": "aegir dep-check -i aegir -i rimraf"
3333
},
3434
"dependencies": {
35-
"ipfs-grpc-client": "^0.4.1",
36-
"ipfs-http-client": "^51.0.1",
35+
"ipfs-grpc-client": "^0.5.0",
36+
"ipfs-http-client": "^52.0.0",
3737
"merge-options": "^3.0.4"
3838
},
3939
"devDependencies": {

‎packages/ipfs-core-types/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.6.1...ipfs-core-types@0.7.0) (2021-08-11)
7+
8+
9+
### Bug Fixes
10+
11+
* return rate in/out as number ([#3798](https://github.com/ipfs/js-ipfs/issues/3798)) ([2f3df7a](https://github.com/ipfs/js-ipfs/commit/2f3df7a70fe94d6bdf20947854dc9d0b88cb759a)), closes [#3782](https://github.com/ipfs/js-ipfs/issues/3782)
12+
* typescript errors ([#3781](https://github.com/ipfs/js-ipfs/issues/3781)) ([79f661e](https://github.com/ipfs/js-ipfs/commit/79f661ef0da859e1fd8ef979df3fb1303d384b8d))
13+
14+
15+
### Features
16+
17+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* rateIn/rateOut are returned as numbers
23+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
24+
25+
26+
27+
28+
629
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.6.0...ipfs-core-types@0.6.1) (2021-07-30)
730

831

‎packages/ipfs-core-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"types": "src/index.d.ts",

‎packages/ipfs-core-utils/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.9.1...ipfs-core-utils@0.10.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
17+
18+
19+
20+
21+
622
## [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.9.0...ipfs-core-utils@0.9.1) (2021-07-30)
723

824
**Note:** Version bump only for package ipfs-core-utils

‎packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -45,7 +45,7 @@
4545
"blob-to-it": "^1.0.1",
4646
"browser-readablestream-to-it": "^1.0.1",
4747
"err-code": "^3.0.1",
48-
"ipfs-core-types": "^0.6.1",
48+
"ipfs-core-types": "^0.7.0",
4949
"ipfs-unixfs": "^5.0.0",
5050
"ipfs-utils": "^8.1.4",
5151
"it-all": "^1.0.4",

‎packages/ipfs-core/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.9.1...ipfs-core@0.10.0) (2021-08-11)
7+
8+
9+
### Bug Fixes
10+
11+
* do not write blocks we already have ([#3801](https://github.com/ipfs/js-ipfs/issues/3801)) ([4f532a5](https://github.com/ipfs/js-ipfs/commit/4f532a541dfd9a1ed73ba8eb68ae86e311caeeb3))
12+
* return rate in/out as number ([#3798](https://github.com/ipfs/js-ipfs/issues/3798)) ([2f3df7a](https://github.com/ipfs/js-ipfs/commit/2f3df7a70fe94d6bdf20947854dc9d0b88cb759a)), closes [#3782](https://github.com/ipfs/js-ipfs/issues/3782)
13+
14+
15+
### Features
16+
17+
* ed25519 keys by default ([#3693](https://github.com/ipfs/js-ipfs/issues/3693)) ([33fa734](https://github.com/ipfs/js-ipfs/commit/33fa7341c3baaf0926d887c071cc6fbce5ac49a8))
18+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* rateIn/rateOut are returned as numbers
24+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
25+
26+
27+
28+
29+
630
## [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.9.0...ipfs-core@0.9.1) (2021-07-30)
731

832

‎packages/ipfs-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -74,9 +74,9 @@
7474
"interface-blockstore": "^1.0.0",
7575
"interface-datastore": "^5.0.0",
7676
"ipfs-bitswap": "^6.0.0",
77-
"ipfs-core-types": "^0.6.1",
78-
"ipfs-core-utils": "^0.9.1",
79-
"ipfs-http-client": "^51.0.1",
77+
"ipfs-core-types": "^0.7.0",
78+
"ipfs-core-utils": "^0.10.0",
79+
"ipfs-http-client": "^52.0.0",
8080
"ipfs-repo": "^11.0.1",
8181
"ipfs-unixfs": "^5.0.0",
8282
"ipfs-unixfs-exporter": "^6.0.2",
@@ -135,7 +135,7 @@
135135
"delay": "^5.0.0",
136136
"go-ipfs": "0.9.1",
137137
"interface-blockstore-tests": "^1.0.0",
138-
"interface-ipfs-core": "^0.148.0",
138+
"interface-ipfs-core": "^0.149.0",
139139
"ipfsd-ctl": "^10.0.3",
140140
"iso-url": "^1.0.0",
141141
"nanoid": "^3.1.12",

‎packages/ipfs-daemon/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.8.1...ipfs-daemon@0.9.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
17+
18+
19+
20+
21+
622
## [0.8.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.8.0...ipfs-daemon@0.8.1) (2021-07-30)
723

824
**Note:** Version bump only for package ipfs-daemon

‎packages/ipfs-daemon/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -32,11 +32,11 @@
3232
"dependencies": {
3333
"@mapbox/node-pre-gyp": "^1.0.5",
3434
"debug": "^4.1.1",
35-
"ipfs-core": "^0.9.1",
36-
"ipfs-core-types": "^0.6.1",
37-
"ipfs-grpc-server": "^0.4.1",
38-
"ipfs-http-gateway": "^0.5.1",
39-
"ipfs-http-server": "^0.6.1",
35+
"ipfs-core": "^0.10.0",
36+
"ipfs-core-types": "^0.7.0",
37+
"ipfs-grpc-server": "^0.5.0",
38+
"ipfs-http-gateway": "^0.6.0",
39+
"ipfs-http-server": "^0.7.0",
4040
"ipfs-utils": "^8.1.4",
4141
"just-safe-set": "^2.2.1",
4242
"libp2p": "^0.32.0",

‎packages/ipfs-grpc-client/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.4.1...ipfs-grpc-client@0.5.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
17+
18+
19+
20+
21+
622
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.4.0...ipfs-grpc-client@0.4.1) (2021-07-30)
723

824
**Note:** Version bump only for package ipfs-grpc-client

‎packages/ipfs-grpc-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -36,8 +36,8 @@
3636
"change-case": "^4.1.1",
3737
"debug": "^4.1.1",
3838
"err-code": "^3.0.1",
39-
"ipfs-core-types": "^0.6.1",
40-
"ipfs-core-utils": "^0.9.1",
39+
"ipfs-core-types": "^0.7.0",
40+
"ipfs-core-utils": "^0.10.0",
4141
"ipfs-grpc-protocol": "^0.3.0",
4242
"ipfs-unixfs": "^5.0.0",
4343
"it-first": "^1.0.4",

‎packages/ipfs-grpc-server/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.4.1...ipfs-grpc-server@0.5.0) (2021-08-11)
7+
8+
9+
### Features
10+
11+
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere
17+
18+
19+
20+
21+
622
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.4.0...ipfs-grpc-server@0.4.1) (2021-07-30)
723

824
**Note:** Version bump only for package ipfs-grpc-server

0 commit comments

Comments
 (0)
This repository has been archived.