Skip to content

v1.0.2

Choose a tag to compare

@craftzdog craftzdog released this 11 Jun 06:03
· 15 commits to main since this release

Bug Fixes

  • Compaction: reclaim orphaned attachments during compaction. compactRevs() never ran its orphan-cleanup step, so compaction left attachment blobs behind in the attach store after their revisions were removed — leaking storage, and letting a put with a stub referencing a since-compacted attachment incorrectly succeed instead of returning 412. (#8456, regression from the async/await rewrite)

Internal

  • Dropped the unused ts-node dev dependency.
  • Re-enabled previously-skipped conformance tests across the compaction, replication, and get suites.