Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
v2.16.0
2.16.0 (2023-01-09)
Features
- AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f)
- Wrap all python built-in exceptions into library excpetions (#1191) (a83af39)
Bug Fixes
- Allow get_project_id to take a request (#1203) (9a4d23a)
- Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#1208) (9fc7b1c)
v2.15.0
2.15.0 (2022-12-01)
Features
Bug Fixes
- Allow mtls sts endpoint for external account token urls. (#1185) (c86dd69)
- CI broken by removal of py.path (#1194) (f719415)
- Ensure JWT segments have the right types (#1162) (fc843cd)
- Updated the lower bound of interactive timeout and fix the kwarg… (#1182) (50c0fd2)
v2.14.1
2.14.1 (2022-11-07)
Bug Fixes
- Apply quota project for compute cred in adc (#1177) (b9aa92a)
- Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1)
- Validate url domain for aws metadata urls (#1174) (f9d7d77)
v2.14.0
2.14.0 (2022-10-31)
Features
- Add token_info_url to external account credentials (#1168) (9adee75)
- Read Quota Project from Environment Variable (#1163) (57b3e42)
Bug Fixes
- Adding more properties to external_account_authorized_user (#1169) (a12b96d)
v2.13.0
2.13.0 (2022-10-14)
Features
- Adds new external account authorized user credentials (#1160) (523f811)
- Implement pluggable auth interactive mode (#1131) (44a189f)
- Introduce the functionality to override token_uri in credentials (#1159) (73bc7e9)
Bug Fixes
- Adding one more pattern to relax the regex check for sts and impersonation url endpoints (#1158) (75326e3)
v2.11.2-dev5
Bug Fixes
- Remove time limit for expiry log(8309b8e)
v2.11.2-dev4
Bug Fixes
- updating instrumentation from debug to info(f0ce580)
v2.12.0
2.12.0 (2022-09-26)
Features
Bug Fixes
- Modify RefreshError exception to use gcloud ADC command. (#1149) (059fd35)
- Revert "Update token refresh threshold from 20 seconds to 5 minutes". (186464b)
v2.11.2-dev3
Bug Fixes
- parse token for expiry and add debug header(9ad68cf)
- refactor(96bba68)
- Moving token to post for tokeninfo call(8dcc05e)
v2.11.2-dev2
Bug Fixes
- parse token for expiry and add debug header(9ad68cf)
- refactor(96bba68)