Releases: shotgunsoftware/python-api
v3.3.1
Implements retries with incremental backoff on 502 errors.
v3.3.0
Updates documentation and error messages to mention ShotGrid.
v3.2.6
Now includes certifi and defaults to using the certificates provided with that module.
The benefit of this change is that the API no longer relies on the certificates present on the system. However if in the future certificates need to be updated, a new release of this API will be created with updated certificates which users will need to update to.
v3.2.5
Updated the task dependencies section in the documentation.
v3.2.4
Updated httplib2
to 0.18.0
.
v3.2.3
This release provides the following features and fixes:
- Fixes an import bug in httplib2 by using the forked repository
v3.2.2
This release provides the following features and fixes:
- Upgrades packaged six module to 1.13.0
- Adds
platform
andnormalize_platform
to sgsix module to provide unified platform value across Python 2/3 - Changes httplib import procedure to emulate direct import of the module
- Adds test to ensure httplib2 is importable as expected
v3.2.1
This release provides the following features and fixes:
- Returns a specific error from share_thumbnail when the source thumbnail is a 'transient' thumbnail.
v3.2.0
This release provides the following features and fixes:
- Adds a new
project_entity
parameter toschema_field_update
that allows to modify field visibility for a given project.