Releases: openapi-generators/openapi-python-client
Releases · openapi-generators/openapi-python-client
0.14.1
0.14.1
Fixes
- Allow parameters named "client" and "url" [#758, #762, #765]. Thanks @truenicoco & @juanber84!
0.14.0
0.14.0
Breaking Changes
- Drop support for Python 3.7, put minimum version limit on Black (#754)
Features
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
requiredfield 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_statusflag to generatedClient[#593]. Thanks @JamesHinshelwood, @ramnes, @gwenshap, @theFong! - add
use_path_prefixes_for_title_model_namesconfig option for simpler model names [#559, #560]. Thanks @rtaycher! - Support any content type ending in
+json[#706, #709]. Thanks @XioNoX and @mtovt!