File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
34
34
35
35
36
36
37
+ ## [56.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v55.0.0...ipfs-http-client-v56.0.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
+ * ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
62
+
37
63
## [54.0.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.1...ipfs-http-client@54.0.2) (2021-11-24)
38
64
39
65
**Note:** Version bump only for package ipfs-http-client
@@ -2337,4 +2363,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
2337
2363
2338
2364
### Bug Fixes
2339
2365
2340
- * new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
2366
+ * new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-client" ,
3
- "version" : " 55 .0.0" ,
3
+ "version" : " 56 .0.0" ,
4
4
"description" : " A client library for the IPFS HTTP API" ,
5
5
"keywords" : [
6
6
" ipfs"
61
61
"dag-jose" : " ^1.0.0" ,
62
62
"debug" : " ^4.1.1" ,
63
63
"err-code" : " ^3.0.1" ,
64
- "ipfs-core-types" : " ^0.9 .0" ,
65
- "ipfs-core-utils" : " ^0.13 .0" ,
64
+ "ipfs-core-types" : " ^0.10 .0" ,
65
+ "ipfs-core-utils" : " ^0.14 .0" ,
66
66
"ipfs-utils" : " ^9.0.2" ,
67
67
"it-first" : " ^1.0.6" ,
68
68
"it-last" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments