0.12.0
0.12.0
Breaking Changes
- Change the
Response.status_codetype to theHTTPStatusenum [#665]
Features
- Add
endpoint_collections_by_tagandopenapito 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__.pyfiles [#676, #631, #540, #675]. Thanks @EltonChou!