Skip to content

Latest commit

 

History

History
103 lines (51 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

103 lines (51 loc) · 3.53 KB

Changelog

5.0.0 (2024-01-09)

⚠ BREAKING CHANGES

  • Update packages.

Miscellaneous Chores

4.2.0 (2023-09-16)

Features

  • resolve local names using cache (f4b18bf)

4.1.0 (2023-09-15)

Features

  • namers/w3: local resolutions of names (8fd4760)

4.0.0 (2023-09-14)

⚠ BREAKING CHANGES

  • change advertiser interface
  • add pinner to zzzync interface

Features

  • add pinner to zzzync interface (1d23cff)

Bug Fixes

  • catch advertisers/dht query abort error (d3a5aea)
  • handle sync and async code the same (277086b)
  • handle w3 name resolution errors (31ffe91)
  • pinner/w3 uses CarWriter correctly (3f1b3ec)
  • w3 namer uses passed service option (20e1ad3)

Code Refactoring

  • change advertiser interface (7af6741)

3.0.0 (2023-09-04)

⚠ BREAKING CHANGES

  • rename w3name to just w3
  • rename w3namer and dhtAdvertiser exports
  • dht advertiser takes kad-dht not libp2p

Code Refactoring

  • dht advertiser takes kad-dht not libp2p (d0ee166)
  • rename w3name to just w3 (bb74965)
  • rename w3namer and dhtAdvertiser exports (45baedd)

2.0.0 (2023-07-17)

⚠ BREAKING CHANGES

  • optionally stops ephemeral libp2p node

Features

  • optionally stops ephemeral libp2p node (5fddc7e)

1.1.0 (2023-07-07)

Features

  • optionally scope the dht to lan|wan (a835682)

Bug Fixes

  • make dht options optional (90c6c30)

1.0.0 (2023-06-17)

Features

Bug Fixes

  • handle async digests in browser (1495f6a)
  • ipns resolve handles ipfs prefix (d3db515)