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

Commit e7f8531

Browse files
chore: release master (#4041)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.>
1 parent 709831f commit e7f8531

File tree

37 files changed

+323
-71
lines changed

37 files changed

+323
-71
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"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"}
1+
{"packages/interface-ipfs-core":"0.154.1","packages/ipfs":"0.62.1","packages/ipfs-cli":"0.12.1","packages/ipfs-client":"0.7.7","packages/ipfs-core":"0.14.1","packages/ipfs-core-config":"0.3.1","packages/ipfs-core-types":"0.10.1","packages/ipfs-core-utils":"0.14.1","packages/ipfs-daemon":"0.12.1","packages/ipfs-grpc-client":"0.9.2","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.2","packages/ipfs-http-client":"56.0.1","packages/ipfs-http-gateway":"0.9.1","packages/ipfs-http-response":"2.0.1","packages/ipfs-http-server":"0.11.1","packages/ipfs-message-port-client":"0.11.1","packages/ipfs-message-port-protocol":"0.11.1","packages/ipfs-message-port-server":"0.11.1"}

packages/interface-ipfs-core/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.154.1](https://www.github.com./ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.0...interface-ipfs-core-v0.154.1) (2022-02-06)
38+
39+
40+
### Bug Fixes
41+
42+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
43+
* override hashing algorithm when importing files ([#4042](https://www.github.com./ipfs/js-ipfs/issues/4042)) ([709831f](https://www.github.com./ipfs/js-ipfs/commit/709831f61a822d28a6b8e4d6ddc2b659a836079f)), closes [#3952](https://www.github.com./ipfs/js-ipfs/issues/3952)
44+
45+
46+
### Dependencies
47+
48+
* The following workspace dependencies were updated
49+
* dependencies
50+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
51+
3752
## [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)
3853

3954

packages/interface-ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.154.0",
3+
"version": "0.154.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",
@@ -72,7 +72,7 @@
7272
"delay": "^5.0.0",
7373
"did-jwt": "^5.12.1",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.10.0",
75+
"ipfs-core-types": "^0.10.1",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.2",

packages/ipfs-cli/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.12.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-cli-v0.12.0...ipfs-cli-v0.12.1) (2022-02-06)
38+
39+
40+
### Bug Fixes
41+
42+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* ipfs-core bumped from ^0.14.0 to ^0.14.1
50+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
51+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
52+
* ipfs-daemon bumped from ^0.12.0 to ^0.12.1
53+
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
54+
3755
## [0.12.0](https://www.github.com./ipfs/js-ipfs/compare/ipfs-cli-v0.11.0...ipfs-cli-v0.12.0) (2022-01-27)
3856

3957

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.12.0",
3+
"version": "0.12.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.14.0",
69-
"ipfs-core-types": "^0.10.0",
70-
"ipfs-core-utils": "^0.14.0",
71-
"ipfs-daemon": "^0.12.0",
72-
"ipfs-http-client": "^56.0.0",
68+
"ipfs-core": "^0.14.1",
69+
"ipfs-core-types": "^0.10.1",
70+
"ipfs-core-utils": "^0.14.1",
71+
"ipfs-daemon": "^0.12.1",
72+
"ipfs-http-client": "^56.0.1",
7373
"ipfs-repo": "^14.0.1",
7474
"ipfs-utils": "^9.0.2",
7575
"it-all": "^1.0.4",

packages/ipfs-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.7](https://www.github.com./ipfs/js-ipfs/compare/ipfs-client-v0.7.6...ipfs-client-v0.7.7) (2022-02-06)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.9.1 to ^0.9.2
14+
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
15+
616
### [0.7.6](https://www.github.com./ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27)
717

818

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.7.6",
3+
"version": "0.7.7",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -40,8 +40,8 @@
4040
"dep-check": "aegir dep-check -i aegir -i rimraf"
4141
},
4242
"dependencies": {
43-
"ipfs-grpc-client": "^0.9.1",
44-
"ipfs-http-client": "^56.0.0",
43+
"ipfs-grpc-client": "^0.9.2",
44+
"ipfs-http-client": "^56.0.1",
4545
"merge-options": "^3.0.4"
4646
},
4747
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.3.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-core-config-v0.3.0...ipfs-core-config-v0.3.1) (2022-02-06)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* devDependencies
30+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
31+
2332
## [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)
2433

