v0.8.6
What's Changed
- Bump golang.org/x/tools from 0.11.1 to 0.12.0 by @dependabot in #1249
- parse type signature without running container by @technillogue in #1155
This version includes a feature from @technillogue that lets you specify a custom OpenAPI spec file with:
cog build --openapi-schema=path/to/schema.json
This pairs nicely with a new Python command that can generate an OpenAPI specification using an AST, which can be much faster than generating during a build. The intent is that a user can generate the OpenAPI spec (perhaps with the AST tool, perhaps modifying by hand), save it to a file, and then pass it to cog build to tighten up the development loop.
Full Changelog: v0.8.5...v0.8.6