Skip to content

Releases: openapi-generators/openapi-python-client

0.13.4

13 Apr 03:28
c8e93a9
Compare
Choose a tag to compare

0.13.4

Features

  • support httpx 0.24 (#746)

0.13.3

28 Mar 23:23
4e0912f
Compare
Choose a tag to compare

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

19 Mar 00:33
7af7323
Compare
Choose a tag to compare

0.13.2

Features

  • Always generate enums with sorted members (#728). Thanks @expobrain!

Fixes

0.13.1

16 Jan 20:47
f741d81
Compare
Choose a tag to compare

0.13.1

Features

  • Add http_timeout config to set timeout getting document via --url [#718]. Thanks @Kircheneer!

0.13.0

06 Jan 23:04
aa324fc
Compare
Choose a tag to compare

0.13.0

Breaking Changes

Fixes

  • generated docstring for Client.get_headers function [#713]. Thanks @rtaycher!

0.12.3

18 Dec 00:46
298cc5a
Compare
Choose a tag to compare

0.12.3

Features

0.12.2

04 Dec 04:17
17373e0
Compare
Choose a tag to compare

0.12.2

Fixes

  • Support Python 3.11.0 (#701)

0.12.1

12 Nov 19:18
1cf7a45
Compare
Choose a tag to compare

0.12.1

Fixes

  • Version bump due to PyPI error

0.12.0

12 Nov 19:11
5375116
Compare
Choose a tag to compare

0.12.0

Breaking Changes

  • Change the Response.status_code type to the HTTPStatus enum [#665]

Features

Fixes

  • If data.type is None but has data.properties, assume type is object [#691, #674]. Thanks @ahuang11!

0.11.6

27 Aug 21:49
ba1dbee
Compare
Choose a tag to compare

0.11.6

Features

Fixes

  • Exception when parsing documents which contain callbacks [#661]. Thanks @dachucky!