Skip to content

Releases: openapi-generators/openapi-python-client

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!

0.11.5

13 Aug 18:49
7955faa
Compare
Choose a tag to compare

0.11.5

Features

Fixes

0.11.4

03 Jul 00:37
Compare
Choose a tag to compare

0.11.4

Fixes

  • Invalid code generation with some oneOf and anyOf combinations [#603, #642]. Thanks @jselig-rigetti!
  • Allow relative references in all URLs [#630]. Thanks @jtv8!

0.11.3 - 2022-06-09

10 Jun 02:06
Compare
Choose a tag to compare

Fixes

  • Allow tokenUrl to be relative [#618]. Thanks @Fokko!