chore: prepare v3.0.0-rc.4 release - #254
Conversation
|
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. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7a2505c316
ℹ️ 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".
| configurations. `@btst/codegen@0.2.0-rc.4 init` adds `transaction: true` | ||
| automatically for all four atomic-write plugins: AI Chat, Form Builder, Kanban, | ||
| and Media. |
There was a problem hiding this comment.
Qualify the transaction-generation claim
When MongoDB is selected with AI Chat or Kanban, RC4 accepts the combination but buildAdapterTemplateContext emits createMongodbAdapter(mongoDb, db, {}), not transaction: true; subsequent writes fail with ATOMIC_TRANSACTION_REQUIRED in those plugins. Therefore the claim that init handles all four plugins is misleading unless it is limited to Prisma, Drizzle, and Kysely, or the unsupported MongoDB combinations are rejected explicitly.
Useful? React with 👍 / 👎.
|
✅ Shadcn registry validated — no registry changes detected. |
Summary
@btst/stackto3.0.0-rc.4@btst/codegento0.2.0-rc.42.0.0-rc.4, CLI2.2.4, Better Auth/Core1.6.16, and DB/adapters2.2.3Refs #153.
Validation
pnpm install --frozen-lockfilepnpm buildpnpm --filter @btst/codegen test(170 tests)pnpm --filter @btst/codegen typecheckpnpm --filter @btst/stack test(1,043 tests)pnpm --filter @btst/stack typecheckpnpm lintpnpm --dir docs buildnpm pack --json --dry-runfor Stack and CodegenThis PR prepares the immutable release commit only. It does not create a tag, publish a release, or change stable package references.