Skip to content

Tags: Datera/python-sdk

Tags

v1.2.27

Toggle v1.2.27's commit message
SDK Support for REST API v2.3

v1.2.26

Toggle v1.2.26's commit message
Bump up the version to v1.2.26.

v1.2.25

Toggle v1.2.25's commit message
Incrementing version for tagging and release

v1.2.24

Toggle v1.2.24's commit message
Fix for int_ecosystem_data needing different parameters than metadata

v1.2.23

Toggle v1.2.23's commit message
Implementing fix for POST request retry issue

If a POST request is sent when the Datera box is under extremely heavy
load, there is a scenario where a reply may not have been recieved
before the underlying connection is dropped.  The retry code tries again
and recieves a ConflictError in this case which was previously being
propagated up to the user.

This patch fixes the issue by catching that ConflictError (only for POST
requests) and translating the POST request to a GET request for
subsequent polling until a response is recieved.  This response is then
processed and returned normally.

v1.2.22

Toggle v1.2.22's commit message
Incrementing version for build

v1.2.21

Toggle v1.2.21's commit message
Incrementing version for tag

v1.2.20

Toggle v1.2.20's commit message
Incrementing to v1.2.20

v1.2.19

Toggle v1.2.19's commit message
Bugfix where disable_log parameter caused exception

v1.2.18

Toggle v1.2.18's commit message
Incrementing version