Skip to content

Latest commit

 

History

History
180 lines (89 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

180 lines (89 loc) · 7.08 KB

Changelog

4.2.0 (2024-04-03)

Features

  • add abort options to requests. (ebc7d58)

Bug Fixes

4.1.1 (2024-02-13)

Bug Fixes

  • prevent the heads promise from throwing (59b592c)
  • replace broken bloom filter (05edd0d)

4.1.0 (2024-02-04)

Features

  • allow any file to be imported (70c11f8)

4.0.0 (2024-01-09)

⚠ BREAKING CHANGES

  • update all packages
  • update libp2p, modules and aegir.
  • Update libp2p packages.

deps

  • update all packages (f79af02)
  • update libp2p, modules and aegir. (745e949)

Bug Fixes

  • await stream close promises. (9166c8f)
  • bootstrap stream types (6509cfb)
  • resolve the validation promise if the remote validates first. (61f253a)
  • update zzzync replicator. (e50d367)

Miscellaneous Chores

  • Update libp2p packages. (a15c7a7)

3.0.1 (2023-10-16)

Bug Fixes

  • ignore errors on heads exchange failures (f532862)
  • unhandled error in heads exchange (91536e8)

3.0.0 (2023-09-18)

⚠ BREAKING CHANGES

  • remove Blocks api

Code Refactoring

2.3.0 (2023-07-18)

Features

  • add writes method to replica (c2a474f)
  • newEntry method added to replica (4e5f918)

Bug Fixes

  • type error in replica.writes (1ddd31c)
  • zzzync replicator improvements (a20c2ed)

2.2.3 (2023-07-15)

Bug Fixes

  • zzzync replicator uploads everything (2a961df)

2.2.2 (2023-07-14)

Bug Fixes

  • zzzync also uses GET_PROVIDERS queries (91b1b73)
  • zzzync upload checks if cid (85b981b)

2.2.1 (2023-07-11)

Bug Fixes

  • remove console.log(providers) artifact (ce4b946)
  • zzzync replicator impl and test success (da6e9d3)

2.2.0 (2023-07-10)

Features

  • welo.open provider option for zzzync (14289f8)

2.1.1 (2023-07-10)

Bug Fixes

  • specify outDir when baseUrl is present (c41e0af)
  • ts target ES2020 (f517e8d)

2.1.0 (2023-07-07)

Features

  • iterators for keyvalue store (e71d814)
  • zzzync replicator can be scoped to lan|wan (0a6a1ea)

2.0.0 (2023-06-13)

⚠ BREAKING CHANGES

  • Merge pull request #71 from saul-jb/refactor/modularization

Features

Code Refactoring

  • Merge pull request #71 from saul-jb/refactor/modularization (2818587)

1.1.0 (2023-03-01)

Features

Bug Fixes

  • ipfs/libp2p required DbOpen type (eb6e610)
  • LiveReplicator fits ReplicatorClass (e9e2829)
  • LiveReplicator fits ReplicatorClass (ebcefbc)
  • LiveReplicator is Registrant (134b5fa)
  • loosen dagLinks graph/access types (66ae8dc)
  • replicator class prop type (64d0ca5)
  • specify valid direction types (2c4ff89)

Performance Improvements

1.0.2 (2022-12-28)

Bug Fixes