Skip to content

Latest commit

 

History

History
198 lines (80 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

198 lines (80 loc) · 5.32 KB

0.11.0 (2022-01-17)

Features

BREAKING CHANGES

  • peerstore methods are now all async

0.10.0 (2021-12-29)

chore

BREAKING CHANGES

  • only node15+ is supported

0.9.0 (2021-11-18)

0.7.0 (2021-07-30)

0.6.0 (2021-05-04)

0.5.0 (2020-08-23)

Bug Fixes

  • replace node buffers with uint8arrays (#42) (33be887)

BREAKING CHANGES

    • All deps of this module now use uint8arrays in place of node buffers
  • DHT keys/values are Uint8Arrays, not Strings or Buffers
  • chore: bump daemon dep

Co-authored-by: Jacob Heun jacobheun@gmail.com

0.4.0 (2020-06-08)

0.3.1 (2020-04-20)

0.3.0 (2020-01-31)

Chores

BREAKING CHANGES

  • api changed as attach is not needed anymore

  • chore: apply suggestions from code review

Co-Authored-By: Jacob Heun jacobheun@gmail.com

  • chore: update aegir

  • chore: update daemon version

Co-authored-by: Jacob Heun jacobheun@gmail.com

0.2.2 (2019-09-05)

0.2.1 (2019-07-09)

Bug Fixes

  • client.connect: handle empty response (#13) (ace789d)
  • client.connect: handle unspecified error in response (#12) (7db681b)

0.2.0 (2019-07-09)

Bug Fixes

  • use error as field name instead of ErrorResponse (#14) (0ff9eda)

BREAKING CHANGES

  • errors property name is now error instead of ErrorResponse

0.1.2 (2019-03-29)

Bug Fixes

  • dht find providers stream (24eb727)

0.1.1 (2019-03-25)

Bug Fixes

Features

0.1.0 (2019-03-22)

Bug Fixes

  • update code to work with latest daemon (#6) (0ada86c)

0.0.4 (2019-03-15)

Features

0.0.3 (2019-02-13)

Bug Fixes

  • connect should use peer id in bytes (b9e4e44)

0.0.2 (2019-02-11)

Bug Fixes

Features