v0.22.1
2025-Mar-05
What's Changed
- Python API can use a custom CA Cert store using the SHOTGUN_API_CACERTS variable. App Session Launcher uses a different API and was using a different CA Cert store. It is now aligned with python-api (certifi).
- Update python-api from v3.6.2 to v3.8.1. Enables payload optimization by default.
- Sync Unknown Events metrics. Differenciate desktop engine metrics.
- Add support to PySide6 for availableGeometry. Handle AttributeError.
- Update pre-commit hook versions.
Full Changelog: https://github.com/shotgunsoftware/tk-core/compare/v0.22.0...v0.22.1
v0.22.5
2025-July-22
What's Changed
- Add support for QtWebEngineWidgets in tk-core qt wrapper (SG-39733)
- Fix an issue where it was not possible to use ToolkitManager to bootstrap an engine if tk-core was installed using pip (SG-9141)
Full Changelog: https://github.com/shotgunsoftware/tk-core/compare/v0.22.4...v0.22.5
1 Like
v0.22.6
2025-August-26
What's Changed
- Remove Python 2 code (SG-38307)
Full Changelog: https://github.com/shotgunsoftware/tk-core/compare/v0.22.5...v0.22.6
1 Like
v0.22.7
2025-Sept-02
What's Changed
- FIx an issue where the package version was wrong when installing using a package manager (SG-40146)
Full Changelog: https://github.com/shotgunsoftware/tk-core/compare/v0.22.6...v0.22.7
1 Like
v0.23.2
This release includes improved compatibility comments and deprecation warnings.
What's Changed
- Improved comments about compatibility with fw-adminui prior to v0.8.1 (SG-40476 - PR)
- Updated Support URL (SG-40165 - PR)
- Added deprecation warnings for six.py and sgutils.py (SG-40715 - PR)
- Disabled automatic PySide imports (SG-39029 - PR)
- Added deprecation warnings for Python versions < 3.9 (SG-39039 - PR)
Full Changelog: https://github.com/shotgunsoftware/tk-core/compare/v0.23.1...v0.23.2