Speakeasy Logo

Follow us on to be up
to date with the latest changes.

Back to all releases

v1.680.11

// December 30, 2025

fix(typescript): correctly mark any-typed fields as required in zod v4; Windows compatibility for examples compile command; fix(php): ensure mixed types are serialized as-is in JSON (#1781)

Generator changes (3)

Bug fixes

php

JSON serialize mixed types as-is instead of being stringified

Bug fixes

typescriptv2

Use npm --prefix instead of sh for better Windows compatibility

Bug fixes

typescriptv2

do not mark required any fields as optional