2020-03-15 20:56:29 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 1.11.3.
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)
|
2020-02-16 15:33:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.11.2
1.11.2:
Reverts
Revert "fix: update _GOOGLE_OAUTH2_CERTS_URL"
1.11.1:
Bug Fixes
compute engine id token credentials "with_target_audience" method
update _GOOGLE_OAUTH2_CERTS_URL
|
2020-01-25 13:49:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.11.0
1.11.0:
Features
add non-None default timeout to AuthorizedSession.request()
distinguish transport and execution time timeouts
|
2020-01-22 20:32:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.10.2
1.10.2:
Bug Fixes
make collections import compatible across Python versions
|
2020-01-15 10:02:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.10.1
1.10.1:
Bug Fixes
google.auth.compute_engine.metadata: add retry to \
google.auth.compute_engine._metadata.get()
always pass body of type bytes to google.auth.transport.Request
|
2020-01-09 15:21:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: py-cachetools only supports python 3.x now, pass down to dependencies
|
2020-01-08 12:41:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.10.0
1.10.0:
Features
send quota project id in x-goog-user-project for OAuth2 credentials
1.9.0:
Features
add timeout parameter to AuthorizedSession.request()
|
2019-12-15 12:22:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.8.2
1.8.2:
Bug Fixes
revert "feat: send quota project id in x-goog-user-project header for \
OAuth2 credentials"
1.8.1:
Bug Fixes
revert "feat: add timeout to AuthorizedSession.request()
1.8.0:
Features
add to_json method to google.oauth2.credentials.Credentials
add timeout to AuthorizedSession.request()
send quota project id in x-goog-user-project header for OAuth2 credentials
|
2019-11-14 11:41:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 1.7.1
1.7.1:
Bug Fixes
* change 'internal_failure' condition to also use `error' field
|
2019-11-13 16:23:34 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 1.7.0.
v1.7.0
Implementation Changes
Add retry loop for fetching authentication token if any 'Internal Failure' \
occurs (#368)
Use cls parameter instead of class (#341)
New Features
Add support for impersonated_credentials.Sign, IDToken (#348)
Add downscoping to OAuth2 credentials (#309)
Dependencies
Update dependency cachetools to v3 (#357)
Update dependency rsa to v4 (#358)
Set an upper bound on dependencies version (#352)
Require a minimum version of setuptools (#322)
Documentation
Add busunkim96 as maintainer (#373)
Update user-guide.rst (#337)
Fix typo in jwt docs (#332)
Clarify which SA has Token Creator role (#330)
Internal / Testing Changes
Change 'name' to distribution name (#379)
Fix system tests, move to Kokoro (#372)
Blacken (#375)
Rename nox.py -> noxfile.py (#369)
Add initial renovate config (#356)
Use new pytest api to keep building with pytest 5 (#353)
|