Skip to content

v0.6.3

Choose a tag to compare

@ggoodman ggoodman released this 09 May 01:39
a13dc38

Stop serializing external ledger.query(...) and queue-handler actions.query(...) calls behind the storage mutation gate. Durable writes remain serialized; event streams use the committed event high-water mark to avoid exposing uncommitted events and refresh that mark from storage so same-process ledger handles stay consistent.