CHANGELOG.md 3.5 KB

Changelog

0.2.0 (2024-02-15)

0.1.26 (2023-12-06)

  • Refactored the API to use a Storable trait instead of AsyncSerialize (#378) This enables writing non-dag-cbor data, such as UnixFS files to WNFS, which powers the new file writing features. As part of that TryFrom<Ipld> instances were removed for Hamt, Node and Pointer and instead these use Storable and HamtSerializable, NodeSerializable and PointerSerializable structs. This also enables using Node in a nested way such as Node<String, Node<String, String>>.

0.1.25 (2023-09-04)

  • Fixed a bug causing dropped updates when doing serialization, then continuing writes, then serializing again and loading from that serialized state #348
  • Dependency wnfs-common bumped from 0.1.24 to 0.1.25

0.1.23 (2023-07-21)

Features

  • Switch from Namefilter to Name Accumulators (#247) (7026a37)
  • Switch from SHA3-256 to BLAKE3-256 (#306) (e164a1f)

Miscellaneous Chores

  • wnfs-nameaccumulator: Initial release at 0.1.23 (eb17ea2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
    • wnfs-common bumped from 0.1.22 to 0.1.23
    • dev-dependencies
    • wnfs-common bumped from 0.1.22 to 0.1.23

0.1.22 (2023-06-23)

Features

  • make changes to BlockStore trait based on feedback (#286) (085242d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
    • wnfs-common bumped from 0.1.21 to 0.1.22
    • dev-dependencies
    • wnfs-common bumped from 0.1.21 to 0.1.22

0.1.21 (2023-05-22)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
    • wnfs-common bumped from 0.1.20 to 0.1.21
    • dev-dependencies
    • wnfs-common bumped from 0.1.20 to 0.1.21

0.1.19 (2023-03-23)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
    • wnfs-common bumped from 0.1.18 to 0.1.19
    • dev-dependencies
    • wnfs-common bumped from 0.1.18 to 0.1.19