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

Commit 89aeaf8

Browse files
chore: release master (#4189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 051da16 commit 89aeaf8

File tree

39 files changed

+453
-83
lines changed

39 files changed

+453
-83
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/interface-ipfs-core":"0.155.2","packages/ipfs":"0.63.5","packages/ipfs-cli":"0.13.5","packages/ipfs-client":"0.8.3","packages/ipfs-core":"0.15.4","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.5","packages/ipfs-grpc-client":"0.10.2","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.4","packages/ipfs-http-client":"57.0.3","packages/ipfs-http-gateway":"0.10.4","packages/ipfs-http-response":"3.0.4","packages/ipfs-http-server":"0.12.5","packages/ipfs-message-port-client":"0.12.4","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}
1+
{"packages/interface-ipfs-core":"0.156.0","packages/ipfs":"0.64.0","packages/ipfs-cli":"0.14.0","packages/ipfs-client":"0.9.0","packages/ipfs-core":"0.16.0","packages/ipfs-core-config":"0.5.0","packages/ipfs-core-types":"0.12.0","packages/ipfs-core-utils":"0.16.0","packages/ipfs-daemon":"0.14.0","packages/ipfs-grpc-client":"0.11.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.0","packages/ipfs-http-client":"58.0.0","packages/ipfs-http-gateway":"0.11.0","packages/ipfs-http-response":"4.0.0","packages/ipfs-http-server":"0.13.0","packages/ipfs-message-port-client":"0.13.0","packages/ipfs-message-port-protocol":"0.13.0","packages/ipfs-message-port-server":"0.13.0"}

packages/interface-ipfs-core/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.156.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.2...interface-ipfs-core-v0.156.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-core-types bumped from ^0.11.0 to ^0.12.0
23+
624
### [0.155.2](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.1...interface-ipfs-core-v0.155.2) (2022-06-24)
725

826

@@ -2395,4 +2413,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
23952413

23962414
### Bug Fixes
23972415

2398-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2416+
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))

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.155.2",
3+
"version": "0.156.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",
@@ -84,7 +84,7 @@
8484
"delay": "^5.0.0",
8585
"did-jwt": "^6.2.0",
8686
"err-code": "^3.0.1",
87-
"ipfs-core-types": "^0.11.0",
87+
"ipfs-core-types": "^0.12.0",
8888
"ipfs-unixfs": "^7.0.0",
8989
"ipfs-unixfs-importer": "^10.0.1",
9090
"ipfs-utils": "^9.0.6",

packages/ipfs-cli/CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.14.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.5...ipfs-cli-v0.14.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-core bumped from ^0.15.0 to ^0.16.0
23+
* ipfs-core-types bumped from ^0.11.0 to ^0.12.0
24+
* ipfs-core-utils bumped from ^0.15.0 to ^0.16.0
25+
* ipfs-daemon bumped from ^0.13.0 to ^0.14.0
26+
* ipfs-http-client bumped from ^57.0.0 to ^58.0.0
27+
628
### [0.13.5](https://github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.4...ipfs-cli-v0.13.5) (2022-06-24)
729

830

@@ -564,4 +586,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
564586
### Features
565587

566588
* 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))
567-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
589+
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))

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.13.5",
3+
"version": "0.14.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
@@ -78,11 +78,11 @@
7878
"byteman": "^1.3.5",
7979
"execa": "^6.1.0",
8080
"get-folder-size": "^4.0.0",
81-
"ipfs-core": "^0.15.0",
82-
"ipfs-core-types": "^0.11.0",
83-
"ipfs-core-utils": "^0.15.0",
84-
"ipfs-daemon": "^0.13.0",
85-
"ipfs-http-client": "^57.0.0",
81+
"ipfs-core": "^0.16.0",
82+
"ipfs-core-types": "^0.12.0",
83+
"ipfs-core-utils": "^0.16.0",
84+
"ipfs-daemon": "^0.14.0",
85+
"ipfs-http-client": "^58.0.0",
8686
"ipfs-utils": "^9.0.6",
8787
"it-concat": "^2.0.0",
8888
"it-map": "^1.0.6",

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.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.3...ipfs-client-v0.9.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-grpc-client bumped from ^0.10.0 to ^0.11.0
23+
* ipfs-http-client bumped from ^57.0.0 to ^58.0.0
24+
625
### [0.8.3](https://github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.2...ipfs-client-v0.8.3) (2022-06-24)
726

827

@@ -357,4 +376,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
357376
### Features
358377

359378
* 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)
360-
* 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)
379+
* 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.8.3",
3+
"version": "0.9.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme",
@@ -61,8 +61,8 @@
6161
"dep-check": "aegir dep-check -i aegir"
6262
},
6363
"dependencies": {
64-
"ipfs-grpc-client": "^0.10.0",
65-
"ipfs-http-client": "^57.0.0",
64+
"ipfs-grpc-client": "^0.11.0",
65+
"ipfs-http-client": "^58.0.0",
6666
"merge-options": "^3.0.4"
6767
},
6868
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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-core-config-v0.4.1...ipfs-core-config-v0.5.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* ipfs-core-utils bumped from ^0.15.0 to ^0.16.0
23+
624
### [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.0...ipfs-core-config-v0.4.1) (2022-06-22)
725

