Skip to content

v3.8.3-beta2

Pre-release
Pre-release

Choose a tag to compare

What's Changed

We want to control when python-api does a retry on error.

SSLEOFError
SSLHandshakeError

On _make_call function.

We don't want to retry on a general exceptions (e.g. Timeout or remote disconnection) because we might send a resource modification request (create, batch create, etc) and we can end up duplicating things.

Full Changelog: v3.8.2...v3.8.3-beta2