Skip to content

Latest commit

 

History

History
169 lines (89 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

169 lines (89 loc) · 4.55 KB

0.6.4 - (2021-09-02)

Chores

  • Bump libp2p deps for uint8arrays@3.0.0 #134

0.6.3 - (2021-08-04)

Chores

  • Update multiaddr dep (611afd)

0.6.2 - (2021-07-27)

  • Make searchInterval optional, handle infinity case (079796)
  • Add metrics (da78f5)
  • Add search interval to libp2p discovery module (2e2f62)
  • Optimize enr getLocationMultiaddr (babb2a)
  • Optimize createPeerIdFromKeypair (f534f5)

0.6.1 - (2021-07-23)

Features

  • Add TALKREQ/TALKRESP support (277c79)

0.6.0 - (2021-05-04)

Chores

  • Add strictNullChecks to tsconfig (7f2d5e)

BREAKING CHANGES

  • new multiaddr used with different API (f0c70c)

0.5.1 - (2021-03-29)

Chores

  • Convert stray Uint8Array to Buffer (4eb0fc)
  • Update bcrypto (c6f08b)

0.5.0 - (2020-11-19)

BREAKING CHANGES

  • Initial discv5.1 update (05ba82)

0.4.2 - (2020-09-27)

Bugfixes

  • Fix multiaddr port after decoding (d81ac3)

0.4.1 - (2020-09-22)

Bugfixes

  • New multiaddr 0.8.0: use toBytes() instead of toBuffer() (f16aa1)

0.4.0 - (2020-09-08)

Chores

  • Update dependencies (83657a)

BREAKING CHANGES

  • Refactor ENR multiaddr handling (7cf6c8)

0.3.2 - (2020-08-25)

Bugfixes

  • Fix ENR decoding bugs found with fuzzing (96c9bb)

0.3.1 - (2020-08-14)

Features

  • Add lookupTimeout configuration (db6289)

Bugfixes

  • Fix kad lookup bugs in NODES response (d95ab4)

0.3.0 - (2020-08-07)

Features

  • Add enrUpdate config field (62eaa1)
  • Add IDiscv5Config configurability (64fe01)
  • Add ENR getters/setters (7dac2f)

BREAKING CHANGES

  • Discv5.create now has a single object param (64fe01)

0.2.7 - (2020-08-04)

Features

  • Emit to libp2p on "discovered" event (dd76a9)

0.2.6 - (2020-08-03)

Bugfixes

  • Fix IPv4-as-IPv6 handling (d8d0d1)
  • Fix ethemeral pubkey encoding (a774fc)

0.2.5 - (2020-07-06)

Bugfixes

  • Fix libp2p peer event (489b89)

0.2.4 - (2020-06-24)

Chores

  • Add build to prepublishOnly script (23f1c7)

0.2.3 - (2020-06-24) INVALID/DEPRECATED

Bugfixes

  • Add validations to ENR verification (f5c53f)

0.2.2 - (2020-05-21)

Bugfixes

  • Fix startup bugs in libp2p compat (55b2de)

0.2.1 - (2020-05-07)

Features

  • allow enr input as a string (840573)

0.2.0 - (2020-04-24)

Chores

  • chore: use new peer-discovery interface (9950fb)

BREAKING CHANGES

BREAKING CHANGE: emitted peer event now emits a peer data object with id and multiaddrs instead of a peer-info

0.1.3 - (2020-05-21)

Bugfixes

  • Fix startup bugs in libp2p compat (ae97fa)

0.1.2 - (2020-05-07)

  • allow enr input as a string (852129)

0.1.1 - (2020-04-10)

  • add libp2p peer-discovery compatibility module (1cf660)

0.1.0 - (2020-04-06)

  • initial release