Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
713 lines (300 loc) · 28.7 KB

CHANGELOG.md

File metadata and controls

713 lines (300 loc) · 28.7 KB

6.0.3 (2023-06-06)

Dependencies

  • dev: bump @libp2p/interface-mocks from 11.0.3 to 12.0.1 (#241) (f956836)
  • dev: bump aegir from 38.1.8 to 39.0.9 (#245) (4a35f6b)

6.0.2 (2023-06-06)

Dependencies

6.0.1 (2023-04-24)

Dependencies

  • bump @libp2p/interface-transport from 3.0.0 to 4.0.0 (#233) (da0367f)

6.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • the type of the source/sink properties have changed

Dependencies

5.0.10 (2023-04-12)

Dependencies

  • bump @libp2p/interface-connection from 3.1.1 to 4.0.0 (#231) (e2f7204)

5.0.9 (2023-04-10)

Bug Fixes

  • correction package.json exports types path (#230) (0a6ed35)

5.0.8 (2023-03-31)

Dependencies

  • dev: bump it-all from 2.0.1 to 3.0.1 (#226) (8e9affd)

5.0.7 (2023-03-20)

Dependencies

  • bump @multiformats/mafmt from 11.1.2 to 12.0.0 (#224) (ee3bb05)

5.0.6 (2023-03-17)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#223) (e69a70c)

5.0.5 (2023-03-09)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (4936a70)

Dependencies

  • dev: bump @libp2p/interface-mocks from 8.0.5 to 9.1.3 (#220) (1076b05)
  • dev: bump aegir from 37.12.1 to 38.1.7 (#219) (4e0f17b)

5.0.4 (2023-03-03)

Bug Fixes

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (fad99cc)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (b1954aa)

5.0.3 (2023-01-13)

Dependencies

5.0.2 (2022-12-16)

Documentation

5.0.1 (2022-12-08)

Bug Fixes

Dependencies

5.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

4.0.1 (2022-10-07)

Dependencies

  • dev: bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 (#189) (00b33f0)

4.0.0 (2022-10-07)

⚠ BREAKING CHANGES

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

Dependencies

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

3.0.4 (2022-09-21)

Bug Fixes

Trivial Changes

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

Dependencies

  • update @multiformats/multiaddr to 11.0.0 (#185) (539db88)

3.0.3 (2022-09-01)

Trivial Changes

Dependencies

  • dev: bump wherearewe from 1.0.2 to 2.0.1 (#177) (5d7ae6a)

3.0.2 (2022-08-10)

Bug Fixes

  • update all deps (#176) (4825cd7)
  • update dial function return type to avoid Connection import issue (#171) (7ea9f83)

3.0.1 (2022-07-12)

Trivial Changes

  • deps-dev: bump @libp2p/interface-mocks from 2.1.0 to 3.0.1 (#168) (8a17ed7)
  • deps: bump @libp2p/utils from 2.0.1 to 3.0.0 (#167) (53ba721)
  • update websockets import var (#165) (838b69e)

3.0.0 (2022-06-17)

⚠ BREAKING CHANGES

  • the connection API has changed

Trivial Changes

2.0.1 (2022-06-16)

Trivial Changes

  • deps: bump @libp2p/utils from 1.0.10 to 2.0.0 (#161) (39980fc)

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

Trivial Changes

  • increase timeout for firefox (5098e19)

1.0.9 (2022-05-23)

Bug Fixes

  • update interfaces and use static string for toStringTag (#157) (0c93585)

1.0.8 (2022-05-06)

Bug Fixes

1.0.7 (2022-05-04)

Bug Fixes

1.0.6 (2022-04-11)

Bug Fixes

1.0.5 (2022-04-09)

Trivial Changes

1.0.4 (2022-04-08)

Trivial Changes

1.0.3 (2022-03-16)

Bug Fixes

1.0.2 (2022-02-21)

Bug Fixes

1.0.1 (2022-02-16)

Bug Fixes

1.0.0 (2022-02-10)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features

0.16.2 (2021-09-28)

0.16.1 (2021-07-08)

0.16.0 (2021-07-07)

chore

BREAKING CHANGES

  • uses new major of mafmt, multiaddr, etc

0.15.9 (2021-06-11)

0.15.8 (2021-06-08)

Bug Fixes

0.15.7 (2021-05-04)

0.15.6 (2021-04-18)

0.15.5 (2021-04-12)

0.15.4 (2021-03-31)

0.15.3 (2021-02-22)

0.15.2 (2021-02-09)

Bug Fixes

0.15.1 (2021-02-05)

Bug Fixes

0.15.0 (2020-11-24)

Bug Fixes

Features

BREAKING CHANGES

  • Only DNS+WSS addresses are now returned on filter by default in the browser. This can be overritten by the filter option and filters are provided in the module.

0.14.0 (2020-08-11)

Bug Fixes

  • replace node buffers with uint8arrays (#115) (a277bf6)

BREAKING CHANGES

    • All deps used by this module now use Uint8Arrays in place of Buffers
  • chore: remove gh dep

0.13.6 (2020-03-23)

Bug Fixes

0.13.5 (2020-02-26)

Bug Fixes

  • catch thrown maConn errors in listener (8bfb19a)

0.13.4 (2020-02-14)

Bug Fixes

0.13.3 (2020-02-07)

0.13.2 (2019-12-20)

0.13.1 (2019-10-30)

Bug Fixes

0.13.0 (2019-09-30)

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators. The transport and connection interfaces have changed. See the README for new usage.

0.12.3 (2019-08-21)

0.12.2 (2019-01-24)

Bug Fixes

  • ipv6 naming with multiaddr-to-uri package (#81) (93ef7c3)

0.12.1 (2019-01-10)

Bug Fixes

0.12.0 (2018-04-30)

0.11.0 (2018-04-05)

Features

0.10.5 (2018-02-20)

0.10.4 (2017-10-22)

0.10.3 (2017-10-22)

0.10.2 (2017-10-20)

Features

0.10.1 (2017-07-22)

0.10.0 (2017-03-27)

Bug Fixes

  • dial: pass through errors from pull-ws onConnect (8df8084)

0.9.6 (2017-03-23)

Bug Fixes

0.9.5 (2017-03-23)

0.9.4 (2017-03-21)

0.9.2 (2017-02-09)

0.9.1 (2016-11-08)

Bug Fixes

0.9.0 (2016-11-03)

Features

0.8.1 (2016-09-06)

Features

  • readme: update pull-streams section (64c57f5)

0.8.0 (2016-09-06)

Features

  • pull: migrate to pull streams (3f58dca)
  • readme: complete the readme, adding reference about pull-streams (b62560e)

0.7.2 (2016-08-29)

Bug Fixes

  • style: reduce nested callbacks (33f5fb3)

0.7.1 (2016-08-03)

0.7.0 (2016-06-22)

0.6.1 (2016-05-29)

0.6.0 (2016-05-22)

0.5.0 (2016-05-17)

0.4.4 (2016-05-08)

Bug Fixes

0.4.3 (2016-05-08)

0.4.1 (2016-04-25)

0.3.2 (2016-04-14)

0.2.2 (2016-04-14)

0.2.1 (2016-03-20)

0.2.0 (2016-03-14)

0.1.0 (2016-02-26)