github AgentWorkforce/burn ledger-v0.40.0
@relayburn/ledger@0.40.0

6 hours ago

[0.40.0] - 2026-04-28

Added

  • vacuumArchive() (#104). New exported function that runs SQLite VACUUM against archive.sqlite (plus a wal_checkpoint(TRUNCATE) so the main file actually shrinks on disk) and returns { archivePath, existed, beforeBytes, afterBytes, reclaimedBytes }. Acquires the same 'archive' lock as buildArchive / rebuildArchive, so callers can issue it concurrently with a build without corrupting state. No-ops with existed: false when the archive file is missing.

Don't miss a new burn release

NewReleases is sending notifications on new releases.