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

Commit b01b06b

Browse files
authoredJan 27, 2022
chore: release master (#4034)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cca6e32 commit b01b06b

File tree

37 files changed

+450
-100
lines changed

37 files changed

+450
-100
lines changed
 

‎.release-please-manifest.json

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
{
2-
"packages/interface-ipfs-core": "0.153.0",
3-
"packages/ipfs": "0.61.0",
4-
"packages/ipfs-cli": "0.11.0",
5-
"packages/ipfs-client": "0.7.5",
6-
"packages/ipfs-core": "0.13.0",
7-
"packages/ipfs-core-config": "0.2.0",
8-
"packages/ipfs-core-types": "0.9.0",
9-
"packages/ipfs-core-utils": "0.13.0",
10-
"packages/ipfs-daemon": "0.11.0",
11-
"packages/ipfs-grpc-client": "0.9.0",
12-
"packages/ipfs-grpc-protocol": "0.5.5",
13-
"packages/ipfs-grpc-server": "0.8.0",
14-
"packages/ipfs-http-client": "55.0.0",
15-
"packages/ipfs-http-gateway": "0.8.0",
16-
"packages/ipfs-http-response": "1.0.6",
17-
"packages/ipfs-http-server": "0.10.0",
18-
"packages/ipfs-message-port-client": "0.10.3",
19-
"packages/ipfs-message-port-protocol": "0.10.5",
20-
"packages/ipfs-message-port-server": "0.10.5"
21-
}
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"}

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

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

3535

3636

37+
## [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)
38+
39+
40+
### ⚠ BREAKING CHANGES
41+
42+
* peerstore methods are now all async, the repo is migrated to v12
43+
* node 15+ is required
44+
45+
### Features
46+
47+
* 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))
48+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
49+
50+
51+
### Bug Fixes
52+
53+
* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))
54+
55+
56+
### Dependencies
57+
58+
* The following workspace dependencies were updated
59+
* dependencies
60+
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
61+
3762
## [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)
3863

3964
**Note:** Version bump only for package interface-ipfs-core
@@ -2294,4 +2319,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
22942319

22952320
### Bug Fixes
22962321

2297-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2322+
* 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.153.0",
3+
"version": "0.154.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",
@@ -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.9.0",
75+
"ipfs-core-types": "^0.10.0",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.2",

‎packages/ipfs-cli/CHANGELOG.md

+23-1
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.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.11.0...ipfs-cli-v0.12.0) (2022-01-27)
38+
39+
40+
### ⚠ BREAKING CHANGES
41+
42+
* peerstore methods are now all async, the repo is migrated to v12
43+
44+
### Features
45+
46+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
47+
48+
49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* ipfs-core bumped from ^0.13.0 to ^0.14.0
54+
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
55+
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
56+
* ipfs-daemon bumped from ^0.11.0 to ^0.12.0
57+
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0
58+
3759
## [0.10.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2) (2021-11-24)
3860

3961
**Note:** Version bump only for package ipfs-cli
@@ -419,4 +441,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
419441
### Features
420442

421443
* 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))
422-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
444+
* 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.11.0",
3+
"version": "0.12.0",
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.13.0",
69-
"ipfs-core-types": "^0.9.0",
70-
"ipfs-core-utils": "^0.13.0",
71-
"ipfs-daemon": "^0.11.0",
72-
"ipfs-http-client": "^55.0.0",
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",
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.6](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.9.0 to ^0.9.1
14+
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0
15+
616
## [0.7.5](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.4...ipfs-client@0.7.5) (2021-12-15)
717

818
**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.7.5",
3+
"version": "0.7.6",
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.0",
44-
"ipfs-http-client": "^55.0.0",
43+
"ipfs-grpc-client": "^0.9.1",
44+
"ipfs-http-client": "^56.0.0",
4545
"merge-options": "^3.0.4"
4646
},
4747
"devDependencies": {

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

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

2121

2222

23+
## [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)
24+
25+
26+
### ⚠ BREAKING CHANGES
27+
28+
* peerstore methods are now all async, the repo is migrated to v12
29+
* node 15+ is required
30+
31+
### Features
32+
33+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
34+
35+
36+
### Bug Fixes
37+
38+
* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))
39+
40+
41+
### Dependencies
42+
43+
* The following workspace dependencies were updated
44+
* devDependencies
45+
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
46+
2347
## [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)
2448

