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

Commit 38e78cc

Browse files
authoredMay 30, 2022
chore: release master (#4099)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 919b27a commit 38e78cc

File tree

39 files changed

+462
-77
lines changed

39 files changed

+462
-77
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.3","packages/ipfs":"0.62.3","packages/ipfs-cli":"0.12.3","packages/ipfs-client":"0.7.9","packages/ipfs-core":"0.14.3","packages/ipfs-core-config":"0.3.3","packages/ipfs-core-types":"0.10.3","packages/ipfs-core-utils":"0.14.3","packages/ipfs-daemon":"0.12.3","packages/ipfs-grpc-client":"0.9.4","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.4","packages/ipfs-http-client":"56.0.3","packages/ipfs-http-gateway":"0.9.3","packages/ipfs-http-response":"2.0.3","packages/ipfs-http-server":"0.11.3","packages/ipfs-message-port-client":"0.11.3","packages/ipfs-message-port-protocol":"0.11.3","packages/ipfs-message-port-server":"0.11.3"}
1+
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.0","packages/ipfs-cli":"0.13.0","packages/ipfs-client":"0.8.0","packages/ipfs-core":"0.15.0","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.0","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.0","packages/ipfs-http-client":"57.0.0","packages/ipfs-http-gateway":"0.10.0","packages/ipfs-http-response":"3.0.0","packages/ipfs-http-server":"0.12.0","packages/ipfs-message-port-client":"0.12.0","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}

‎packages/interface-ipfs-core/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.155.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.3...interface-ipfs-core-v0.155.0) (2022-05-27)
38+
39+
40+
### ⚠ BREAKING CHANGES
41+
42+
* This module is now ESM only and there return types of some methods have changed
43+
44+
### Features
45+
46+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
47+
48+
49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
54+
3755
### [0.154.3](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.2...interface-ipfs-core-v0.154.3) (2022-04-20)
3856

3957

‎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.3",
3+
"version": "0.155.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"delay": "^5.0.0",
8080
"did-jwt": "^5.12.1",
8181
"err-code": "^3.0.1",
82-
"ipfs-core-types": "^0.10.3",
82+
"ipfs-core-types": "^0.11.0",
8383
"ipfs-unixfs": "^6.0.3",
8484
"ipfs-unixfs-importer": "^9.0.3",
8585
"ipfs-utils": "^9.0.6",

‎packages/ipfs-cli/CHANGELOG.md

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

3535

3636

37+
## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.3...ipfs-cli-v0.13.0) (2022-05-27)
38+
39+
40+
### ⚠ BREAKING CHANGES
41+
42+
* This module is now ESM only and there return types of some methods have changed
43+
44+
### Features
45+
46+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
47+
48+
49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* ipfs-core bumped from ^0.14.3 to ^0.15.0
54+
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
55+
* ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
56+
* ipfs-daemon bumped from ^0.12.2 to ^0.13.0
57+
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0
58+
3759
### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.2...ipfs-cli-v0.12.3) (2022-04-20)
3860

3961

‎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.3",
3+
"version": "0.13.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,11 +70,11 @@
7070
"byteman": "^1.3.5",
7171
"execa": "^6.1.0",
7272
"get-folder-size": "^3.1.0",
73-
"ipfs-core": "^0.14.3",
74-
"ipfs-core-types": "^0.10.3",
75-
"ipfs-core-utils": "^0.14.3",
76-
"ipfs-daemon": "^0.12.2",
77-
"ipfs-http-client": "^56.0.3",
73+
"ipfs-core": "^0.15.0",
74+
"ipfs-core-types": "^0.11.0",
75+
"ipfs-core-utils": "^0.15.0",
76+
"ipfs-daemon": "^0.13.0",
77+
"ipfs-http-client": "^57.0.0",
7878
"ipfs-utils": "^9.0.6",
7979
"it-concat": "^2.0.0",
8080
"it-map": "^1.0.5",

