Releases: openapi-generators/openapi-python-client
Releases · openapi-generators/openapi-python-client
0.13.0
0.12.3
0.12.3
Features
- Add
raise_on_unexpected_status
flag to generatedClient
[#593]. Thanks @JamesHinshelwood, @ramnes, @gwenshap, @theFong! - add
use_path_prefixes_for_title_model_names
config option for simpler model names [#559, #560]. Thanks @rtaycher! - Support any content type ending in
+json
[#706, #709]. Thanks @XioNoX and @mtovt!
0.12.2
0.12.1
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!
Fixes
0.11.6
0.11.6
Features
- improve the error message when parsing a response fails [#659]. Thanks @supermihi!
- Authorization header can now be customized in AuthenticatedClient [#660]. Thanks @supermihi!
- Support inlined form data schema in requestBody [#656, #662]. Thanks @supermihi!
- Allow enums in headers [#663, #667]. Thanks @supermihi!