Skip to content

Latest commit

 

History

History
225 lines (125 loc) · 8.23 KB

CHANGELOG.md

File metadata and controls

225 lines (125 loc) · 8.23 KB

Changelog

4.0.0 (2024-10-07)

⚠ BREAKING CHANGES

  • the .dagWalkers property has been removed
  • helia now uses libp2p@2.x.x

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.3.1 to ^5.0.0
    • devDependencies
      • @helia/mfs bumped from ^3.0.8 to ^4.0.0
      • @helia/unixfs bumped from ^3.0.7 to ^4.0.0

3.2.1 (2024-09-13)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/mfs bumped from ^3.0.7 to ^3.0.8

3.2.0 (2024-07-31)

Features

  • add filter option to de-duplicate blocks in car files (461d219)

Documentation

Dependencies

  • bump aegir from 42.2.11 to 43.0.1 (#552) (74ccc92)
  • bump aegir from 43.0.3 to 44.0.1 (#569) (6952f05)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.3.0 to ^4.3.1
    • devDependencies
      • @helia/mfs bumped from ^3.0.6 to ^3.0.7
      • @helia/unixfs bumped from ^3.0.6 to ^3.0.7

3.1.5 (2024-05-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.2.0 to ^4.3.0
    • devDependencies
      • @helia/unixfs bumped from ^3.0.5 to ^3.0.6

3.1.4 (2024-04-22)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/unixfs bumped from ^3.0.4 to ^3.0.5

3.1.3 (2024-04-15)

Bug Fixes

  • add sideEffects: false to package.json (#485) (8c45267)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.1.0 to ^4.2.0
    • devDependencies
      • @helia/unixfs bumped from ^3.0.3 to ^3.0.4

3.1.2 (2024-04-03)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/unixfs bumped from ^3.0.2 to ^3.0.3

3.1.1 (2024-03-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.0.1 to ^4.1.0
    • devDependencies
      • @helia/unixfs bumped from ^3.0.1 to ^3.0.2

3.1.0 (2024-02-28)

Features

  • stream car file bytes from @helia/car (#444) (7c07e11)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.0.0 to ^4.0.1
    • devDependencies
      • @helia/unixfs bumped from ^3.0.0 to ^3.0.1

3.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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^3.0.1 to ^4.0.0
    • devDependencies
      • @helia/unixfs bumped from ^2.0.1 to ^3.0.0

2.0.0 (2024-01-08)

⚠ BREAKING CHANGES

  • uses multiformats v13 and helia v3

Features

  • update helia to v3 and multiformats to v13 (#52) (6405c34)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^3.0.0 to ^3.0.1
    • devDependencies
      • @helia/unixfs bumped from ^2.0.0 to ^2.0.1

1.0.4 (2023-10-07)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.0.0 (#41) (e8fc99f)

1.0.3 (2023-08-27)

Dependencies

  • bump @helia/interface from 1.2.2 to 2.0.0 (#32) (68656a8)
  • bump cborg from 1.10.2 to 2.0.5 (#35) (10994ea)
  • bump multiformats from 11.0.2 to 12.0.1 (#4) (50bed0f)

1.0.2 (2023-08-27)

Dependencies

  • dev: bump aegir from 39.0.13 to 40.0.11 (#30) (ea26a0b)

1.0.1 (2023-08-14)

Documentation

  • fs already defined in example (#1) (356797a)

1.0.0 (2023-06-07)

Bug Fixes

  • import from multiformats/cid for smaller bundles (0857d1f)

Trivial Changes