You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.