826

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.4.1",
3+
"version": "0.5.0",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",
@@ -118,6 +118,6 @@
118118
},
119119
"devDependencies": {
120120
"aegir": "^37.0.11",
121-
"ipfs-core-utils": "^0.15.0"
121+
"ipfs-core-utils": "^0.16.0"
122122
}
123123
}

packages/ipfs-core-types/CHANGELOG.md

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

66

7+
## [0.12.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.1...ipfs-core-types-v0.12.0) (2022-09-06)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update to libp2p@0.38.x (#4151)
13+
14+
### deps
15+
16+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
17+
718
### [0.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.0...ipfs-core-types-v0.11.1) (2022-06-22)
819

920

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.11.1",
3+
"version": "0.12.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",

packages/ipfs-core-utils/CHANGELOG.md

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

66

7+
## [0.16.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.1...ipfs-core-utils-v0.16.0) (2022-09-06)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update to libp2p@0.38.x (#4151)
13+
14+
### deps
15+
16+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* ipfs-core-types bumped from ^0.11.0 to ^0.12.0
24+
725
### [0.15.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.0...ipfs-core-utils-v0.15.1) (2022-06-22)
826

927

@@ -690,4 +708,4 @@ js-ipfs
690708

691709
### Bug Fixes
692710

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

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.15.1",
3+
"version": "0.16.0",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",
@@ -147,7 +147,7 @@
147147
"blob-to-it": "^1.0.1",
148148
"browser-readablestream-to-it": "^1.0.1",
149149
"err-code": "^3.0.1",
150-
"ipfs-core-types": "^0.11.0",
150+
"ipfs-core-types": "^0.12.0",
151151
"ipfs-unixfs": "^7.0.0",
152152
"ipfs-utils": "^9.0.6",
153153
"it-all": "^1.0.4",

packages/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.16.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.4...ipfs-core-v0.16.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-core-config bumped from ^0.4.0 to ^0.5.0
23+
* ipfs-core-types bumped from ^0.11.0 to ^0.12.0
24+
* ipfs-core-utils bumped from ^0.15.0 to ^0.16.0
25+
* ipfs-http-client bumped from ^57.0.0 to ^58.0.0
26+
* devDependencies
27+
* interface-ipfs-core bumped from ^0.155.0 to ^0.156.0
28+
629
### [0.15.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.3...ipfs-core-v0.15.4) (2022-06-24)
730

831

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.15.4",
3+
"version": "0.16.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme",
@@ -112,10 +112,10 @@
112112
"interface-blockstore": "^3.0.0",
113113
"interface-datastore": "^7.0.0",
114114
"ipfs-bitswap": "^12.0.3",
115-
"ipfs-core-config": "^0.4.0",
116-
"ipfs-core-types": "^0.11.0",
117-
"ipfs-core-utils": "^0.15.0",
118-
"ipfs-http-client": "^57.0.0",
115+
"ipfs-core-config": "^0.5.0",
116+
"ipfs-core-types": "^0.12.0",
117+
"ipfs-core-utils": "^0.16.0",
118+
"ipfs-http-client": "^58.0.0",
119119
"ipfs-repo": "^15.0.0",
120120
"ipfs-unixfs": "^7.0.0",
121121
"ipfs-unixfs-exporter": "^8.0.4",
@@ -156,7 +156,7 @@
156156
"delay": "^5.0.0",
157157
"go-ipfs": "^0.12.1",
158158
"interface-blockstore-tests": "^3.0.0",
159-
"interface-ipfs-core": "^0.155.0",
159+
"interface-ipfs-core": "^0.156.0",
160160
"ipfsd-ctl": "^12.0.0",
161161
"iso-url": "^1.0.0",
162162
"it-all": "^1.0.4",

packages/ipfs-daemon/CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.14.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.5...ipfs-daemon-v0.14.0) (2022-09-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update to libp2p@0.38.x (#4151)
12+
13+
### deps
14+
15+
* update to libp2p@0.38.x ([#4151](https://github.com/ipfs/js-ipfs/issues/4151)) ([39dbf70](https://github.com/ipfs/js-ipfs/commit/39dbf708ec31b263115e44f420651fa4e056a89e))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* ipfs-core bumped from ^0.15.0 to ^0.16.0
23+
* ipfs-core-types bumped from ^0.11.0 to ^0.12.0
24+
* ipfs-grpc-server bumped from ^0.9.0 to ^0.10.0
25+
* ipfs-http-gateway bumped from ^0.10.0 to ^0.11.0
26+
* ipfs-http-server bumped from ^0.12.0 to ^0.13.0
27+
628
### [0.13.5](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.4...ipfs-daemon-v0.13.5) (2022-06-24)
729

830

@@ -477,4 +499,4 @@ Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
477499

478500
## 0.3.2 (2020-12-16)
479501

480-
**Note:** Version bump only for package ipfs-daemon
502+
**Note:** Version bump only for package ipfs-daemon

0 commit comments

Comments
 (0)