Skip to content

Latest commit

 

History

History
535 lines (265 loc) · 19.9 KB

File metadata and controls

535 lines (265 loc) · 19.9 KB

Changelog

7.2.1 (2026-04-10)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.2.0 to ^6.2.1

7.2.0 (2026-04-08)

Features

  • emit standardized block broker events (#995) (397f2d8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.1.1 to ^6.2.0

7.1.0 (2026-03-18)

Features

  • support metadata when adding bytes/bytestreams (#975) (12fd852)

Bug Fixes

  • do not hard code HAMT prefix length (#976) (d033889)
  • support profiles and shard split thresholds in mfs (#972) (9aff8d0)

7.0.4 (2026-02-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.1.0 to ^6.1.1

7.0.3 (2026-02-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.0.3 to ^6.1.0

7.0.2 (2026-02-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.0.2 to ^6.0.3

7.0.1 (2026-01-15)

Bug Fixes

  • use non-deprecated factory function to create delegated client (#934) (20ba9cf)

7.0.0 (2026-01-12)

⚠ BREAKING CHANGES

  • metadata is no longer returned from fs.ls - use fs.stat or similar to obtain it

Features

6.0.4 (2025-12-12)

Bug Fixes

  • throw a specific error when offline and a block is missing (#917) (e27aa2d)

6.0.3 (2025-10-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.0.1 to ^6.0.2

6.0.2 (2025-10-27)

Documentation

  • add example adding FileList to unixfs (#876) (eaa042e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^6.0.0 to ^6.0.1

6.0.1 (2025-10-09)

Bug Fixes

6.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • uses libp2p v3 and updated block/data stores

Features

  • update to libp2p@v3 and latest data/block stores (#856) (34d3ecd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.4.0 to ^6.0.0

5.1.0 (2025-07-31)

Features

5.0.4 (2025-07-22)

Documentation

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.3.2 to ^5.4.0

5.0.3 (2025-05-20)

Dependencies

  • update aegir to 47.x.x (#804) (60fbbc2)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.3.1 to ^5.3.2

5.0.2 (2025-05-13)

Dependencies

  • update all deps (#792) (d43efc7)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.3.0 to ^5.3.1

5.0.1 (2025-05-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.2.1 to ^5.3.0

5.0.0 (2025-03-20)

⚠ BREAKING CHANGES

  • Fields that would involve DAG traversal have been removed from the output of fs.stat - pass the extended option to have them returned
  • addFile requires the import candidate to have path and content properties and the returned CID will always resolve to a directory

Bug Fixes

4.0.3 (2025-03-13)

Documentation

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.2.0 to ^5.2.1

4.0.2 (2025-01-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.1.0 to ^5.2.0

4.0.1 (2024-11-18)

Dependencies

  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^5.0.0 to ^5.1.0

4.0.0 (2024-10-07)

⚠ BREAKING CHANGES

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.3.1 to ^5.0.0

3.0.7 (2024-07-31)

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

3.0.6 (2024-05-01)

Dependencies

  • update it-glob (#520) (36081e0)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.2.0 to ^4.3.0

3.0.5 (2024-04-22)

Bug Fixes

3.0.4 (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

3.0.3 (2024-04-03)

Bug Fixes

  • Add GlobSourceResult to globSource return type in unixfs. (#475) (9ac5909)

3.0.2 (2024-03-14)

Dependencies

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

3.0.1 (2024-02-28)

Bug Fixes

Dependencies

  • update libp2p patch versions (917a1bc)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^4.0.0 to ^4.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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^3.0.1 to ^4.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 (#147) (001247c)

Trivial Changes

  • update sibling dependencies (1b0b2ef)

Dependencies

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

1.4.3 (2023-12-03)

Bug Fixes

  • convert date to mtime in glob source (#106) (cd9e903)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.0.0 (#105) (2421ee2)

1.4.2 (2023-09-14)

Dependencies

  • bump @helia/interface from 1.2.2 to 2.0.0 (#87) (098a305)

1.4.1 (2023-07-25)

Bug Fixes

  • correct browser override path for glob-source (#60) (fd0f33b)

Documentation

1.4.0 (2023-06-30)

Features

1.3.0 (2023-06-07)

Features

  • add offline option to all operations (#51) (444c8bd)

1.2.4 (2023-06-07)

Bug Fixes

1.2.3 (2023-06-07)

Dependencies

  • update all deps and fix linting (d4d6515)

1.2.2 (2023-04-12)

Dependencies

  • update all it-* deps to latest versions (#25) (9388c40)

1.2.1 (2023-03-23)

Dependencies

1.2.0 (2023-03-17)

Features

  • expose unixfs progress events in types (#14) (36cf3b2)

1.1.0 (2023-03-15)

Features

  • expose progress events from importer, blockstore and bitswap (#13) (de78f4d)

Trivial Changes

1.0.5 (2023-03-14)

Bug Fixes

  • align defaults with filecoin (#6) (a6bd198)

1.0.4 (2023-02-27)

Bug Fixes

1.0.3 (2023-02-25)

Bug Fixes

1.0.2 (2023-02-24)

Bug Fixes

Tests

  • move test file data to fixtures (1b76084)

1.0.1 (2023-02-17)

Bug Fixes

1.0.0 (2023-02-16)

Features

Trivial Changes

  • initial commit (35e8a8f)
  • Update .github/workflows/stale.yml [skip ci] (bcb060d)

Documentation