Skip to content

Latest commit

 

History

History
770 lines (325 loc) · 26.8 KB

CHANGELOG.md

File metadata and controls

770 lines (325 loc) · 26.8 KB

6.0.8 (2022-12-16)

Documentation

6.0.7 (2022-12-15)

Bug Fixes

6.0.6 (2022-12-13)

Bug Fixes

  • remove abortable-iterator and close socket directly on abort (#220) (28fe750)

6.0.5 (2022-12-06)

Dependencies

  • dev: bump sinon from 14.0.2 to 15.0.0 (#233) (72a79ab)

6.0.4 (2022-11-22)

Bug Fixes

  • use labels to differentiate interfaces for metrics (#230) (6c4c316)

6.0.3 (2022-11-22)

Bug Fixes

  • make metrics interface a dep instead of a dev dep (#231) (876ca13)

6.0.2 (2022-11-17)

Bug Fixes

  • update metric names to follow prometheus naming guide (#228) (24c5b37)

Trivial Changes

6.0.1 (2022-11-16)

Trivial Changes

  • deps-dev: bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 (#225) (a271056)

6.0.0 (2022-11-05)

⚠ BREAKING CHANGES

  • requires metrics interface v4

Features

5.0.2 (2022-11-05)

Bug Fixes

5.0.1 (2022-10-17)

Trivial Changes

  • deps-dev: bump it-all from 1.0.6 to 2.0.0 (#222) (fddebdf)

5.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

4.1.0 (2022-10-11)

Features

4.0.2 (2022-10-11)

Bug Fixes

4.0.1 (2022-10-07)

Trivial Changes

  • deps-dev: bump @libp2p/interface-mocks from 4.0.3 to 6.0.0 (#216) (f224a5a)

4.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • deps: bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215)

Trivial Changes

  • deps: bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215) (1adf73d)

3.1.2 (2022-09-24)

Bug Fixes

  • expose extra options from net.connect for dial and listen (#211) (6401a87)

3.1.1 (2022-09-21)

Trivial Changes

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

3.1.0 (2022-09-14)

Features

3.0.8 (2022-09-12)

Trivial Changes

3.0.7 (2022-09-12)

Bug Fixes

3.0.6 (2022-09-01)

Bug Fixes

3.0.5 (2022-08-31)

Bug Fixes

3.0.4 (2022-08-30)

Bug Fixes

3.0.3 (2022-08-10)

Bug Fixes

3.0.2 (2022-07-13)

Trivial Changes

  • deps-dev: bump @libp2p/interface-mocks from 2.1.0 to 3.0.1 (#193) (0571339)
  • deps: bump @libp2p/utils from 2.0.1 to 3.0.0 (#192) (0c757ff)

3.0.1 (2022-06-27)

Bug Fixes

3.0.0 (2022-06-17)

⚠ BREAKING CHANGES

  • the registry API has changed

Trivial Changes

2.0.1 (2022-06-16)

Trivial Changes

  • deps: bump @libp2p/logger from 1.1.6 to 2.0.0 (#186) (5de2104)

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

1.0.11 (2022-05-23)

Bug Fixes

1.0.10 (2022-05-23)

Trivial Changes

  • deps-dev: bump sinon from 13.0.2 to 14.0.0 (#179) (ed4c6bd)

1.0.9 (2022-05-04)

Bug Fixes

1.0.8 (2022-04-07)

Trivial Changes

1.0.7 (2022-04-05)

Trivial Changes

1.0.6 (2022-03-16)

Bug Fixes

1.0.5 (2022-02-21)

Bug Fixes

1.0.4 (2022-02-10)

Bug Fixes

1.0.3 (2022-02-06)

Bug Fixes

Trivial Changes

1.0.2 (2022-01-08)

Trivial Changes

1.0.1 (2022-01-08)

Trivial Changes

0.17.2 (2021-09-03)

Bug Fixes

0.17.1 (2021-07-08)

0.17.0 (2021-07-07)

chore

BREAKING CHANGES

  • uses new majors of multiaddr and mafmt

0.16.0 (2021-06-10)

Features

0.15.4 (2021-04-12)

Bug Fixes

0.15.3 (2021-02-03)

Bug Fixes

0.15.2 (2020-12-28)

Bug Fixes

  • catch error from maConn.close (#128) (0fe0815)
  • catch thrown maConn errors in listener (#122) (86db568), closes #121
  • intermittent error when asking for interfaces (#137) (af9804e)
  • remove use of assert module (#123) (6272876)
  • transport should not handle connection if upgradeInbound throws (#119) (21f8747)

Chores

BREAKING CHANGES

    • The multiaddr dep used by this module returns Uint8Arrays and may not be compatible with previous versions
  • chore: update utils

  • chore: remove gh dep url

0.15.1 (2020-08-11)

0.15.0 (2020-08-07)

Chores

BREAKING CHANGES

    • The multiaddr dep used by this module returns Uint8Arrays and may not be compatible with previous versions
  • chore: update utils

  • chore: remove gh dep url

0.14.6 (2020-07-17)

0.14.5 (2020-04-28)

Bug Fixes

0.14.4 (2020-02-24)

Bug Fixes

0.14.3 (2019-12-20)

Bug Fixes

  • transport should not handle connection if upgradeInbound throws (#119) (21f8747)

0.14.2 (2019-12-06)

Bug Fixes

Features

0.14.1 (2019-09-20)

Bug Fixes

0.14.0 (2019-09-16)

Features

BREAKING CHANGES

0.13.1 (2019-08-08)

0.13.0 (2018-09-12)

Features

  • add support for dialing over dns (eba0b48)

0.12.1 (2018-07-31)

Bug Fixes

  • invalid ip address and daemon can be crashed by remote user (4b04b17)

0.12.0 (2018-04-05)

Features

0.11.6 (2018-02-20)

0.11.5 (2018-02-07)

0.11.4 (2018-02-07)

0.11.3 (2018-02-07)

Bug Fixes

0.11.2 (2018-01-12)

Bug Fixes

0.11.1 (2017-10-13)

Features

0.11.0 (2017-09-03)

Features

0.10.2 (2017-07-22)

0.10.1 (2017-04-13)

Bug Fixes

  • catch errors on incomming sockets (e204517)

0.10.0 (2017-03-27)

Bug Fixes

  • dial: proper error handling on dial (#77) (4d4f295)

0.9.4 (2017-03-21)

0.9.3 (2017-02-09)

0.9.2 (2017-02-09)

0.9.1 (2016-11-03)

0.9.0 (2016-11-03)

Bug Fixes

  • deps: remove unused pull dep (06689e3)

0.8.1 (2016-09-06)

0.8.0 (2016-09-06)

Features

  • deps: update to published deps (da8ee21)
  • pull: migration to pull-streams (5e89a26)
  • readme: add pull-streams documentation (d9f65e0)

0.7.4 (2016-08-03)

0.7.3 (2016-06-26)

0.7.2 (2016-06-23)

0.7.1 (2016-06-23)

Bug Fixes

  • error was passed in duplicate (9ac5cca)

0.7.0 (2016-06-22)

0.6.2 (2016-06-01)

Bug Fixes

  • address cr (2ed01e8)
  • destroy hanging connections after timeout (4a12169)

0.6.1 (2016-05-29)

0.6.0 (2016-05-22)

0.5.3 (2016-05-22)

0.5.2 (2016-05-09)

0.5.1 (2016-05-08)

0.5.0 (2016-04-25)

0.4.0 (2016-03-14)

0.3.0 (2016-03-10)

0.2.1 (2016-03-04)

0.2.0 (2016-03-04)

0.1.2 (2015-10-29)

0.1.1 (2015-09-17)

0.1.0 (2015-09-16)