Releases: shotgunsoftware/python-api
Releases · shotgunsoftware/python-api
v3.4.1
What's Changed
- Fix flaky test in Test Work schedule by @NorberMV in #310
- Fix documentation regarding "in" filter prototype by @julien-lang in #309
- Fix Travis badge image is no longer working anymore by @julien-lang in #311
- Add SECURITY.md file by @carlos-villavicencio-adsk in #312
- Fix flaky upload tests. by @NorberMV in #313
- Update Python Certifi license block by @julien-lang in #314
- Add methods for the user_subscriptions API end points by @julien-lang in #315
- Retries also on 504 by @carlos-villavicencio-adsk in #316
- Comment typing annotation breaks Python 2 compatibility by @julien-lang in #320
- Add
user_subscription_read
anduser_subscription_create
methods to docs by @xinliu-adsk in #322 - Add field type
entity_type
to mockgun as simple str by @slingshotvfx in #323 - Use Azure Pipelines group variables by @carlos-villavicencio-adsk in #325
- Retries S3 uploads on error 500 by @carlos-villavicencio-adsk in #324
New Contributors
- @xinliu-adsk made their first contribution in #322
- @slingshotvfx made their first contribution in #319
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- ➕ Add documentation for PublishedFiles preset filters by @dsauve-adsk in #292
- 🧑🔧 Upgrade httplib2 to 0.22.0 by @carlos-villavicencio-adsk in #305
- 📝 Update licensing by @julien-lang in #300
- 📝 Updates to links by @shaynacohen in #299
- ✅ Fixup follow flaky tests by @julien-lang in #304
- 🎉 Enable support for Python 3.10 in CI by @carlos-villavicencio-adsk in #301
New Contributors
- @julien-lang made their first contribution in #300
Full Changelog: v3.3.6...v3.4.0
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.