Skip to content

v0.8.6

Compare
Choose a tag to compare
@mattt mattt released this 07 Aug 21:43
· 512 commits to main since this release
6e2bba7

What's Changed

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