Skip to content

Releases: shotgunsoftware/python-api

v3.2.3

21 Apr 19:34
Compare
Choose a tag to compare

This release provides the following features and fixes:

v3.2.2

11 Dec 19:10
e63f83a
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Upgrades packaged six module to 1.13.0
  • Adds platform and normalize_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

29 Oct 22:21
42f20a8
Compare
Choose a tag to compare

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

23 Sep 17:12
5657c6b
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Adds a new project_entity parameter to schema_field_update that allows to modify field visibility for a given project.

v3.1.2

17 Sep 14:43
0988a4a
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Adds an optional localized property on the Shotgun object which allows to retrieve localized display names on methods schema_entity_read(), schema_field_read(), and schema_read().

v3.1.1

29 Aug 15:52
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Fixes a regression in Python 2.7.0-2.7.9 on Windows in the included mimetypes module.

v3.1.0

29 Jul 17:35
Compare
Choose a tag to compare

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

28 Jun 15:24
a1e3d16
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Adds an optional sleep between retries on failed requests, defaulting to 3 seconds. The retry interval can be set by an environment variable or a property on the config instance.

v3.0.40

13 Mar 22:36
Compare
Choose a tag to compare

This release provides the following features and fixes:

  • Updates encoding method to use shutil when uploading, to avoid memory and overflow errors when reading large files. (contributed by @eestrada)

v3.0.39

20 Feb 18:13
Compare
Choose a tag to compare

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.