Skip to content

doc: v3.4.3 release#582

Merged
ymc9 merged 3 commits into
mainfrom
docs/schema-package
Mar 4, 2026
Merged

doc: v3.4.3 release#582
ymc9 merged 3 commits into
mainfrom
docs/schema-package

Conversation

@ymc9

@ymc9 ymc9 commented Mar 3, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Documentation

    • Updated migration guides and quick-start docs to show the schema package is now required alongside the ORM package for setup and migration workflows.
  • Chores

    • Updated multiple internal submodule references to their latest tracked commits (no functional or API changes).

@vercel

vercel Bot commented Mar 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zenstack-new-site Ready Ready Preview, Comment Mar 4, 2026 0:03am

Request Review

@coderabbitai

coderabbitai Bot commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 13262a3 and e4416b1.

📒 Files selected for processing (11)
  • code-repos/zenstackhq/v3-doc-orm
  • code-repos/zenstackhq/v3-doc-orm-computed-fields
  • code-repos/zenstackhq/v3-doc-orm-policy
  • code-repos/zenstackhq/v3-doc-orm-polymorphism
  • code-repos/zenstackhq/v3-doc-orm-typed-json
  • code-repos/zenstackhq/v3-doc-orm-validation
  • code-repos/zenstackhq/v3-doc-plugin
  • code-repos/zenstackhq/v3-doc-quick-start
  • code-repos/zenstackhq/v3-doc-server-adapter
  • code-repos/zenstackhq/v3-doc-tanstack-query
  • code-repos/zenstackhq/v3-doc-zod
✅ Files skipped from review due to trivial changes (5)
  • code-repos/zenstackhq/v3-doc-quick-start
  • code-repos/zenstackhq/v3-doc-plugin
  • code-repos/zenstackhq/v3-doc-orm-polymorphism
  • code-repos/zenstackhq/v3-doc-orm-policy
  • code-repos/zenstackhq/v3-doc-tanstack-query
🚧 Files skipped from review as they are similar to previous changes (5)
  • code-repos/zenstackhq/v3-doc-orm-validation
  • code-repos/zenstackhq/v3-doc-orm-computed-fields
  • code-repos/zenstackhq/v3-doc-server-adapter
  • code-repos/zenstackhq/v3-doc-orm-typed-json
  • code-repos/zenstackhq/v3-doc-orm

Walkthrough

This PR updates multiple submodule commit references and modifies documentation files to include an additional dependency (@zenstackhq/schema) in installation instructions alongside the existing @zenstackhq/orm package.

Changes

Cohort / File(s) Summary
Submodule Updates
code-repos/zenstackhq/v3-doc-orm, code-repos/zenstackhq/v3-doc-orm-computed-fields, code-repos/zenstackhq/v3-doc-orm-policy, code-repos/zenstackhq/v3-doc-orm-polymorphism, code-repos/zenstackhq/v3-doc-orm-procedure, code-repos/zenstackhq/v3-doc-orm-typed-json, code-repos/zenstackhq/v3-doc-orm-validation, code-repos/zenstackhq/v3-doc-plugin, code-repos/zenstackhq/v3-doc-quick-start, code-repos/zenstackhq/v3-doc-server-adapter, code-repos/zenstackhq/v3-doc-tanstack-query, code-repos/zenstackhq/v3-doc-zod
Updated submodule commit hashes (pointer updates only); no code, API, or behavior changes.
Documentation Updates
docs/migrate-prisma.md, docs/migrate-v2.md, docs/orm/quick-start.md
Added @zenstackhq/schema to dependency installation examples alongside @zenstackhq/orm in migration and quick-start docs; no other logical changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'doc: v3.4.3 release' accurately reflects the pull request's primary purpose: documenting and releasing version 3.4.3, with multiple submodule updates and documentation changes across various packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/schema-package

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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 and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@code-repos/zenstackhq/v3-doc-plugin`:
- Line 1: The submodule pointer for v3-doc-plugin references a nonexistent
commit (0846a1875f704bc1fd32694e1e450d29a87bdc90); fix by either updating the
submodule pointer in the superrepo to a valid existing commit (for example
13262a3) or by pushing the missing commit to the v3-doc-plugin remote, then
update the superrepo to that commit (ensure the gitlink for v3-doc-plugin is
updated and committed so the submodule checkout will succeed).

ℹ️ Review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3e67ea2 and 13262a3.

📒 Files selected for processing (15)
  • code-repos/zenstackhq/v3-doc-orm
  • code-repos/zenstackhq/v3-doc-orm-computed-fields
  • code-repos/zenstackhq/v3-doc-orm-policy
  • code-repos/zenstackhq/v3-doc-orm-polymorphism
  • code-repos/zenstackhq/v3-doc-orm-procedure
  • code-repos/zenstackhq/v3-doc-orm-typed-json
  • code-repos/zenstackhq/v3-doc-orm-validation
  • code-repos/zenstackhq/v3-doc-plugin
  • code-repos/zenstackhq/v3-doc-quick-start
  • code-repos/zenstackhq/v3-doc-server-adapter
  • code-repos/zenstackhq/v3-doc-tanstack-query
  • code-repos/zenstackhq/v3-doc-zod
  • docs/migrate-prisma.md
  • docs/migrate-v2.md
  • docs/orm/quick-start.md

Comment thread code-repos/zenstackhq/v3-doc-plugin Outdated
@ymc9 ymc9 merged commit 347cc6f into main Mar 4, 2026
4 checks passed
@ymc9 ymc9 deleted the docs/schema-package branch March 4, 2026 00:08
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