Skip to content

Releases: shotgunsoftware/python-api

v3.3.1

12 Jul 18:47
Compare
Choose a tag to compare

Implements retries with incremental backoff on 502 errors.

v3.3.0

03 Jun 13:10
Compare
Choose a tag to compare

Updates documentation and error messages to mention ShotGrid.

v3.2.6

24 Nov 15:13
Compare
Choose a tag to compare

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

19 Nov 21:06
b3034c1
Compare
Choose a tag to compare

Updated the task dependencies section in the documentation.

v3.2.4

27 May 16:30
c08531c
Compare
Choose a tag to compare

Updated httplib2 to 0.18.0.

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().