Skip to content

Releases: cloudblue/connect-python-openapi-client

28.1

Choose a tag to compare

@ffaraone ffaraone released this 18 Sep 14:33
1285ce9

What's Changed

  • LITE-28626 reduce default connect timeout and retry also on exception… by @ffaraone in #74

Full Changelog: 28.0...28.1

28.0

Choose a tag to compare

@ffaraone ffaraone released this 26 Jul 08:14
c6cda82

What's Changed

Full Changelog: 25.20...28.0

25.22

Choose a tag to compare

@ffaraone ffaraone released this 13 Jul 13:37
4e42c8f

What's Changed

  • [HF] client_mocker_factory didn't finalize mocker by @qarlosh in #73

Full Changelog: 25.21...25.22

25.21

Choose a tag to compare

@ffaraone ffaraone released this 19 Jun 16:08
903ee29

What's Changed

Full Changelog: 25.20...25.21

25.20

Choose a tag to compare

@ffaraone ffaraone released this 24 Feb 09:53
1e57a0d

What's Changed

  • LITE-26322: change log_cli to false by @gab832 in #61
  • LITE-26486: switch to mkdocstrings by @gab832 in #62
  • LITE-26486: fix requirements by @gab832 in #63
  • LITE-26630: improve documentation by @gab832 in #64
  • LITE-26688 reuse http async transport by @ffaraone in #65

Full Changelog: 25.19...25.20

25.19

Choose a tag to compare

@ffaraone ffaraone released this 26 Jan 10:34
ec8e7a2

Add fixtures to mock requests or httpx calls made together with [Async]ConnectClient calls.

25.18

Choose a tag to compare

@ffaraone ffaraone released this 18 Jan 11:37
2b2f407

Support exclude patterns for mockers.

25.17

Choose a tag to compare

@marcserrat marcserrat released this 11 Jan 12:01
1a4e2c5

Increased default retires to 3, this will cause that in case of server side error automatically the client retries the operation before throwing a ClientError

25.16

Choose a tag to compare

@ffaraone ffaraone released this 03 Nov 12:50
59c2a1e

Use sessions to improve performances.

25.15

Choose a tag to compare

@ffaraone ffaraone released this 25 Oct 08:49
e92c6ea

Fix multiple mockers at once.