Releases: shotgunsoftware/python-api
Releases · shotgunsoftware/python-api
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.
v3.1.2
v3.1.1
v3.1.0
This release provides the following features and fixes:
- Support for Python 3 has been added. Backwards compatibility with Python 2.x has been maintained, so this release should be suitable for all VFX Reference Platform compliant Python environments.
v3.0.41
v3.0.40
v3.0.39
This release provides the following features and fixes:
- Fixes the following error when uploading files to Shotgun:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>
Note: Since this version API has been released, there's been other reports of this issue cropping up due to a certificate update with one of the webservices we use. We're looking into a complete solution to this problem, but for the meantime you can visit this page if you still encounter this issue after the update.