Skip to content

Latest commit

 

History

History
59 lines (27 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

59 lines (27 loc) · 2.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2023-01-30)

Bug Fixes

  • allow using ssb-db2 greater than 4.x (2b97747)

3.0.1 (2022-08-02)

Bug Fixes

  • consider log ENOENT as size zero (19ff1af)

3.0.0 (2022-08-02)

⚠ BREAKING CHANGES

  • feed bytesUsed contains indexes

Features

  • add log stats to the stats() API (170f59c)

Bug Fixes

  • feed bytesUsed contains indexes (dc099eb)

2.0.2 (2022-07-31)

Bug Fixes

  • Fix disappeared large feeds from prefix 00 (b6bcade)

2.0.1 (2022-07-29)

Bug Fixes

  • return proper feed id in stream method (#8) (2b299db)

2.0.0 (2022-07-29)

⚠ BREAKING CHANGES

  • make stream return each item instead of chunks (#7)

Bug Fixes

  • make stream return each item instead of chunks (#7) (c5c80c4)

1.0.0 (2022-07-15)