2020-07-15 11:29:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.19.0 1.19.0: Features add quota project to base credentials class check 'iss' in verify_oauth2_token Bug Fixes migrate signBlob to iamcredentials.googleapis.com Documentation remove 3.4 from supported versions list |
2020-06-20 18:28:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.18.0 1.18.0: Features make load_credentials_from_file a public method Bug Fixes no warning if quota_project_id is given |
2020-06-16 18:53:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.17.2 1.17.2: Bug Fixes dependencies: Further restrict RSA versions |
2020-06-12 07:58:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.17.1 1.17.1: Bug Fixes narrow acceptable RSA versions to maintain Python 2 compatability 1.17.0: Features add quota_project_id to service accounts; add with_quota_project methods 1.16.1: Bug Fixes fix impersonated cred exception doc replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST 1.16.0: Features add helper func to for default encrypted cert Bug Fixes fix impersonated cred for gcloud 1.15.0: Features encrypted mtls private key support Bug Fixes signBytes for impersonated credentials |
2020-05-12 08:54:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.14.3 1.14.3: Bug Fixes catch exceptions.RefreshError |
2020-05-07 07:08:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 1.14.2 1.14.2: Bug Fixes support string type response.data |
2020-04-28 20:02:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-google-auth: update to 1.14.1. Bug Fixes support es256 raw format signature (#490) (cf2c0a9) |
2020-04-20 09:17:43 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-google-auth: update to 1.14.0. Add more DEPENDS and TEST_DEPENDS to make tests succeed. chore: release 1.14.0 (#487) * updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py [ci skip] |
2020-04-06 11:19:25 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-google-auth: update to 1.13.1. 1.13.1 (2020-04-01) Bug Fixes invalid expiry type (#481) (7ae9a28) 1.13.0 (2020-04-01) Features add access token credentials (#476) (772dac6) add fetch_id_token to support id_token adc (#469) (506c565) consolidate mTLS channel errors (#480) (e83d446) Implement ES256 for JWT verification (#340) (e290a3d) |
2020-03-31 19:42:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-google-auth: update to 1.12.0. Features add mTLS ADC support for HTTP (#457) (bb9215a) add SslCredentials class for mTLS ADC (#448) (dafb41f) fetch id token from GCE metadata server (#462) (97e7700) Bug Fixes don't use threads for gRPC AuthMetadataPlugin (#467) (ee373f8) make ThreadPoolExecutor a class var (#461) (b526473) |