0.12.0
0.12.0
Breaking Changes
- Change the
Response.status_code
type to theHTTPStatus
enum [#665]
Features
- Add
endpoint_collections_by_tag
andopenapi
to the templating globals [#689]. Thanks @paulo-raca! - Support for recursive and circular references using lazy imports [#670, #338, #466]. Thanks @maz808 & @mtovt!
- Include
__all__
in generated__init__.py
files [#676, #631, #540, #675]. Thanks @EltonChou!