Skip to content

Latest commit

 

History

History
213 lines (118 loc) · 8.67 KB

CHANGELOG.md

File metadata and controls

213 lines (118 loc) · 8.67 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

  • dev: bump sinon from 18.0.1 to 19.0.2 (#634) (23e62e1)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.1.4 to ^2.0.0
      • @helia/interface bumped from ^4.3.1 to ^5.0.0
      • @helia/utils bumped from ^0.3.3 to ^1.0.0

3.0.4 (2024-09-13)

Bug Fixes

  • Adjust filtering logic for secure contexts; improve tests (#579) (ac4bdb8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.1.3 to ^1.1.4

3.0.3 (2024-07-31)

Bug Fixes

  • respect trustless gateway options for sessions (#566) (5643b1d)

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)
  • dev: bump sinon from 17.0.2 to 18.0.0 (#536) (62f77df)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.1.2 to ^1.1.3
      • @helia/interface bumped from ^4.3.0 to ^4.3.1
      • @helia/utils bumped from ^0.3.2 to ^0.3.3

3.0.2 (2024-05-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.1.1 to ^1.1.2
      • @helia/utils bumped from ^0.3.1 to ^0.3.2

3.0.1 (2024-05-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.1.0 to ^1.1.1
      • @helia/utils bumped from ^0.3.0 to ^0.3.1

3.0.0 (2024-05-02)

⚠ BREAKING CHANGES

  • the gateways init option has been removed from trustless gateway block brokers

Bug Fixes

  • trustless gateway brokers no longer take a gateways arg (#530) (a8fdfc2)

2.1.2 (2024-05-01)

Bug Fixes

  • http blockbroker loads gateways from routing (#519) (6a62d1c)
  • use a short-lived AbortSignal for fetch operations (#511) (5e98950)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.0.1 to ^1.1.0
      • @helia/interface bumped from ^4.2.0 to ^4.3.0
      • @helia/utils bumped from ^0.2.0 to ^0.3.0

2.1.1 (2024-04-22)

Bug Fixes

  • prevent duplicate trustless-gateway reqs (#503) (338885f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^1.0.0 to ^1.0.1

2.1.0 (2024-04-15)

Features

  • add @helia/bitswap with sessions (#409) (e582c63)
  • add block session support to @helia/interface (#398) (5cf216b)
  • add sessions to trustless gateways (#459) (6ddefb0)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/bitswap bumped from ^0.0.0 to ^1.0.0
      • @helia/interface bumped from ^4.1.0 to ^4.2.0
      • @helia/utils bumped from ^0.1.0 to ^0.2.0

2.0.3 (2024-03-14)

Dependencies

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

2.0.2 (2024-02-28)

Bug Fixes

  • update project deps and docs (77e34fc)

Dependencies

  • update libp2p patch versions (917a1bc)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.0.0 to ^4.0.1

2.0.1 (2024-01-31)

Bug Fixes

  • @helia/block-brokers gateways uses path gateways (#374) (94b0cd1)

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

1.0.0 (2024-01-09)

Bug Fixes

Dependencies

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