4.1.0 (2024-03-14)
5.0.0 (2024-10-07)
- the metadata record value field has changed from
any
tostring | number | boolean
- 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)
- define string metadata type (#641) (c04dbf5)
- replace dag walkers with generic CID extraction from blocks (#447) (5ff6998)
- update to libp2p@2.x.x (#630) (ec8bf66)
4.3.1 (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)
4.3.0 (2024-05-01)
4.2.0 (2024-04-15)
- add sideEffects: false to package.json (#485) (8c45267)
- improve sessions implementation (#495) (9ea934e)
4.0.1 (2024-02-28)
- update project deps and docs (77e34fc)
- update libp2p patch versions (917a1bc)
4.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
3.0.1 (2024-01-09)
3.0.0 (2024-01-07)
helia.pin.add
andhelia.pin.rm
now returnAsyncGenerator<CID>
- The libp2p API has changed in a couple of places - please see the upgrade guide
2.1.0 (2023-11-06)
- configurable block brokers (#280) (0749cbf)
- GatewayBlockBroker prioritizes & tries all gateways (#281) (9bad21b)
2.0.0 (2023-08-16)
- libp2p has been updated to 0.46.x
1.2.2 (2023-08-05)
1.2.1 (2023-06-07)
1.2.0 (2023-06-07)
1.1.1 (2023-05-19)
1.1.0 (2023-05-19)
- add bitswap progress events (#50) (7460719), closes #27
- add pinning API (#36) (270bb98), closes #28 /github.com/ipfs/helia/pull/36#issuecomment-1441403221 #28
- initial implementation (#17) (343d360)
- 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)
- add release config (a1c7ed0)
- fix ci badge (50929c0)
- release main (#62) (2bce77c)
- update logo (654a70c)
- update publish config (913ab6a)
- update release please config (b52d5e3)