Skip to content

Releases: googleapis/google-auth-library-python

v1.6.0

09 Nov 19:22
fadb16c
Compare
Choose a tag to compare

11-09-2018 11:07 PST

New Features

  • Add google.auth.impersonated_credentials (#299)

Documentation

  • Update link to documentation for default credentials (#296)
  • Update github issue templates (#300)
  • Remove punctuation which becomes part of the url (#284)

Internal / Testing Changes

  • Update trampoline.sh (#302)
  • Enable static type checking with pytype (#298)
  • Make classifiers in setup.py an array. (#280)

v1.5.1

31 Jul 23:13
137b43b
Compare
Choose a tag to compare
  • Fix check for error text on Python 3.7. (#278)
  • Use new Auth URIs. (#281)
  • Add code-of-conduct document. (#270)
  • Fix some typos in test_urllib3.py (#268)

v1.5.0

31 May 21:59
193195e
Compare
Choose a tag to compare
  • Warn when using user credentials from the Cloud SDK (#266)
  • Add compute engine-based IDTokenCredentials (#236)
  • Corrected some typos (#265)

v1.4.2

24 May 21:08
f5967d9
Compare
Choose a tag to compare
Release 1.4.2 (#263)

v1.4.1

12 Feb 19:01
5d53a96
Compare
Choose a tag to compare

v1.4.1

  • Added a check for the cryptography version before attempting to use it. (#243)

v1.4.0

09 Feb 00:11
20ba485
Compare
Choose a tag to compare
  • Added cryptography-based RSA signer and verifier. (#185)
  • Added google.oauth2.service_account.IDTokenCredentials. (#234)
  • Improved documentation around ID Tokens (#224)

v1.3.0

09 Jan 18:44
dcbf1e0
Compare
Choose a tag to compare
  • Added google.oauth2.credentials.Credentials.from_authorized_user_file (#226)
  • Dropped direct pyasn1 dependency in favor of letting pyasn1-modules specify the right version. (#230)
  • default() now checks for the project ID environment var before warning about missing project ID. (#227)
  • Fixed the docstrings for has_scopes() and with_scopes(). (#228)
  • Fixed example in docstring for ReadOnlyScoped. (#219)
  • Made transport.requests use timeouts and retries to improve reliability. (#220)

v1.2.1

13 Nov 18:18
7578449
Compare
Choose a tag to compare
  • Excluded compiled Python files in source distributions. (#215)
  • Updated docs for creating RSASigner from string. (#213)
  • Use six.raise_from wherever possible. (#212)
  • Fixed a typo in a comment seconds not sections. (#210)

v1.2.0

31 Oct 16:41
3ef03b3
Compare
Choose a tag to compare
  • Added google.auth.credentials.AnonymousCredentials. (#206)
  • Updated the documentation to link to the Google Cloud Platform Python setup guide (#204)

v1.1.0

12 Sep 19:41
Compare
Choose a tag to compare
  • Added service_account.Credentials.project_id. (#187)
  • Move read-only methods of credentials.Scoped into new interface credentials.ReadOnlyScoped. (#195, #196)
  • Make compute_engine.Credentials derive from ReadOnlyScoped instead of Scoped. (#195)
  • Fix App Engine's expiration calculation (#197)
  • Split crypt module into a package to allow alternative implementations. (#189)
  • Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188)