Skip to content

Releases: gacou54/openapi-client

simple-openapi-client 0.5.4

30 May 13:15
Compare
Choose a tag to compare

Fix:

  • Improve docstring layout for methods

simple-openapi-client 0.5.3

14 Nov 19:27
Compare
Choose a tag to compare

Fix:

  • Put a less restrictive dependency version on httpx

simple-openapi-client 0.5.2

29 Aug 21:03
Compare
Choose a tag to compare

Fix

  • Missing *args and **kwargs in async client.

simple-openapi-client 0.5.1

18 Aug 18:14
Compare
Choose a tag to compare

New feature

  • Generated client accepts all httpx.Client params and bump version

simple-openapi-client 0.5.0

17 Aug 15:23
Compare
Choose a tag to compare

Improve the generated client:

  • Delete and put methods now return the serialized response instead of None on success
  • Fix typos in generated client description

simple-openapi-client 0.4.0

16 Aug 19:15
Compare
Choose a tag to compare

Improve the generated client:

  • Allow the client to return the httpx.Response instead of the serialized response
  • Fix the documentation on the returned type

simple openapi client 0.3.1

08 Aug 17:12
Compare
Choose a tag to compare

Update httpx to 0.24.x from 0.23.x.