Skip to content

Latest commit

 

History

History
491 lines (236 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

491 lines (236 loc) · 18.4 KB

@helia/verified-fetch-interop 1.25.0 (2024-06-13)

Dependencies

  • @helia/verified-fetch: upgraded to 1.5.0

@helia/verified-fetch-interop 1.24.1 (2024-05-24)

Bug Fixes

  • gateway conformance improvements (#85) (7281078)

Dependencies

Dependencies

  • @helia/verified-fetch: upgraded to 1.4.3

@helia/verified-fetch-interop 1.24.0 (2024-05-16)

Dependencies

  • @helia/verified-fetch: upgraded to 1.4.2

@helia/verified-fetch-interop 1.23.0 (2024-05-09)

Dependencies

  • @helia/verified-fetch: upgraded to 1.4.1

@helia/verified-fetch-interop 1.22.0 (2024-05-09)

Features

Dependencies

  • @helia/verified-fetch: upgraded to 1.4.0

@helia/verified-fetch-interop 1.21.1 (2024-05-08)

Bug Fixes

  • prevent interop timeouts with fast fixture loading (#73) (a43d994)

@helia/verified-fetch-interop 1.21.0 (2024-05-02)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.14

@helia/verified-fetch-interop 1.20.0 (2024-04-20)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.13

@helia/verified-fetch-interop 1.19.0 (2024-04-15)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.12

@helia/verified-fetch-interop 1.18.0 (2024-04-15)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.11

@helia/verified-fetch-interop 1.17.0 (2024-04-12)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.10

@helia/verified-fetch-interop 1.16.0 (2024-04-11)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.9

@helia/verified-fetch-interop 1.15.1 (2024-04-09)

Dependencies

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.8

@helia/verified-fetch-interop 1.15.0 (2024-04-08)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.7

@helia/verified-fetch-interop 1.14.0 (2024-04-08)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.6

@helia/verified-fetch-interop 1.13.0 (2024-04-08)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.5

@helia/verified-fetch-interop 1.12.0 (2024-04-02)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.4

@helia/verified-fetch-interop 1.11.0 (2024-03-28)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.3

@helia/verified-fetch-interop 1.10.1 (2024-03-25)

Bug Fixes

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.2

@helia/verified-fetch-interop 1.10.0 (2024-03-22)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.1

@helia/verified-fetch-interop 1.9.0 (2024-03-21)

Dependencies

  • @helia/verified-fetch: upgraded to 1.3.0

@helia/verified-fetch-interop 1.8.0 (2024-03-18)

Dependencies

  • @helia/verified-fetch: upgraded to 1.2.1

@helia/verified-fetch-interop 1.7.0 (2024-03-15)

Dependencies

  • @helia/verified-fetch: upgraded to 1.2.0

@helia/verified-fetch-interop 1.6.0 (2024-03-14)

Dependencies

  • @helia/verified-fetch: upgraded to 1.1.3

@helia/verified-fetch-interop 1.5.1 (2024-03-12)

Dependencies

@helia/verified-fetch-interop 1.5.0 (2024-03-11)

Dependencies

  • @helia/verified-fetch: upgraded to 1.1.2

@helia/verified-fetch-interop 1.4.0 (2024-03-08)

Dependencies

  • @helia/verified-fetch: upgraded to 1.1.1

@helia/verified-fetch-interop 1.3.0 (2024-03-03)

Dependencies

  • @helia/verified-fetch: upgraded to 1.1.0

@helia/verified-fetch-interop 1.2.0 (2024-02-29)

Dependencies

  • @helia/verified-fetch: upgraded to 1.0.2

@helia/verified-fetch-interop 1.1.0 (2024-02-29)

Dependencies

  • @helia/verified-fetch: upgraded to 1.0.1

@helia/verified-fetch-interop 1.0.0 (2024-02-28)

Bug Fixes

  • add interop tests and update project config (fdc83b8)

Dependencies

  • @helia/verified-fetch: upgraded to 1.0.0

Changelog

5.0.0 (2024-01-31)

⚠ BREAKING CHANGES

  • to support paths in @helia/ipns, the return type of ipns.resolve is now { path: string, cid: CID } instead of just CID

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/block-brokers bumped from ^2.0.0 to ^2.0.1
      • @helia/http bumped from ^1.0.0 to ^1.0.1
      • @helia/ipns bumped from ^5.0.0 to ^6.0.0
      • helia bumped from ^4.0.0 to ^4.0.1

4.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • remove gossipsub from default libp2p services (#401)
  • helia.routing is the default routing used, the libp2p routing has been removed as it is redundant
  • 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

Bug Fixes

  • include aegir config in interop and run from install dir (#389) (a2229bd)
  • remove gossipsub from default libp2p services (#401) (99c94f4)
  • update ipns module to v9 and fix double verification of records (#396) (f2853f8)

Dependencies

  • bump kubo from 0.25.0 to 0.26.0 (#400) (a9c55f0)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/block-brokers bumped from ^1.0.0 to ^2.0.0
      • @helia/car bumped from ^2.0.1 to ^3.0.0
      • @helia/dag-cbor bumped from ^2.0.1 to ^3.0.0
      • @helia/dag-json bumped from ^2.0.1 to ^3.0.0
      • @helia/http bumped from ^0.9.0 to ^1.0.0
      • @helia/interface bumped from ^3.0.1 to ^4.0.0
      • @helia/ipns bumped from ^4.0.0 to ^5.0.0
      • @helia/json bumped from ^2.0.1 to ^3.0.0
      • @helia/mfs bumped from ^2.0.1 to ^3.0.0
      • @helia/routers bumped from ^0.0.0 to ^1.0.0
      • @helia/strings bumped from ^2.0.1 to ^3.0.0
      • @helia/unixfs bumped from ^2.0.1 to ^3.0.0
      • helia bumped from ^3.0.1 to ^4.0.0

3.0.1 (2024-01-16)

Bug Fixes

3.0.0 (2024-01-09)

⚠ BREAKING CHANGES

  • uses multiformats v13 and helia v3
  • uses multiformats v13 and helia v3
  • uses multiformats v13 and helia v3
  • uses multiformats v13 and helia v3
  • uses multiformats v13 and helia v3
  • uses multiformats v13 and helia v3, renames dht routing to libp2p
  • uses multiformats v13
  • uses multiformats v13 and helia v3

Features

  • update helia to v3 and multiformats to v13 (9f7dc0a)
  • update helia to v3 and multiformats to v13 (#147) (001247c)
  • update helia to v3 and multiformats to v13 (#167) (a0381b9)
  • update helia to v3 and multiformats to v13 (#45) (f078447)
  • update helia to v3 and multiformats to v13 (#45) (3c7d9d4)
  • update helia to v3 and multiformats to v13 (#46) (e3dc586)
  • update helia to v3 and multiformats to v13 (#52) (6405c34)
  • update helia to v3 and multiformats to v13 (#87) (ae7cbc9)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/block-brokers bumped from ~0.0.0 to ~1.0.0
      • @helia/car bumped from ^2.0.0 to ^2.0.1
      • @helia/dag-cbor bumped from ^2.0.0 to ^2.0.1
      • @helia/dag-json bumped from ^2.0.0 to ^2.0.1
      • @helia/interface bumped from ^3.0.0 to ^3.0.1
      • @helia/json bumped from ^2.0.0 to ^2.0.1
      • @helia/mfs bumped from ^2.0.0 to ^2.0.1
      • @helia/strings bumped from ^2.0.0 to ^2.0.1
      • @helia/unixfs bumped from ^2.0.0 to ^2.0.1
      • helia bumped from ^3.0.0 to ^3.0.1

2.0.0 (2024-01-07)

⚠ BREAKING CHANGES

  • helia.pin.add and helia.pin.rm now return AsyncGenerator<CID>
  • The libp2p API has changed in a couple of places - please see the upgrade guide

deps

Features

Dependencies

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

1.1.0 (2023-11-06)

Features

  • GatewayBlockBroker prioritizes & tries all gateways (#281) (9bad21b)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/interface bumped from ^2.0.0 to ^2.1.0
      • helia bumped from ^2.0.3 to ^2.1.0

1.0.3 (2023-09-18)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • helia bumped from ^2.0.2 to ^2.0.3

1.0.2 (2023-09-14)

Bug Fixes

  • kubo: ⬆️ Upgrading go-ipfs to kubo (#251) (963a7a2)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • helia bumped from ^2.0.1 to ^2.0.2

1.0.1 (2023-08-16)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • helia bumped from ^2.0.0 to ^2.0.1

1.0.0 (2023-08-16)

⚠ BREAKING CHANGES

  • libp2p has been updated to 0.46.x

Dependencies

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @helia/interface bumped from ^1.0.0 to ^2.0.0
      • helia bumped from ^1.0.0 to ^2.0.0