Skip to content

release: v0.14.1 - #179

Merged
yetone merged 1 commit into
mainfrom
release/v0.14.1
Sep 3, 2026
Merged

release: v0.14.1#179
yetone merged 1 commit into
mainfrom
release/v0.14.1

Conversation

@yetone

@yetone yetone commented Sep 3, 2026

Copy link
Copy Markdown
Owner

v0.14.1

Patch release so production can adopt the versioned migration ledger introduced in v0.14.0.

Fixed

  • db: the pre-deploy migration Job could never complete on production. The frozen legacy baseline (migration 1) was sent as one implicit transaction holding AccessExclusiveLocks on ~30 tables, which deadlocked (40P01) against live traffic on every attempt. The baseline is now run one statement at a time with per-statement lock retries; later versions keep their single-transaction atomicity (fix(db): run the frozen baseline one statement at a time #178).

Notes

  • v0.14.0 was never rolled out: both deploy attempts stopped before touching the Deployment (one on a transient production /api/health 503, one on the migration Job). This release carries everything from v0.14.0 plus the fix.

https://claude.ai/code/session_01SevbW9qCBbzrjfLMy14A31

@yetone
yetone merged commit 5061a16 into main Sep 3, 2026
7 checks passed
@yetone
yetone deleted the release/v0.14.1 branch September 3, 2026 10:32
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