Skip to content

v3.8.3-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlos-villavicencio-adsk carlos-villavicencio-adsk released this 07 May 21:48
· 9 commits to ticket/SG-38213 since this release

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