Skip to content

Latest commit

 

History

History
233 lines (115 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

233 lines (115 loc) · 12.7 KB

4.1.0 (2024-03-14)

Features

  • expose .dns property on @helia/interface (#465) (8c9bb7d)

5.0.0 (2024-10-07)

⚠ BREAKING CHANGES

  • the metadata record value field has changed from any to string | number | boolean
  • the .dagWalkers property has been removed
  • helia now uses [email protected]

Features

Bug Fixes

4.3.1 (2024-07-31)

Documentation

Dependencies

4.3.0 (2024-05-01)

Features

  • add metrics property to helia interface (#512) (f7f71bb)

4.2.0 (2024-04-15)

Features

  • add block session support to @helia/interface (#398) (5cf216b)

Bug Fixes

4.0.1 (2024-02-28)

Bug Fixes

  • update project deps and docs (77e34fc)

Dependencies

  • update libp2p patch versions (917a1bc)

4.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • the libp2p property has been removed from the Helia interface in @helia/interface - it is still present on the return type of createHelia from the helia module

Features

  • add @helia/http to monorepo (#372) (76220cd)
  • expose configured dag walkers and hashers on helia interface (#381) (843fba4), closes #375

Bug Fixes

  • update ipns module to v9 and fix double verification of records (#396) (f2853f8)

3.0.1 (2024-01-09)

Bug Fixes

3.0.0 (2024-01-07)

⚠ BREAKING CHANGES

  • helia.pin.add and helia.pin.rm now return AsyncGenerator<CID>
  • The libp2p API has changed in a couple of places - please see the upgrade guide

deps

Features

2.1.0 (2023-11-06)

Features

  • configurable block brokers (#280) (0749cbf)
  • GatewayBlockBroker prioritizes & tries all gateways (#281) (9bad21b)

2.0.0 (2023-08-16)

⚠ BREAKING CHANGES

  • libp2p has been updated to 0.46.x

Dependencies

1.2.2 (2023-08-05)

Trivial Changes

Dependencies

  • dev: bump aegir from 39.0.13 to 40.0.8 (#198) (4d75ecf)

1.2.1 (2023-06-07)

Bug Fixes

  • pass options to blockstore.get during pin.add (#148) (3a5234e)

1.2.0 (2023-06-07)

Features

  • add offline option to blockstore get (#145) (71c5f6b)

Trivial Changes

1.1.1 (2023-05-19)

Bug Fixes

1.1.0 (2023-05-19)

Features

Trivial Changes

@helia/interface-v1.0.0 (2023-03-23)

Features

Bug Fixes

  • extend blockstore interface (#55) (42308c0)
  • make all helia args optional (#37) (d15d76c)
  • survive a cid causing an error during gc (#38) (5330188)
  • update block events (#58) (d33be53)
  • update blocks interface to align with interface-blockstore (#54) (202b966)

Dependencies

Trivial Changes

@helia/interface-v0.1.0 (2023-03-22)

Features

Bug Fixes

  • extend blockstore interface (#55) (42308c0)
  • make all helia args optional (#37) (d15d76c)
  • survive a cid causing an error during gc (#38) (5330188)
  • update block events (#58) (d33be53)
  • update blocks interface to align with interface-blockstore (#54) (202b966)