Releases: openapi-generators/openapi-python-client
Releases · openapi-generators/openapi-python-client
0.13.4
0.13.3
0.13.3
Features
- Extend the UnexpectedStatus exception to include the response's content (#729). Thanks @expobrain!
- Added support of follow HTTP redirects (#724). Thanks @expobrain & @emann!
Fixes
- Parsing endpoint content types with semicolon separator (#727). Thanks @expobrain!
- Remove Response[] from docstring of non-detailed functions (#741). Thanks @robertschweizer!
0.13.2
0.13.2
Features
- Always generate enums with sorted members (#728). Thanks @expobrain!
Fixes
- Prevent backslashes in descriptions from breaking docstrings [#735]. Thanks @robertschweizer & @bryan-hunt! (#735)
- Respect
required
field in parameters included with$ref
(#737). Thanks @robertschweizer!
0.13.1
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!