Skip to content

Latest commit

 

History

History
248 lines (105 loc) · 9.83 KB

CHANGELOG.md

File metadata and controls

248 lines (105 loc) · 9.83 KB

5.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats to v11 (#202)

Bug Fixes

Trivial Changes

4.0.2 (2022-11-15)

Documentation

4.0.1 (2022-10-17)

Dependencies

  • dev: bump it-all from 1.0.6 to 2.0.0 (#195) (c81c9b6)

4.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

Dependencies

  • dev: bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 (#192) (5cf8ccc)

3.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#190)

Dependencies

  • bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#190) (a2cb1e4)

2.0.3 (2022-09-21)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (217d1df)

Dependencies

  • update @multiformats/multiaddr to 11.0.0 (#188) (d56fa4b)

2.0.2 (2022-08-10)

Bug Fixes

2.0.1 (2022-06-17)

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

1.0.2 (2022-05-23)

Bug Fixes

Trivial Changes

  • deps: bump undici from 4.16.0 to 5.2.0 (#164) (689122c)

1.0.1 (2022-05-04)

Bug Fixes

1.0.0 (2022-03-28)

⚠ BREAKING CHANGES

  • this module is now ESM-only

Co-authored-by: achingbrain alex@achingbrain.net

Features

Bug Fixes

  • add 'node-pre-gyp' installation to 'check' and 'test-node' actions (#152) (bf4a68b)

Trivial Changes

0.7.1 (2021-09-20)

0.7.0 (2021-07-09)

chore

BREAKING CHANGES

  • uses new peer id, multiaddr, etc

0.6.0 (2021-04-13)

0.5.1 (2021-02-05)

Bug Fixes

0.5.0 (2021-01-22)

Bug Fixes

  • add remote addr on listener connection (#97) (c562a0d)

0.4.1 (2020-12-11)

Bug Fixes

  • transport should not handle connection if upgradeInbound throws (#32) (1711a7d)

0.4.0 (2019-10-02)

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators. The transport and connection interfaces have changed.

0.3.1 (2018-09-26)

Bug Fixes

  • options no longer ignored in createListener (#23) (6dd29ed)

0.3.0 (2018-04-05)

Features

0.2.0 (2017-09-03)

Features

0.1.1 (2017-01-16)

0.1.0 (2017-01-16)

Features