Skip to content

ZenStack Release v1.0.0-alpha.73

Compare
Choose a tag to compare
@ymc9 ymc9 released this 14 Mar 11:38
· 792 commits to main since this release
19253ca

What's Changed

  • New OpenAPI plugin for generating OpenAPI V3 specification from zmodel! You can use it to generate a YAML/JSON spec and load it up into tools like swagger-ui. Check here for an example.
  • Adapter for integrating with Fastify: automatic OpenAPI services for CRUD.
  • Fix: make sure zod schemas are lazily loaded to avoid circular dependency issues.

Under the hood, this release includes a unified OpenAPI layer for handling CRUD operations, which is used by the new fastify adapter and will also be the foundation for other upcoming new server-side adapters.