‎packages/ipfs-client/CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.9...ipfs-client-v0.8.0) (2022-05-27)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* This module is now ESM only and there return types of some methods have changed
12+
13+
### Features
14+
15+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-grpc-client bumped from ^0.9.4 to ^0.10.0
23+
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0
24+
625
### [0.7.9](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.8...ipfs-client-v0.7.9) (2022-04-20)
726

827

@@ -309,4 +328,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
309328
### Features
310329

311330
* 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)
312-
* 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-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.9",
3+
"version": "0.8.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -38,8 +38,8 @@
3838
"dep-check": "aegir dep-check -i aegir"
3939
},
4040
"dependencies": {
41-
"ipfs-grpc-client": "^0.9.4",
42-
"ipfs-http-client": "^56.0.3",
41+
"ipfs-grpc-client": "^0.10.0",
42+
"ipfs-http-client": "^57.0.0",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

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

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

2121

2222

23+
## [0.4.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.3...ipfs-core-config-v0.4.0) (2022-05-27)
24+
25+
26+
### ⚠ BREAKING CHANGES
27+
28+
* This module is now ESM only and there return types of some methods have changed
29+
30+
### Features
31+
32+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
33+
34+
35+
### Dependencies
36+
37+
* The following workspace dependencies were updated
38+
* devDependencies
39+
* ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
40+
2341
### [0.3.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.2...ipfs-core-config-v0.3.3) (2022-04-20)
2442

2543

‎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.3",
3+
"version": "0.4.0",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -104,6 +104,6 @@
104104
},
105105
"devDependencies": {
106106
"aegir": "^37.0.11",
107-
"ipfs-core-utils": "^0.14.3"
107+
"ipfs-core-utils": "^0.15.0"
108108
}
109109
}

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

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

2222

2323

24+
## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.3...ipfs-core-types-v0.11.0) (2022-05-27)
25+
26+
27+
### ⚠ BREAKING CHANGES
28+
29+
* This module is now ESM only and there return types of some methods have changed
30+
31+
### Features
32+
33+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
34+
2435
### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.2...ipfs-core-types-v0.10.3) (2022-04-20)
2536

2637

‎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.3",
3+
"version": "0.11.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"types": "dist/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

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

2020

2121

22+
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.3...ipfs-core-utils-v0.15.0) (2022-05-27)
23+
24+
25+
### ⚠ BREAKING CHANGES
26+
27+
* This module is now ESM only and there return types of some methods have changed
28+
29+
### Features
30+
31+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
32+
33+
34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
39+
2240
### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.2...ipfs-core-utils-v0.14.3) (2022-04-20)
2341

2442

‎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.3",
3+
"version": "0.15.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",
@@ -122,7 +122,7 @@
122122
"blob-to-it": "^1.0.1",
123123
"browser-readablestream-to-it": "^1.0.1",
124124
"err-code": "^3.0.1",
125-
"ipfs-core-types": "^0.10.3",
125+
"ipfs-core-types": "^0.11.0",
126126
"ipfs-unixfs": "^6.0.9",
127127
"ipfs-utils": "^9.0.6",
128128
"it-all": "^1.0.4",

‎packages/ipfs-core/CHANGELOG.md

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

3838

3939

