ZenStack Release v1.0.0-alpha.73
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.