Release Better Stack v3.0.0 - #256
Conversation
…ation feat(kanban): unify authorization operations
docs(v3): publish canonical DX migration guide
…seams Remove legacy seams and verify all plugins
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This reverts commit 4c4aa13.
chore: prepare v3.0.0-rc.3
* test: add packed consumer compatibility smoke * test: complete packed auth consumer coverage * refactor: share packed consumer dependencies * test: reject split auth type universes * ci: isolate Better Auth UI fixture install
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
✅ Shadcn registry validated — no registry changes detected. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f967b0374a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { field: "updatedAt", value: claimedAt, operator: "eq" as const }, | ||
| ], | ||
| }); | ||
| if (deleted !== 1) throw staleFormError(); |
There was a problem hiding this comment.
Normalize deleteMany results before declaring stale state
When a supported adapter returns a driver-style success value such as { count: 1 } or { affectedRows: 1 }, this strict comparison treats the successful deletion as stale, throws, and rolls back the transaction, so deleting forms fails on those adapters. Use the existing didAffectRow normalization here and for the equivalent submission deletion check.
Useful? React with 👍 / 👎.
Summary
Promotes the complete reviewed v3 line to
mainfor the stable 3.0.0 release.@btst/stack@3.0.0and@btst/codegen@0.2.0Release evidence
Release procedure
Merge with a merge commit so the exact
mainintegration SHA can be taggedv3.0.0. AftermainCI is green, publish through the trusted release workflow, verify provenance and public clean installs, deploy the stable cohort in Better Stack Web, and only then close #153 and #137.