Skip to content

http: v1.0.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 24 Jan 15:43
4864f29

1.0.0 (2024-01-24)

@helia/http is a new and lightweight implementation of IPFS over HTTP which exports a createHeliaHTTP function that returns an object that implements a lightweight version of the Helia API that functions only over HTTP. By default, content and peer routing are requests are resolved using the Delegated HTTP Routing API and blocks are fetched from Trustless Gateways.

Pass it to other modules like @helia/unixfs to fetch files from the distributed web. See package for usage examples.

⚠ 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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/block-brokers bumped from ^1.0.0 to ^2.0.0
      • @helia/interface bumped from ^3.0.1 to ^4.0.0
      • @helia/routers bumped from ^0.0.0 to ^1.0.0
      • @helia/utils bumped from ^0.0.0 to ^0.0.1