1. f07fbe9 chore: release 1.10.1 (#420) by release-please[bot] · 6 years ago
  2. a57a770 fix: always pass body of type bytes to `google.auth.transport.Request` (#421) by Bu Sun Kim · 6 years ago
  3. af29c1a fix(google.auth.compute_engine.metadata): add retry to google.auth.compute_engine._metadata.get() (#398) by Daniil · 6 years ago
  4. 09001f9 chore: release 1.10.0 (#415) by release-please[bot] · 6 years ago
  5. 32d71a5 feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412) by Bu Sun Kim · 6 years ago
  6. 011fabb docs: update project URL (#413) by Tim Swast · 6 years ago
  7. 091ed16 chore(deps): update dependency cachetools to v4 (#411) by Renovate Bot · 6 years ago
  8. 04f1260 chore: release 1.9.0 (#410) by release-please[bot] · 6 years ago
  9. d86d7b8 feat: add timeout parameter to `AuthorizedSession.request()` (#406) by Peter Lamut · 6 years ago
  10. b7f7d7d chore: release 1.8.2 (#409) by release-please[bot] · 6 years ago
  11. 25ea942 fix: revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)" (#407) by Bu Sun Kim · 6 years ago
  12. 31efad9 chore: release 1.8.1 (#402) by release-please[bot] · 6 years ago
  13. 451ecbd fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401) by Bu Sun Kim · 6 years ago
  14. d97b271 chore: release 1.8.0 (#399) by release-please[bot] · 6 years ago
  15. 381dd40 feat: add timeout to AuthorizedSession.request() (#397) by Peter Lamut · 6 years ago
  16. ab3dc1e feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400) by Bu Sun Kim · 6 years ago
  17. bfb1f8c feat: add `to_json` method to google.oauth2.credentials.Credentials (#367) by patkasper · 6 years ago
  18. 7305072 chore: release 1.7.2 (#391) by release-please[bot] · 6 years ago
  19. 3b5d3e2 fix: in token endpoint request, do not decode the response data if it is not encoded (#393) by Steve · 6 years ago
  20. 0c33e9c fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390) by chenyumic · 6 years ago
  21. 3a46178 chore: release 1.7.1 (#388) by release-please[bot] · 6 years ago
  22. 7abcfd6 build: enable release-please (#378) by Bu Sun Kim · 6 years ago
  23. 46bb58e fix: change 'internal_failure' condition to also use `error' field (#387) by Georgy Savva · 6 years ago
  24. e61a873 chore: remove unused badges, update author_email (#381) by Bu Sun Kim · 6 years ago
  25. 597d7ba docs: fix note rendering for service_account_email (#385) by Bu Sun Kim · 6 years ago
  26. d3406b3 chore: release v1.7.0 (#380) by Bu Sun Kim · 6 years ago
  27. f0b4504 docs: change 'name' to distribution name (#379) by Bu Sun Kim · 6 years ago
  28. 65e33c0 build: fix system tests, move to Kokoro (#372) by Bu Sun Kim · 6 years ago
  29. 9eec091 chore: blacken (#375) by Bu Sun Kim · 6 years ago
  30. ae3bafd docs: add busunkim96 as maintainer (#373) by Bu Sun Kim · 6 years ago
  31. 21b4f1c Rename nox.py -> noxfile.py (#369) by Bu Sun Kim · 6 years ago
  32. eae1dcb Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) by Anjali Doneria · 6 years ago
  33. 7a8641a Add support for imersonated_credentials.Sign, IDToken (#348) by salrashid123 · 6 years ago
  34. 1322d89 Update dependency cachetools to v3 (#357) by Renovate Bot · 6 years ago
  35. 379dd3e Update dependency rsa to v4 (#358) by Renovate Bot · 6 years ago
  36. ccf2e50 Initial renovate config. (#356) by Tres Seaver · 6 years ago
  37. 530f5f9 Use cls parameter instead of class (#341) by Emile Caron · 6 years ago
  38. 0958d7a Update user-guide.rst (#337) by Alan Yee · 6 years ago
  39. cd93111 add compatibility check badges to README (#346) by ylil93 · 6 years ago
  40. 938e5d9 Use new pytest api to keep building with pytest 5 (#353) by Tomáš Chvátal · 6 years ago
  41. 38166b2 setup.py: set an upper bound on dependencies version (#352) by Jordan Pittier · 6 years ago
  42. 49a18c4 Add downscoping to ouath2 credentials (#309) by Eugene W. Foley · 6 years ago
  43. 2c6ad78 Fix typo in jwt docs. (#332) by Tianzi Cai · 6 years ago
  44. 4086543 doc: clarify which SA has Token Creator role (#330) by Tianzi Cai · 6 years ago
  45. 908da75 Require a minimum version of setuptools (#322) by Jeff Widman · 6 years ago
  46. 08272d8 Release 1.6.3 (#325) by Bu Sun Kim · 6 years ago
  47. 7a62768 Add retry to _metadata.ping() (#323) by Robert Barron · 6 years ago
  48. ae7e4f3 Follow rfc 7515 and strip padding from JWS segments (#324) by Aditya Natraj · 6 years ago
  49. b4eee9c Allow user to pass custom Session object to AuthorizedSession to make requests. (#306) by Brian Bao · 7 years ago
  50. 6e0781b _default.default() now handles ImportErrors for optional dependencies. (#313) by James Wilson · 7 years ago
  51. d14cb1e Update setup.py by Christopher Wilcox · 7 years ago
  52. 001133e Release 1.6.1 (#314) by Christopher Wilcox · 7 years ago
  53. 3f73694 Announce deprecation of Python 2.7 (#311) by Christopher Wilcox · 7 years ago
  54. 9cdfaaa Link all the PRs in CHANGELOG (#307) by Adam Johnson · 7 years ago
  55. 2dfe070 Release v1.6.1 (#305) by Thea Flowers · 7 years ago
  56. b29f262 Automatically refresh impersonated credentials (#304) by salrashid123 · 7 years ago
  57. fadb16c Release google-auth-library-python 1.6.0 (#303) by Thea Flowers · 7 years ago
  58. 1fbc679 Add google.auth.impersonated_credentials (#299) by salrashid123 · 7 years ago
  59. e04ee89 Update github issue templates (#300) by Justin Beckwith · 7 years ago
  60. 8d4051b Update trampoline.sh (#302) by Charles Engelke · 7 years ago
  61. a10b15e Enable static type checking with pytype (#298) by Teddy Sudol · 7 years ago
  62. f102825 Update link to documentation for default credentials (#296) by Christopher Wilcox · 7 years ago
  63. 5f65d27 Update README by Christopher Wilcox · 7 years ago
  64. 62cfc6d Remove punctuation which becomes part of the url (#284) by Jeffrey Sorensen · 7 years ago
  65. 4997be1 Make classifiers in setup.py an array. (#280) by Thilo Maurer · 7 years ago
  66. 137b43b Release v1.5.1 (#282) by Thea Flowers · 7 years ago
  67. 8147785 Fix check for error text on Python 3.7 (#278) by Felix Yan · 7 years ago
  68. b7eb1a7 Use new Auth URIs (#281) by Thea Flowers · 7 years ago
  69. edfe246 Add code-of-conduct codument. (#270) by Tres Seaver · 7 years ago
  70. ca18fcf Fix some typos in test_urllib3.py (#268) by Felix Yan · 7 years ago
  71. 193195e Release v1.5.0 (#267) by Thea Flowers · 7 years ago
  72. a8d9348 Warn when using user credentials from the Cloud SDK (#266) by Thea Flowers · 7 years ago
  73. 67456b4 Add compute engine-based IDTokenCredentials (#236) by Christophe Taton · 7 years ago
  74. b61cecd Corrected some typos (#265) by Rohan Talip · 7 years ago
  75. f5967d9 Release 1.4.2 (#263) by Thea Flowers · 7 years ago
  76. 118c048 Raise a helpful exception when trying to refresh credentials without a refresh token (#262) by Thea Flowers · 7 years ago
  77. ce54cc3 Fix links to README and CONTRIBUTING in docs/index.rst (#260) by Thea Flowers · 7 years ago
  78. 2f5cb2d Fix a typo in credentials.py. (#256) by Craig Citro · 7 years ago
  79. 839d468 Use pytest instead of py.test per upstream recommendation, #dropthedot (#255) by Ville Skyttä · 7 years ago
  80. 7e1270b Fix typo on exemple of jwt usage (#245) by Marco Rougeth · 7 years ago
  81. 5d53a96 Release v1.4.1 (#244) by Jon Wayne Parrott · 7 years ago
  82. d930fa8 Add a check for the cryptography version before attempting to use it. (#243) by Jon Wayne Parrott · 7 years ago
  83. 20ba485 Release v1.4.0 (#240) by Jon Wayne Parrott · 7 years ago
  84. 4255b10 Improve documentation around ID Tokens (#224) by Arlan Jaska · 7 years ago
  85. 1cd8390 Add `cryptography`-based RSA signer and verifier. (#185) by Danny Hermes · 7 years ago
  86. b649b43 Add `google.oauth2.service_account.IDTokenCredentials`. (#234) by Christophe Taton · 7 years ago
  87. dcbf1e0 Release v1.3.0 (#233) by Jon Wayne Parrott · 8 years ago
  88. 6d33993 Drop pylint for the time being. It served us well (#231) by Jon Wayne Parrott · 8 years ago
  89. 945c357 Drop direct pyasn1 dependency (#230) by Jon Wayne Parrott · 8 years ago
  90. 15af07b Check for the project ID env var before warning about missing project ID (#227) by Jacob Hayes · 8 years ago
  91. 369e2a7 Docstring fix for has_scopes() and with_scopes(). (#228) by Danny Hermes · 8 years ago
  92. 23c88f7 Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226) by Hiranya Jayathilaka · 8 years ago
  93. f682cb2 Fix ReadOnlyScoped doc with_scopes (#219) by Ondrej Medek · 8 years ago
  94. 2857265 transport.requests: make credential refresh robust (#220) by Yuki Soma · 8 years ago
  95. 7578449 Release v1.2.1 (#216) by Jon Wayne Parrott · 8 years ago
  96. 6999666 Exclude compiled Python files in source distributions (#215) by Jon Wayne Parrott · 8 years ago
  97. 5d37a64 Updating docs for creating RSASigner from string (#213) by bene · 8 years ago
  98. 01efcd4 Merge pull request #212 from dhermes/six-raise-from by Danny Hermes · 8 years ago
  99. 0a93e87 Adding back "wrapped" exceptions in Refresh/Transport errors. by Danny Hermes · 8 years ago
  100. ae5d3a4 Lint fix. by Danny Hermes · 8 years ago