Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
v1.13.1
chore: release 1.13.1 (#482)
v1.13.0
chore: release 1.13.0 (#477)
v1.12.0
Features
Bug Fixes
- don't use threads for gRPC AuthMetadataPlugin (#467) (ee373f8)
- make ThreadPoolExecutor a class var (#461) (b526473)
v1.11.3
Bug Fixes
- fix the scopes so test can pass for a local run (#450) (b2dd77f)
- only add IAM scope to credentials that can change scopes (#451) (82e224b)
v1.11.1
Bug Fixes
- compute engine id token credentials "with_target_audience" method (#438) (bc0ec93)
- update
_GOOGLE_OAUTH2_CERTS_URL
(#365) (054db75)
v1.10.2
Bug Fixes
- make collections import compatible across Python versions (#419) (c5a3395), closes #418
v1.10.1
Bug Fixes
- google.auth.compute_engine.metadata: add retry to google.auth.compute_engine._metadata.get() (#398) (af29c1a), closes #211 #323 #323 #211
- always pass body of type bytes to
google.auth.transport.Request
(#421) (a57a770), closes #318
v1.10.0
Features
- send quota project id in x-goog-user-project for OAuth2 credentials (#412) (32d71a5), closes #400