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
3434
3535
3636
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+
3763## [54.0.2](https://github.com/ipfs/js-ipfs/compare/
[email protected] @54.0.2) (2021-11-24)
3864
3965**Note:** Version bump only for package ipfs-http-client
23372363
23382364### Bug Fixes
23392365
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 11{
22 "name" : " ipfs-http-client" ,
3- "version" : " 55 .0.0" ,
3+ "version" : " 56 .0.0" ,
44 "description" : " A client library for the IPFS HTTP API" ,
55 "keywords" : [
66 " ipfs"
6161 "dag-jose" : " ^1.0.0" ,
6262 "debug" : " ^4.1.1" ,
6363 "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" ,
6666 "ipfs-utils" : " ^9.0.2" ,
6767 "it-first" : " ^1.0.6" ,
6868 "it-last" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments