@voltagent/server-hono@2.0.11
VoltAgent/voltagent@voltagent/server-hono@2.0.11Apr 22, 2026by voltagent-bot
AI Summary
Patch release adding explicit schema support for Zod v4 record types in Swagger documentation.
Key Highlights
- Support Zod v4 record schemas in built-in tool OpenAPI definitions to prevent undefined types.
Full Release Notes
### Patch Changes
- [#1220](https://github.com/VoltAgent/voltagent/pull/1220) [`9adf876`](https://github.com/VoltAgent/voltagent/commit/9adf876cbef4f252c2bbf94106ca7ed41d4b6056) Thanks [@omeraplak](https://github.com/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.