Skip to content

Latest commit

 

History

History
464 lines (206 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

464 lines (206 loc) · 20.3 KB

4.0.14 (2023-10-09)

Dependencies

4.0.13 (2023-10-06)

Trivial Changes

  • add missing dep (ba7f237)
  • Update .github/pull_request_template.md [skip ci] (7ec087a)
  • update config (4095e1d)

Dependencies

  • dev: bump aegir from 39.0.13 to 40.0.8 (#149) (2b97412)

4.0.12 (2023-08-30)

Dependencies

4.0.11 (2023-08-24)

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#152) (fbd004f)
  • delete templates [skip ci] (#151) (4f1dd24)
  • Update CODEOWNERS [skip ci] (61f7181)

Dependencies

  • bump multiformats from 11.0.2 to 12.0.1 (#141) (09e2564)

4.0.10 (2023-08-01)

Dependencies

  • 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)

Trivial Changes

  • 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)

Dependencies

  • dev: bump go-ipfs from 0.20.0 to 0.21.0 (#142) (6d6e445)

4.0.8 (2023-05-31)

Dependencies

  • swap ipfs-http-client for kubo-rpc-client (#140) (0f3e0a3)

4.0.7 (2023-05-31)

Dependencies

  • 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)

Bug Fixes

  • remove use of timeout-abort-controller (#129) (2fbde9a)

4.0.5 (2023-03-31)

Dependencies

  • dev: bump it-all from 2.0.1 to 3.0.1 (#124) (8d41444)

4.0.4 (2023-03-22)

Bug Fixes

4.0.3 (2023-03-21)

Bug Fixes

4.0.2 (2023-03-20)

Dependencies

  • dev: bump ipfsd-ctl from 12.2.2 to 13.0.0 (#104) (9221778)

4.0.1 (2023-03-16)

Trivial Changes

  • 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)

Documentation

4.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats to v11 (#101)

Bug Fixes

3.0.1 (2022-12-19)

Documentation

3.0.0 (2022-10-13)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (4f472d3)

2.0.2 (2022-09-07)

Dependencies

2.0.1 (2022-06-15)

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

  • update to latest libp2p interfaces (#76) (413ebe9)

1.0.5 (2022-06-06)

Bug Fixes

1.0.4 (2022-05-23)

Trivial Changes

  • deps: bump @libp2p/interfaces from 1.3.32 to 2.0.1 (#70) (ebd8b76)

1.0.3 (2022-05-11)

Bug Fixes

  • abort in flight requests when shutting down (#68) (31c5db6)

1.0.2 (2022-03-24)

Bug Fixes

1.0.1 (2022-03-16)

Bug Fixes

1.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features

0.11.1 (2021-12-07)

Bug Fixes

  • yield closer peers as they arrive (#51) (1892785)

0.11.0 (2021-12-02)

chore

BREAKING CHANGES

  • requires node 15

0.10.0 (2021-07-07)

chore

BREAKING CHANGES

  • 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)

Bug Fixes

chore

Features

  • add support for api dht/query endpoint (#37) (6fa569c)

BREAKING CHANGES

  • 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)

Bug Fixes

0.6.1 (2020-08-14)

Features

  • add support for api dht/query endpoint (#37) (6fa569c)

0.6.0 (2020-08-12)

0.5.0 (2020-04-23)

Chores

BREAKING CHANGES

  • 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)

Chores

BREAKING CHANGES

  • maxTimeout option renamed to timeout

0.3.1 (2019-07-24)

Bug Fixes

0.3.0 (2019-07-12)

Features

BREAKING CHANGES

  • 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)

Features

0.2.1 (2018-08-30)

Bug Fixes

0.2.0 (2018-08-23)

Bug Fixes

  • Syntax highlighting on README (67fb497)

Features