Packages
@relayburn/reader@1.1.0(tag:reader-v1.1.0)@relayburn/ledger@1.1.0(tag:ledger-v1.1.0)@relayburn/analyze@1.1.0(tag:analyze-v1.1.0)@relayburn/mcp@1.1.0(tag:mcp-v1.1.0)@relayburn/cli@1.1.0(tag:cli-v1.1.0)relayburn@1.1.0(tag:relayburn-v1.1.0)
Release Notes
Changed
- Publish workflow now creates one GitHub Release per lockstep publish, anchored to
relayburn, with all package versions listed in the release body.
Package Changelogs
@relayburn/ledger
Added
- Exposed
invalidateIndexCache()so callers that wipe the on-disk index can drop the in-memory dedup cache before the next write.
Fixed
- The index-sidecar cache is now keyed on
ledgerHome(), soRELAYBURN_HOMEswaps invalidate it instead of leaking dedup hashes from the prior home.
@relayburn/cli
Added
burn state resetwipes all derived ledger state (ledger, indexes, cursors, archive, content sidecars) in one command, with--forceto apply,--reingestto immediately re-parse source logs, and--jsonfor scripted use; preserves config, plans, and pricing overrides.