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

Latest commit

 

History

History
477 lines (199 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

477 lines (199 loc) · 15.8 KB

8.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • update @libp2p/interface-peer-discovery to 2.0.0 (#176)

Dependencies

  • update @libp2p/interface-peer-discovery to 2.0.0 (#176) (1954e75)

7.0.1 (2023-05-04)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.5 (#175) (e8d7ed7)

7.0.0 (2023-04-24)

⚠ BREAKING CHANGES

  • bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 (#171)

Dependencies

  • bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 (#171) (9f36bb2)

6.0.3 (2023-03-20)

Dependencies

  • bump @multiformats/mafmt from 11.1.2 to 12.0.0 (#170) (5c15878)

6.0.2 (2023-03-17)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#169) (3532982)

6.0.1 (2023-03-17)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (2771c45)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (bdc51df)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (93061bb)

Dependencies

  • dev: bump aegir from 37.12.1 to 38.1.7 (#163) (81ae1f2)

6.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats to v11 (#153)

Bug Fixes

5.0.2 (2022-12-16)

Documentation

5.0.1 (2022-12-01)

Documentation

5.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

4.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#143)

Dependencies

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#143) (96f2a1e)

3.0.0 (2022-09-23)

⚠ BREAKING CHANGES

  • the interval option has been renamed timeout and peers are now only discovered once

Bug Fixes

  • only discover bootstrap peers once and tag them on discovery (#142) (cd41d94)

2.0.1 (2022-09-21)

Trivial Changes

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

Dependencies

  • update @multiformats/multaddr to 11.0.0 (#141) (1c9079c)

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

1.0.6 (2022-05-23)

Bug Fixes

1.0.5 (2022-05-06)

Bug Fixes

1.0.4 (2022-05-04)

Bug Fixes

1.0.3 (2022-04-08)

Trivial Changes

1.0.2 (2022-03-24)

Bug Fixes

1.0.1 (2022-03-17)

Bug Fixes

1.0.0 (2022-02-06)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Co-authored-by: Alan Shaw alan@tableflip.io

Features

0.14.0 (2021-12-02)

chore

BREAKING CHANGES

  • requires node 15+

0.13.0 (2021-07-08)

chore

BREAKING CHANGES

  • uses new peer-id, multiaddr and friends

0.12.3 (2021-04-13)

Bug Fixes

0.12.2 (2021-02-08)

Features

0.12.1 (2020-08-11)

Bug Fixes

  • replace node buffers with uint8arrays (#106) (b59b7ad)

BREAKING CHANGES

    • The deps of this module have Uint8Array properties

0.12.0 (2020-08-10)

Bug Fixes

  • replace node buffers with uint8arrays (#106) (b59b7ad)

BREAKING CHANGES

    • The deps of this module have Uint8Array properties

0.11.0 (2020-04-21)

Chores

  • peer-discovery not using peer-info (8a99f1b)

BREAKING CHANGES

  • peer event emits an object with id and multiaddr instead of a peer-info

0.10.4 (2020-02-14)

Bug Fixes

0.10.3 (2019-11-28)

Bug Fixes

0.10.2 (2019-08-01)

0.10.1 (2019-07-31)

Bug Fixes

  • use callback in start from js-libp2p (#93) (74c305d)

0.10.0 (2019-07-15)

Code Refactoring

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

0.9.7 (2019-01-10)

0.9.6 (2019-01-04)

0.9.5 (2019-01-03)

Bug Fixes

0.9.4 (2018-11-26)

Bug Fixes

0.9.3 (2018-07-02)

0.9.2 (2018-06-29)

Bug Fixes

  • name of property and make it stop properly (#77) (8f9bef6)

0.9.1 (2018-06-05)

0.9.0 (2018-06-05)

Features

  • (BREAKING CHANGE) constructor takes options. + add tag, update deps and fix tests (27f9aed)

0.8.1 (2018-04-12)

Bug Fixes

  • add more error handling for malformed bootstrap multiaddr (#74) (f65e1ba)

0.8.0 (2018-04-05)

0.7.1 (2017-09-08)

0.7.0 (2017-09-03)

Features

0.6.1 (2017-07-23)

Features

  • emit peers every 10 secs (598fd94)

0.6.0 (2017-07-22)

0.5.2 (2017-07-08)

0.5.1 (2017-05-19)

Bug Fixes

0.5.0 (2017-03-30)

Features

  • update to new peer-info (a6254d8)

0.4.3 (2017-03-23)

Bug Fixes

0.4.2 (2017-03-21)