Releases: shotgunsoftware/python-api
Releases · shotgunsoftware/python-api
v3.3.6
What's Changed
- Update docs for entity fields. by @carlos-villavicencio-adsk in #279
- Fix typo by @dsauve-adsk in #280
- Fix incorrect hint by @dsauve-adsk in #281
- Reformat code examples to prevent text overflow by @dsauve-adsk in #282
- Bump certifi from 2020.06.20 to 2022.12.7 in /shotgun_api3/lib by @dependabot in #283
- Skip SG-MIM entities by @carlos-villavicencio-adsk in #285
- Replace shotgunshoftware references by @carlos-villavicencio-adsk in #284
- Deprecation of Python 2 by @minna-feng in #295
- Security upgrade certifi to latest version 2023.07.22 by @minna-feng in #296
New Contributors
- @shaynacohen made their first contribution in #271
- @carlos-villavicencio-adsk made their first contribution in #279
- @dsauve-adsk made their first contribution in #280
- @dependabot made their first contribution in #283
- @minna-feng made their first contribution in #295
Full Changelog: v3.3.4...v3.3.6
v3.3.5
- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).
- [Python API Documentation] Update Python version requirements.
- Rename Shotgun to Shotgrid in every about text like tk-multi-demo git repository.
- Rename Shotgun servers to ShotGrid servers in the documentation.
v3.3.4
- 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
Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.
v3.3.2
Updated httplib2 to 0.19.1.
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
.