40+
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.3...ipfs-core-v0.15.0) (2022-05-27)
41+
42+
43+
### ⚠ BREAKING CHANGES
44+
45+
* This module is now ESM only and there return types of some methods have changed
46+
47+
### Features
48+
49+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
50+
51+
52+
### Bug Fixes
53+
54+
* update to latest libp2p interfaces ([#4111](https://www.github.com/ipfs/js-ipfs/issues/4111)) ([4e93dd5](https://www.github.com/ipfs/js-ipfs/commit/4e93dd5d4f4be397c2b1cd8ae5d17e593493e6a9))
55+
56+
57+
### Dependencies
58+
59+
* The following workspace dependencies were updated
60+
* dependencies
61+
* ipfs-core-config bumped from ^0.3.2 to ^0.4.0
62+
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
63+
* ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
64+
* ipfs-http-client bumped from ^56.0.3 to ^57.0.0
65+
* devDependencies
66+
* interface-ipfs-core bumped from ^0.154.3 to ^0.155.0
67+
4068
### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.2...ipfs-core-v0.14.3) (2022-04-20)
4169

4270

‎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.3",
3+
"version": "0.15.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -100,10 +100,10 @@
100100
"interface-blockstore": "^2.0.2",
101101
"interface-datastore": "^6.0.2",
102102
"ipfs-bitswap": "^11.0.0",
103-
"ipfs-core-config": "^0.3.2",
104-
"ipfs-core-types": "^0.10.3",
105-
"ipfs-core-utils": "^0.14.3",
106-
"ipfs-http-client": "^56.0.3",
103+
"ipfs-core-config": "^0.4.0",
104+
"ipfs-core-types": "^0.11.0",
105+
"ipfs-core-utils": "^0.15.0",
106+
"ipfs-http-client": "^57.0.0",
107107
"ipfs-repo": "^14.0.1",
108108
"ipfs-unixfs": "^6.0.9",
109109
"ipfs-unixfs-exporter": "^7.0.11",
@@ -144,7 +144,7 @@
144144
"delay": "^5.0.0",
145145
"go-ipfs": "^0.12.1",
146146
"interface-blockstore-tests": "^2.0.2",
147-
"interface-ipfs-core": "^0.154.3",
147+
"interface-ipfs-core": "^0.155.0",
148148
"ipfsd-ctl": "^11.0.0",
149149
"iso-url": "^1.0.0",
150150
"it-all": "^1.0.4",

‎packages/ipfs-daemon/CHANGELOG.md

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

2121

2222

23+
## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.3...ipfs-daemon-v0.13.0) (2022-05-27)
24+
25+
26+
### ⚠ BREAKING CHANGES
27+
28+
* This module is now ESM only and there return types of some methods have changed
29+
30+
### Features
31+
32+
* update to libp2p 0.37.x ([#4092](https://www.github.com/ipfs/js-ipfs/issues/4092)) ([74aee8b](https://www.github.com/ipfs/js-ipfs/commit/74aee8b3d78f233c3199a3e9a6c0ac628a31a433))
33+
34+
35+
### Bug Fixes
36+
37+
* update to latest libp2p interfaces ([#4111](https://www.github.com/ipfs/js-ipfs/issues/4111)) ([4e93dd5](https://www.github.com/ipfs/js-ipfs/commit/4e93dd5d4f4be397c2b1cd8ae5d17e593493e6a9))
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core bumped from ^0.14.3 to ^0.15.0
45+
* ipfs-core-types bumped from ^0.10.3 to ^0.11.0
46+
* ipfs-grpc-server bumped from ^0.8.3 to ^0.9.0
47+
* ipfs-http-gateway bumped from ^0.9.2 to ^0.10.0
48+
* ipfs-http-server bumped from ^0.11.2 to ^0.12.0
49+
2350
### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.2...ipfs-daemon-v0.12.3) (2022-04-20)
2451

2552

‎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.3",
3+
"version": "0.13.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -43,11 +43,11 @@
4343
"@libp2p/logger": "^1.1.4",
4444
"@libp2p/webrtc-star": "^1.0.6",
4545
"@mapbox/node-pre-gyp": "^1.0.5",
46-
"ipfs-core": "^0.14.3",
47-
"ipfs-core-types": "^0.10.3",
48-
"ipfs-grpc-server": "^0.8.3",
49-
"ipfs-http-gateway": "^0.9.2",
50-
"ipfs-http-server": "^0.11.2",
46+
"ipfs-core": "^0.15.0",
47+
"ipfs-core-types": "^0.11.0",
48+
"ipfs-grpc-server": "^0.9.0",
49+
"ipfs-http-gateway": "^0.10.0",
50+
"ipfs-http-server": "^0.12.0",
5151
"ipfs-utils": "^9.0.6",
5252
"libp2p": "^0.37.1"
5353
},

0 commit comments

Comments
 (0)
This repository has been archived.