Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

90 lines (58 loc) · 3.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.7.1 - 2024-12-16

Added

  • Implement EitherBlockstore combinator struct (#32)

0.7.0 - 2024-09-10

Added

  • [breaking] Add Blockstore::close method (#29)

Fixed

  • Remove unneded idb dependency (#30)

0.6.1 - 2024-08-13

Fixed

  • (indexeddb) Abort failed transactions (#27)

Other

  • Update README.md (#26)
  • Update rexie and other misc dependencies (#24)

0.6.0 - 2024-06-27

Added

  • add missing store impls & add len (#21)
  • [breaking] Add remove method (#18)

Fixed

0.5.0 - 2024-04-15

Added

  • [breaking] Rename BlockstoreError to Error (#17)
  • Implement RedbBlockstore (#12)
  • [breaking] Add BlockstoreError::ValueTooLarge (#15)
  • [breaking] Rename BlockstoreError::CidTooLong to BlockstoreError::CidTooLarge (#14)
  • [breaking] Refine error BlockstoreError variants (#11)

Other

  • Polish before release (#16)

0.4.0 - 2024-04-03

Other

  • Conditionally compile Send bounds instead of SendWrapper (#8)

0.3.0 - 2024-03-28

Other

  • Use RPITIT instead of async-trait (#6)

0.2.0 - 2024-03-25

Added

  • (blockstore) add IndexedDb blockstore (#221)
  • feat!(blockstore): add sled blockstore (#217)
  • (blockstore) Implement LruBlockstore (#207)

Fixed

  • fix!(blockstore): remove an error if cid already exists (#224)

Other

  • (ci) add gitignore and CI workflows

0.1.1 - 2024-01-15

Other

  • add authors and homepage (#180)

0.1.0 - 2024-01-12

Added

  • Add in-memory blockstore (#160)

Other

  • add missing metadata to the toml files (#170)
  • document public api (#161)