2534

@@ -610,4 +619,4 @@ js-ipfs
610619

611620
### Bug Fixes
612621

613-
* use is-buffer ([bbf5baf](https://github.com./ipfs/js-ipfs-utils/commit/bbf5baf))
622+
* use is-buffer ([bbf5baf](https://github.com./ipfs/js-ipfs-utils/commit/bbf5baf))

packages/ipfs-core-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-config",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com./ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"aegir": "^36.0.1",
110-
"ipfs-core-utils": "^0.14.0",
110+
"ipfs-core-utils": "^0.14.1",
111111
"rimraf": "^3.0.2"
112112
}
113113
}

packages/ipfs-core-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2121

2222

2323

24+
### [0.10.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-core-types-v0.10.0...ipfs-core-types-v0.10.1) (2022-02-06)
25+
26+
27+
### Bug Fixes
28+
29+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
30+
2431
## [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)
2532

2633

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.10.0",
3+
"version": "0.10.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"types": "types/src/index.d.ts",
66
"homepage": "https://github.com./ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",

packages/ipfs-core-utils/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.14.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.0...ipfs-core-utils-v0.14.1) (2022-02-06)
23+
24+
25+
### Bug Fixes
26+
27+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
28+
29+
30+
### Dependencies
31+
32+
* The following workspace dependencies were updated
33+
* dependencies
34+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
35+
2236
## [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)
2337

2438

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.14.0",
3+
"version": "0.14.1",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com./ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -119,7 +119,7 @@
119119
"browser-readablestream-to-it": "^1.0.1",
120120
"debug": "^4.1.1",
121121
"err-code": "^3.0.1",
122-
"ipfs-core-types": "^0.10.0",
122+
"ipfs-core-types": "^0.10.1",
123123
"ipfs-unixfs": "^6.0.3",
124124
"ipfs-utils": "^9.0.2",
125125
"it-all": "^1.0.4",

packages/ipfs-core/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3737

3838

3939

40+
### [0.14.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-core-v0.14.0...ipfs-core-v0.14.1) (2022-02-06)
41+
42+
43+
### Bug Fixes
44+
45+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
46+
* override hashing algorithm when importing files ([#4042](https://www.github.com./ipfs/js-ipfs/issues/4042)) ([709831f](https://www.github.com./ipfs/js-ipfs/commit/709831f61a822d28a6b8e4d6ddc2b659a836079f)), closes [#3952](https://www.github.com./ipfs/js-ipfs/issues/3952)
47+
48+
49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* ipfs-core-config bumped from ^0.3.0 to ^0.3.1
54+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
55+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
56+
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
57+
* devDependencies
58+
* interface-ipfs-core bumped from ^0.154.0 to ^0.154.1
59+
4060
## [0.14.0](https://www.github.com./ipfs/js-ipfs/compare/ipfs-core-v0.13.0...ipfs-core-v0.14.0) (2022-01-27)
4161

4262

packages/ipfs-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -87,10 +87,10 @@
8787
"interface-blockstore": "^2.0.2",
8888
"interface-datastore": "^6.0.2",
8989
"ipfs-bitswap": "^10.0.1",
90-
"ipfs-core-config": "^0.3.0",
91-
"ipfs-core-types": "^0.10.0",
92-
"ipfs-core-utils": "^0.14.0",
93-
"ipfs-http-client": "^56.0.0",
90+
"ipfs-core-config": "^0.3.1",
91+
"ipfs-core-types": "^0.10.1",
92+
"ipfs-core-utils": "^0.14.1",
93+
"ipfs-http-client": "^56.0.1",
9494
"ipfs-repo": "^14.0.1",
9595
"ipfs-unixfs": "^6.0.3",
9696
"ipfs-unixfs-exporter": "^7.0.3",
@@ -139,7 +139,7 @@
139139
"delay": "^5.0.0",
140140
"go-ipfs": "0.11.0",
141141
"interface-blockstore-tests": "^2.0.2",
142-
"interface-ipfs-core": "^0.154.0",
142+
"interface-ipfs-core": "^0.154.1",
143143
"ipfsd-ctl": "^10.0.4",
144144
"iso-url": "^1.0.0",
145145
"libp2p-gossipsub": "^0.13.0",

packages/ipfs-daemon/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.12.1](https://www.github.com./ipfs/js-ipfs/compare/ipfs-daemon-v0.12.0...ipfs-daemon-v0.12.1) (2022-02-06)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* ipfs-core bumped from ^0.14.0 to ^0.14.1
31+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
32+
* ipfs-grpc-server bumped from ^0.8.1 to ^0.8.2
33+
* ipfs-http-gateway bumped from ^0.9.0 to ^0.9.1
34+
* ipfs-http-server bumped from ^0.11.0 to ^0.11.1
35+
2336
## [0.12.0](https://www.github.com./ipfs/js-ipfs/compare/ipfs-daemon-v0.11.0...ipfs-daemon-v0.12.0) (2022-01-27)
2437

2538

@@ -352,4 +365,4 @@ Co-authored-by: Hugo Dias <[email protected]>
352365

353366
## 0.3.2 (2020-12-16)
354367

355-
**Note:** Version bump only for package ipfs-daemon
368+
**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.12.0",
3+
"version": "0.12.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -44,11 +44,11 @@
4444
"dependencies": {
4545
"@mapbox/node-pre-gyp": "^1.0.5",
4646
"debug": "^4.1.1",
47-
"ipfs-core": "^0.14.0",
48-
"ipfs-core-types": "^0.10.0",
49-
"ipfs-grpc-server": "^0.8.1",
50-
"ipfs-http-gateway": "^0.9.0",
51-
"ipfs-http-server": "^0.11.0",
47+
"ipfs-core": "^0.14.1",
48+
"ipfs-core-types": "^0.10.1",
49+
"ipfs-grpc-server": "^0.8.2",
50+
"ipfs-http-gateway": "^0.9.1",
51+
"ipfs-http-server": "^0.11.1",
5252
"ipfs-utils": "^9.0.2",
5353
"just-safe-set": "^2.2.1",
5454
"libp2p": "^0.36.2",

packages/ipfs-grpc-client/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.9.2](https://www.github.com./ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.1...ipfs-grpc-client-v0.9.2) (2022-02-06)
23+
24+
25+
### Bug Fixes
26+
27+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com./ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com./ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
28+
29+
30+
### Dependencies
31+
32+
* The following workspace dependencies were updated
33+
* dependencies
34+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
35+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
36+
2237
### [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)
2338

2439

@@ -313,4 +328,4 @@ Co-authored-by: achingbrain <[email protected]>
313328
### Features
314329

315330
* add grpc server and client ([#3403](https://github.com./ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com./ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com./ipfs/js-ipfs/issues/2519) [#2838](https://github.com./ipfs/js-ipfs/issues/2838) [#2943](https://github.com./ipfs/js-ipfs/issues/2943) [#2854](https://github.com./ipfs/js-ipfs/issues/2854) [#2864](https://github.com./ipfs/js-ipfs/issues/2864)
316-
* allow passing a http.Agent to the grpc client ([#3477](https://github.com./ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com./ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com./ipfs/js-ipfs/issues/3474)
331+
* allow passing a http.Agent to the grpc client ([#3477](https://github.com./ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com./ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com./ipfs/js-ipfs/issues/3474)

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.9.1",
3+
"version": "0.9.2",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -56,8 +56,8 @@
5656
"change-case": "^4.1.1",
5757
"debug": "^4.1.1",
5858
"err-code": "^3.0.1",
59-
"ipfs-core-types": "^0.10.0",
60-
"ipfs-core-utils": "^0.14.0",
59+
"ipfs-core-types": "^0.10.1",
60+
"ipfs-core-utils": "^0.14.1",
6161
"ipfs-grpc-protocol": "^0.5.5",
6262
"ipfs-unixfs": "^6.0.3",
6363
"it-first": "^1.0.4",

0 commit comments

Comments
 (0)