4.0.1 (2024-10-23)
- The following workspace dependencies were updated
- dependencies
- @helia/bitswap bumped from ^2.0.0 to ^2.0.1
- @helia/utils bumped from ^1.0.0 to ^1.0.1
- dependencies
4.0.0 (2024-10-07)
- the
.dagWalkers
property has been removed - helia now uses libp2p@2.x.x
- add doc-check script and export types used by functions (#637) (4f14996)
- replace dag walkers with generic CID extraction from blocks (#447) (5ff6998)
- update to libp2p@2.x.x (#630) (ec8bf66)
- 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
- dependencies
3.0.4 (2024-09-13)
- The following workspace dependencies were updated
- dependencies
- @helia/bitswap bumped from ^1.1.3 to ^1.1.4
- dependencies
3.0.3 (2024-07-31)
- 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
- dependencies
3.0.2 (2024-05-27)
- 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
- dependencies
3.0.1 (2024-05-20)
- 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
- dependencies
3.0.0 (2024-05-02)
- the gateways init option has been removed from trustless gateway block brokers
2.1.2 (2024-05-01)
- http blockbroker loads gateways from routing (#519) (6a62d1c)
- use a short-lived AbortSignal for fetch operations (#511) (5e98950)
- 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
- dependencies
2.1.1 (2024-04-22)
- The following workspace dependencies were updated
- dependencies
- @helia/bitswap bumped from ^1.0.0 to ^1.0.1
- dependencies
2.1.0 (2024-04-15)
- add @helia/bitswap with sessions (#409) (e582c63)
- add block session support to @helia/interface (#398) (5cf216b)
- add sessions to trustless gateways (#459) (6ddefb0)
- 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
- dependencies
2.0.3 (2024-03-14)
- The following workspace dependencies were updated
- dependencies
- @helia/interface bumped from ^4.0.1 to ^4.1.0
- dependencies
2.0.2 (2024-02-28)
- update project deps and docs (77e34fc)
- update libp2p patch versions (917a1bc)
- The following workspace dependencies were updated
- dependencies
- @helia/interface bumped from ^4.0.0 to ^4.0.1
- dependencies
2.0.1 (2024-01-31)
2.0.0 (2024-01-24)
- the
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
module
- add @helia/http to monorepo (#372) (76220cd)
- expose configured dag walkers and hashers on helia interface (#381) (843fba4), closes #375
- The following workspace dependencies were updated
- dependencies
- @helia/interface bumped from ^3.0.1 to ^4.0.0
- dependencies
- create @helia/block-brokers package (#341) (#342) (2979147)
- remove w3s.link default block-broker (#371) (5c4fd54)
- The following workspace dependencies were updated
- dependencies
- @helia/interface bumped from ^3.0.0 to ^3.0.1
- dependencies