2549
**Note:** Version bump only for package ipfs-core-config
@@ -586,4 +610,4 @@ js-ipfs
586610

587611
### Bug Fixes
588612

589-
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
613+
* 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.2.0",
3+
"version": "0.3.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",
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"aegir": "^36.0.1",
110-
"ipfs-core-utils": "^0.13.0",
110+
"ipfs-core-utils": "^0.14.0",
111111
"rimraf": "^3.0.2"
112112
}
113113
}

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

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

2222

2323

24+
## [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)
25+
26+
27+
### ⚠ BREAKING CHANGES
28+
29+
* the `ToJSON` type has been removed
30+
* peerstore methods are now all async, the repo is migrated to v12
31+
32+
### Features
33+
34+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
35+
36+
37+
### Bug Fixes
38+
39+
* remove ToJSON type ([#4031](https://www.github.com/ipfs/js-ipfs/issues/4031)) ([6cb3a87](https://www.github.com/ipfs/js-ipfs/commit/6cb3a87e6010c36f8f484bf65d5c009c5e58994b))
40+
2441
## [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)
2542

2643
**Note:** Version bump only for package ipfs-core-types

‎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.9.0",
3+
"version": "0.10.0",
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

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

2020

2121

22+
## [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)
23+
24+
25+
### ⚠ BREAKING CHANGES
26+
27+
* peerstore methods are now all async, the repo is migrated to v12
28+
* node 15+ is required
29+
30+
### Features
31+
32+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
33+
34+
35+
### Bug Fixes
36+
37+
* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
45+
2246
## [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)
2347

2448

@@ -603,4 +627,4 @@ js-ipfs
603627

604628
### Bug Fixes
605629

606-
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
630+
* 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.13.0",
3+
"version": "0.14.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",
@@ -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.9.0",
122+
"ipfs-core-types": "^0.10.0",
123123
"ipfs-unixfs": "^6.0.3",
124124
"ipfs-utils": "^9.0.2",
125125
"it-all": "^1.0.4",

‎packages/ipfs-core/CHANGELOG.md

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

3838

3939

40+
## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.13.0...ipfs-core-v0.14.0) (2022-01-27)
41+
42+
43+
### ⚠ BREAKING CHANGES
44+
45+
* peerstore methods are now all async, the repo is migrated to v12
46+
* node 15+ is required
47+
48+
### Features
49+
50+
* 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))
51+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
52+
53+
54+
### Bug Fixes
55+
56+
* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))
57+
58+
59+
### Dependencies
60+
61+
* The following workspace dependencies were updated
62+
* dependencies
63+
* ipfs-core-config bumped from ^0.2.0 to ^0.3.0
64+
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
65+
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
66+
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0
67+
* devDependencies
68+
* interface-ipfs-core bumped from ^0.153.0 to ^0.154.0
69+
4070
## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2) (2021-11-24)
4171

4272
**Note:** Version bump only for package ipfs-core
@@ -510,4 +540,4 @@ Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
510540

511541
Closes https://github.com/ipfs/js-ipfs/issues/3210
512542

513-
Co-authored-by: achingbrain <alex@achingbrain.net>
543+
Co-authored-by: achingbrain <alex@achingbrain.net>

‎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.13.0",
3+
"version": "0.14.0",
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.2.0",
91-
"ipfs-core-types": "^0.9.0",
92-
"ipfs-core-utils": "^0.13.0",
93-
"ipfs-http-client": "^55.0.0",
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",
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.153.0",
142+
"interface-ipfs-core": "^0.154.0",
143143
"ipfsd-ctl": "^10.0.4",
144144
"iso-url": "^1.0.0",
145145
"libp2p-gossipsub": "^0.13.0",

0 commit comments

Comments
 (0)
This repository has been archived.