mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-24 20:12:26 +00:00
11 KiB
11 KiB
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
- catch thrown maConn errors in listener (#122) (86db568), closes #121
- remove use of assert module (#123) (6272876)
0.14.3 (2019-12-20)
Bug Fixes
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
- All places in the API that used callbacks are now replaced with async/await. The API has also been updated according to the latest
interface-transport
version, https://github.com/libp2p/interface-transport/tree/v0.6.0#api.
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
- add class-is module (ded1f68)
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
- relay filtering (11c4f45)
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
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)