Skip to content

merge dev to main (v3.9.3) - #2824

Merged
ymc9 merged 4 commits into
mainfrom
dev
Aug 31, 2026
Merged

merge dev to main (v3.9.3)#2824
ymc9 merged 4 commits into
mainfrom
dev

Conversation

@ymc9

@ymc9 ymc9 commented Aug 31, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • New Features
    • Added validation for plugin declarations, including required, non-empty string providers.
  • Bug Fixes
    • Fixed SQLite handling of nullable decimal values.
    • Corrected sorting for mapped enum values in database queries.
    • Improved handling of invalid plugin provider values.
  • Chores
    • Updated all packages and samples to version 3.9.3.
  • Tests
    • Added coverage for plugin validation, nullable decimals, and mapped enum sorting.

sanny-io and others added 4 commits August 29, 2026 15:41
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 9001da0d-632d-4066-bb99-e8b5f29c9437

📥 Commits

Reviewing files that changed from the base of the PR and between 9957c16 and 0ad1dfb.

📒 Files selected for processing (36)
  • package.json
  • packages/auth-adapters/better-auth/package.json
  • packages/cli/package.json
  • packages/clients/client-helpers/package.json
  • packages/clients/fetch-client/package.json
  • packages/clients/tanstack-query/package.json
  • packages/common-helpers/package.json
  • packages/config/eslint-config/package.json
  • packages/config/tsdown-config/package.json
  • packages/config/typescript-config/package.json
  • packages/config/vitest-config/package.json
  • packages/create-zenstack/package.json
  • packages/ide/vscode/package.json
  • packages/language/package.json
  • packages/language/src/utils.ts
  • packages/language/src/validator.ts
  • packages/language/src/validators/plugin-validator.ts
  • packages/language/test/plugin.test.ts
  • packages/orm/package.json
  • packages/orm/src/client/crud/dialects/sqlite.ts
  • packages/orm/src/client/executor/name-mapper.ts
  • packages/plugins/policy/package.json
  • packages/plugins/soft-delete/package.json
  • packages/schema/package.json
  • packages/sdk/package.json
  • packages/server/package.json
  • packages/testtools/package.json
  • packages/zod/package.json
  • samples/orm/package.json
  • samples/taskforge/package.json
  • tests/e2e/orm/client-api/sqlite-null.test.ts
  • tests/e2e/package.json
  • tests/regression/package.json
  • tests/regression/test/issue-2821.test.ts
  • tests/runtimes/bun/package.json
  • tests/runtimes/edge-runtime/package.json

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The release adds plugin provider validation, fixes nullable SQLite Decimal handling, corrects ordering for mapped enum values, adds regression coverage, and bumps package versions from 3.9.2 to 3.9.3.

Changes

3.9.3 Release Fixes

Layer / File(s) Summary
Plugin provider validation
packages/language/src/utils.ts, packages/language/src/validator.ts, packages/language/src/validators/plugin-validator.ts, packages/language/test/plugin.test.ts
Plugin nodes now require a non-empty string provider. Validation registration and tests cover missing, empty, and non-string values.
SQLite nullable Decimal handling
packages/orm/src/client/crud/dialects/sqlite.ts, tests/e2e/orm/client-api/sqlite-null.test.ts
SQLite preserves null Decimal inputs and converts non-null Decimal values to strings. The end-to-end test covers creation and updates.
Mapped-enum ordering
packages/orm/src/client/executor/name-mapper.ts, tests/regression/test/issue-2821.test.ts
ORDER BY references are qualified when mapped enum selections create shadowing aliases. Regression tests cover direct, qualified, aliased, ascending, and descending queries.
Package version alignment
package.json, packages/*/package.json, samples/*/package.json, tests/e2e/package.json, tests/regression/package.json, tests/runtimes/*/package.json
Package versions were updated from 3.9.2 to 3.9.3.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Merge Risk: ⚪ Minimal · up to 0ad1d

The PR tightens plugin validation and fixes SQLite null handling and mapped-enum ordering behavior. No actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the merge from dev to main and the v3.9.3 release. It is concise and directly related to the pull request changes.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 8 files. (28 skipped: 2…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 8 files. (28 skipped: 28 unsupported.)

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ymc9
ymc9 merged commit 80622c5 into main Aug 31, 2026
10 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.

3 participants