Skip to content

openapi-zod-ts: v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:10
96ca937

2.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • generator: int64 fields previously generated as bigint / z.bigint(). Consumers who relied on bigint types for int64 fields must update their code. User-owned schemas.ts files containing z.bigint() for int64 properties will get TS compile errors and must be manually updated to z.number().

Bug Fixes