Skip to content

chore(release): version packages#570

Merged
frahlg merged 1 commit into
masterfrom
changeset-release/master
Jul 16, 2026
Merged

chore(release): version packages#570
frahlg merged 1 commit into
masterfrom
changeset-release/master

Conversation

@frahlg

@frahlg frahlg commented Jul 16, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

[email protected]

Patch Changes

  • 00a9da5: Yield between maintenance chunks so live writers are never starved.

    v0.130.2 bounded every maintenance transaction, but back-to-back chunks
    still starved the control loop during a large backlog migration: SQLite's
    busy handler retries without fairness, so the maintenance loop re-acquired
    the write lock before any waiting writer won its retry. Prune chunks,
    rolloff deletes, and diagnostics batch-deletes now pause (250/100 ms)
    between transactions, guaranteeing every waiting writer a window.

@github-actions
github-actions Bot force-pushed the changeset-release/master branch from fb46c96 to 44dba4c Compare July 16, 2026 19:14
@frahlg
frahlg merged commit 52386a6 into master Jul 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant