Skip to content

Releases: cloudblue/connect-python-openapi-client

25.3

01 Jun 15:35
c343d23

Choose a tag to compare

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

18 May 15:51
8e76c7b

Choose a tag to compare

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

25.1

16 May 13:32
4ebca4b

Choose a tag to compare

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

25.0

13 May 12:12
1567581

Choose a tag to compare

Add support for bulk operations on collections.

24.6

22 Mar 16:36
d9b0a03

Choose a tag to compare

Bump httpx library

24.5

14 Mar 08:19
1dc4c20

Choose a tag to compare

Introduced preview support for Locust

24.4

03 Mar 16:25
91ed4d6

Choose a tag to compare

Added retries on timeout exceptions

24.3

17 Feb 14:21
1e5d6bd

Choose a tag to compare

Merge pull request #35 from cloudblue/LITE-22290

LITE-22290: Obfuscate Authorization header

24.2

07 Feb 16:20
7ffa103

Choose a tag to compare

Added Like and Ilike operators

24.1

10 Jan 16:28
69ba060

Choose a tag to compare

Bump PyYAML version
Added python 3.10 to pipeline for testing