Skip to content

Releases: googleapis/google-auth-library-python

v1.13.1

02 Apr 14:01
cc614a6
Compare
Choose a tag to compare
chore: release 1.13.1 (#482)

v1.13.0

02 Apr 17:46
46fa9c4
Compare
Choose a tag to compare
chore: release 1.13.0 (#477)

v1.12.0

25 Mar 20:18
f79cf9a
Compare
Choose a tag to compare

Features

Bug Fixes

  • don't use threads for gRPC AuthMetadataPlugin (#467) (ee373f8)
  • make ThreadPoolExecutor a class var (#461) (b526473)

v1.11.3

13 Mar 20:46
a6d6329
Compare
Choose a tag to compare

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.2

14 Feb 18:01
31299e2
Compare
Choose a tag to compare

Reverts


v1.11.1

13 Feb 22:36
c5b46da
Compare
Choose a tag to compare

Bug Fixes

  • compute engine id token credentials "with_target_audience" method (#438) (bc0ec93)
  • update _GOOGLE_OAUTH2_CERTS_URL (#365) (054db75)

v1.11.0

23 Jan 23:31
Compare
Choose a tag to compare

Features

v1.10.2

21 Jan 22:16
Compare
Choose a tag to compare

Bug Fixes

  • make collections import compatible across Python versions (#419) (c5a3395), closes #418

v1.10.1

14 Jan 17:31
Compare
Choose a tag to compare

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

18 Dec 22:01
Compare
Choose a tag to compare

Features

  • send quota project id in x-goog-user-project for OAuth2 credentials (#412) (32d71a5), closes #400