4.0.14 (2023-10-09)
4.0.13 (2023-10-06)
- add missing dep (ba7f237)
- Update .github/pull_request_template.md [skip ci] (7ec087a)
- update config (4095e1d)
4.0.12 (2023-08-30)
4.0.11 (2023-08-24)
- add or force update .github/workflows/js-test-and-release.yml (#152) (fbd004f)
- delete templates [skip ci] (#151) (4f1dd24)
- Update CODEOWNERS [skip ci] (61f7181)
4.0.10 (2023-08-01)
- bump @libp2p/logger from 2.1.1 to 3.0.0 (#146) (92d5157)
- bump @libp2p/peer-id from 2.0.4 to 3.0.0 (#147) (a973107)
- dev: bump @libp2p/peer-id-factory from 2.0.4 to 3.0.0 (#148) (9cc56e0)
4.0.9 (2023-07-03)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (c8a44d6)
- Update .github/workflows/stale.yml [skip ci] (dca049c)
- Update .github/workflows/stale.yml [skip ci] (b97c54f)
4.0.8 (2023-05-31)
4.0.7 (2023-05-31)
- dev: bump aegir from 38.1.8 to 39.0.9 (#139) (797c287)
- dev: bump it-drain from 2.0.1 to 3.0.2 (#135) (9933748)
4.0.6 (2023-05-05)
4.0.5 (2023-03-31)
4.0.4 (2023-03-22)
4.0.3 (2023-03-21)
4.0.2 (2023-03-20)
4.0.1 (2023-03-16)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (b0f81bf)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (c89a5e1)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (dc5e6d9)
- upgrade aegir to
38.1.2
(#109) (17e7928)
4.0.0 (2023-01-06)
- update multiformats to v11 (#101)
3.0.1 (2022-12-19)
3.0.0 (2022-10-13)
- modules no longer implement
Initializable
instead switching to constructor injection
- Update .github/workflows/stale.yml [skip ci] (4f472d3)
2.0.2 (2022-09-07)
2.0.1 (2022-06-15)
2.0.0 (2022-06-15)
- uses new single-issue libp2p interface modules
1.0.5 (2022-06-06)
1.0.4 (2022-05-23)
1.0.3 (2022-05-11)
1.0.2 (2022-03-24)
1.0.1 (2022-03-16)
1.0.0 (2022-03-04)
- switch to named exports, ESM only
0.11.1 (2021-12-07)
0.11.0 (2021-12-02)
- requires node 15
0.10.0 (2021-07-07)
- uses the CID class from the new multiformats module
0.9.0 (2021-04-09)
0.8.2 (2020-11-30)
0.8.1 (2020-11-27)
- The ipfs-http-client must now be installed as a peer dependency. It is no longer included as a dependency of this module.
The reason the http-client should be a peerDependency and not a dependency is that its API requires knowledge of the http-client (we pass in the api endpoint details).
-
findPeer returns id and addrs properties instead of peer-info instance
-
chore: address review
0.8.0 (2020-10-21)
0.7.0 (2020-08-26)
0.6.1 (2020-08-14)
0.6.0 (2020-08-12)
0.5.0 (2020-04-23)
- The ipfs-http-client must now be installed as a peer dependency. It is no longer included as a dependency of this module.
The reason the http-client should be a peerDependency and not a dependency is that its API requires knowledge of the http-client (we pass in the api endpoint details).
-
findPeer returns id and addrs properties instead of peer-info instance
-
chore: address review
0.4.3 (2020-04-16)
0.4.2 (2020-04-09)
0.4.1 (2020-02-04)
0.4.0 (2019-11-29)
- maxTimeout option renamed to timeout
0.3.1 (2019-07-24)
0.3.0 (2019-07-12)
- API refactored to use async/await
Also upgrades all the deps, moves from ipfs-api
to ipfs-http-client
and removes a lot of results massaging that is now done in the
http client.
0.2.3 (2019-07-10)
0.2.2 (2018-09-27)
0.2.1 (2018-08-30)
- Syntax highlighting on README (67fb497)