Skip to content

Releases: cloudblue/connect-python-openapi-client

25.4

Choose a tag to compare

@marcserrat marcserrat released this 02 Jun 09:46
6fd0b44

Bump httpx dependency due GHSA-h8pj-cxx2-jfg2

25.3

Choose a tag to compare

@marcserrat marcserrat released this 01 Jun 15:35
c343d23

Added new capability when instantiating the client called resourceset_append that prevents appending elements into the resource set when working with collections, that saves memory in case that you don't need after iterating for the resourceset to keep all of them

25.2

Choose a tag to compare

@marcserrat marcserrat released this 18 May 15:51
8e76c7b

enhanced the implementation of first() to ensure that makes calls with limit=1

25.1

Choose a tag to compare

released this 16 May 13:32
4ebca4b

Update connect-markdown-renderer to v2.
Remove support for python 3.6.
Minor bug fixing.

25.0

Choose a tag to compare

released this 13 May 12:12
1567581

Add support for bulk operations on collections.

24.6

Choose a tag to compare

@marcserrat marcserrat released this 22 Mar 16:36
d9b0a03

Bump httpx library

24.5

Choose a tag to compare

@marcserrat marcserrat released this 14 Mar 08:19
1dc4c20

Introduced preview support for Locust

24.4

Choose a tag to compare

@marcserrat marcserrat released this 03 Mar 16:25
91ed4d6

Added retries on timeout exceptions

24.3

Choose a tag to compare

@marcserrat marcserrat released this 17 Feb 14:21
1e5d6bd
Merge pull request #35 from cloudblue/LITE-22290

LITE-22290: Obfuscate Authorization header

24.2

Choose a tag to compare

@marcserrat marcserrat released this 07 Feb 16:20
7ffa103

Added Like and Ilike operators