Skip to content

ci(changesets): version packages#1221

Merged
omeraplak merged 1 commit into
mainfrom
changeset-release/main
Apr 22, 2026
Merged

ci(changesets): version packages#1221
omeraplak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Apr 22, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/server-hono@2.0.11

Patch Changes

  • #1220 9adf876 Thanks @omeraplak! - fix(server-hono): support Zod v4 record schemas in Swagger docs

    The built-in tool OpenAPI schemas now use explicit record key and value schemas so Zod v4 does not
    produce undefined record value types during Swagger document generation.


Summary by cubic

Releases @voltagent/server-hono 2.0.11 to fix Swagger doc generation for Zod v4 record schemas. Example apps now depend on @voltagent/server-hono ^2.0.11.

  • Bug Fixes
    • Swagger/OpenAPI now sets explicit record key and value schemas so Zod v4 no longer yields undefined record value types.

Written for commit b334b9d. Summary will update on new commits.

Summary by CodeRabbit

  • Bug Fixes
    • Enhanced Swagger and OpenAPI documentation generation for improved compatibility with Zod v4 record schema types. Documentation now properly reflects record key and value schemas without undefined entries.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: b334b9d
Status:⚡️  Build in progress...

View logs

@coderabbitai

coderabbitai Bot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ac1bdc96-59f0-433a-801b-2f5cb46f3334

📥 Commits

Reviewing files that changed from the base of the PR and between 9adf876 and b334b9d.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (78)
  • .changeset/fix-zod-v4-swagger-records.md
  • examples/base/package.json
  • examples/github-repo-analyzer/package.json
  • examples/github-star-stories/package.json
  • examples/next-js-chatbot-starter-template/package.json
  • examples/with-a2a-server/package.json
  • examples/with-airtable/package.json
  • examples/with-amazon-bedrock/package.json
  • examples/with-anthropic/package.json
  • examples/with-auth/package.json
  • examples/with-cerbos/package.json
  • examples/with-chroma/package.json
  • examples/with-client-side-tools/package.json
  • examples/with-composio-mcp/package.json
  • examples/with-custom-endpoints/package.json
  • examples/with-dynamic-parameters/package.json
  • examples/with-dynamic-prompts/package.json
  • examples/with-feedback/package.json
  • examples/with-google-ai/package.json
  • examples/with-google-drive-mcp/server/package.json
  • examples/with-google-vertex-ai/package.json
  • examples/with-groq-ai/package.json
  • examples/with-guardrails/package.json
  • examples/with-hooks/package.json
  • examples/with-hugging-face-mcp/package.json
  • examples/with-langfuse/package.json
  • examples/with-mcp-elicitation/package.json
  • examples/with-mcp-server/package.json
  • examples/with-mcp/package.json
  • examples/with-memory-rest-api/package.json
  • examples/with-middleware/package.json
  • examples/with-nestjs/package.json
  • examples/with-nextjs-resumable-stream/package.json
  • examples/with-nextjs/package.json
  • examples/with-nuxt/package.json
  • examples/with-ollama/package.json
  • examples/with-openrouter/package.json
  • examples/with-peaka-mcp/package.json
  • examples/with-pinecone/package.json
  • examples/with-planagents/package.json
  • examples/with-playwright/package.json
  • examples/with-postgres/package.json
  • examples/with-qdrant/package.json
  • examples/with-rag-chatbot/package.json
  • examples/with-recipe-generator/package.json
  • examples/with-research-assistant/package.json
  • examples/with-resumable-streams/package.json
  • examples/with-retries-fallback/package.json
  • examples/with-retrieval/package.json
  • examples/with-slack/package.json
  • examples/with-subagents/package.json
  • examples/with-summarization/package.json
  • examples/with-supabase/package.json
  • examples/with-tavily-search/package.json
  • examples/with-thinking-tool/package.json
  • examples/with-tool-routing/package.json
  • examples/with-tools/package.json
  • examples/with-turso/package.json
  • examples/with-vector-search/package.json
  • examples/with-vercel-ai/package.json
  • examples/with-viteval/package.json
  • examples/with-voice-elevenlabs/package.json
  • examples/with-voice-openai/package.json
  • examples/with-voice-xsai/package.json
  • examples/with-voltagent-actions/package.json
  • examples/with-voltagent-exporter/package.json
  • examples/with-voltagent-managed-memory/package.json
  • examples/with-voltops-resumable-streams/package.json
  • examples/with-voltops-retrieval/package.json
  • examples/with-whatsapp/package.json
  • examples/with-workflow-chain/package.json
  • examples/with-workflow/package.json
  • examples/with-working-memory/package.json
  • examples/with-workspace/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-zapier-mcp/package.json
  • packages/server-hono/CHANGELOG.md
  • packages/server-hono/package.json
💤 Files with no reviewable changes (1)
  • .changeset/fix-zod-v4-swagger-records.md

📝 Walkthrough

Walkthrough

This is a release PR that bumps @voltagent/server-hono from version 2.0.10 to 2.0.11. A patch fix for Zod v4 record schema support in Swagger/OpenAPI generation is released. The changeset is removed, package version incremented, changelog entry added, and all 60+ example projects updated to the new version.

Changes

Cohort / File(s) Summary
Changeset Removal
.changeset/fix-zod-v4-swagger-records.md
Deleted changeset entry documenting the Zod v4 record schema fix for Swagger generation.
Package Release
packages/server-hono/package.json, packages/server-hono/CHANGELOG.md
Incremented main package version from 2.0.10 to 2.0.11 and added corresponding changelog entry describing the OpenAPI schema record type fix.
Example Dependencies
examples/*/package.json (60+ files)
Updated @voltagent/server-hono dependency constraint from ^2.0.10 to ^2.0.11 across all example projects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A patch hops through the forest wide,
From 2.0.10, with Zod record pride,
Sixty examples now all align,
To 2.0.11—a version divine!
The changelog sings, the changeset takes flight,
Version bumps done, all examples shining bright. 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'ci(changesets): version packages' accurately describes the purpose of this automated Changesets release PR, which versions and prepares packages for npm publication.
Description check ✅ Passed The PR description is comprehensive and well-structured. It explains the Changesets release process, lists the package being released (@voltagent/server-hono@2.0.11), documents the patch changes with PR references and commit hashes, and provides a clear summary of the bug fix for Zod v4 record schemas in Swagger docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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.

@ghost

This comment has been minimized.

@cubic-dev-ai cubic-dev-ai 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.

No issues found across 79 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed. cubic prioritises the most important files to review.

@omeraplak omeraplak merged commit a5dde84 into main Apr 22, 2026
23 of 24 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch April 22, 2026 03:05
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.

2 participants