Skip to content

Releases: shotgunsoftware/python-api

v3.3.4

09 Jun 21:17
2f11512
Compare
Choose a tag to compare
  • Adds Retries on 503 Errors when uploading to S3.
  • Updates AMI Documentation to Support Python 3.
  • Adds Python 3.9 coverage in Azure Pipeline CI tests.
  • Fixes git protocol for the installation.

v3.3.3

28 Mar 17:17
b9f066c
Compare
Choose a tag to compare

Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.

v3.3.2

27 Sep 13:25
2fd472c
Compare
Choose a tag to compare

Updated httplib2 to 0.19.1.

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