-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-python
base: v2.9.1
head repository: googleapis/google-auth-library-python
compare: v2.10.0
- 16 commits
- 26 files changed
- 13 contributors
Commits on Jul 22, 2022
-
fix: Async system tests were not unwrapping async_generators (#1086)
Currently the system tests were failing with a message "TypeError: 'async_generator' object is not callable". This is because newer versions of pytest_asyncio uses "strict" mode by default which does not automatically convert fixtures to async fixtures in async test cases. This became an issue as of pytest_asyncio version 19. The solution is to either switch the mode to "auto" in the nox commandline or to mark the async fixtures as async fixtures. I've opted for the second to avoid making this hard to discover.
Configuration menu - View commit details
-
Copy full SHA for 29d248a - Browse repository at this point
Copy the full SHA 29d248aView commit details -
fix: async certificate decoding (#1085)
The async `_cert_fetch` implementation was not properly decoding certificates into a utf-8 string. This updates the code and tests to decode the certificates into strings. This resolves #1050.
Configuration menu - View commit details
-
Copy full SHA for 741c6c6 - Browse repository at this point
Copy the full SHA 741c6c6View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 67091d0 - Browse repository at this point
Copy the full SHA 67091d0View commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad4a6c6 - Browse repository at this point
Copy the full SHA ad4a6c6View commit details -
doc: fix return type of get_service_account_token (#1083)
Co-authored-by: clundin25 <108372512+clundin25@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34b7897 - Browse repository at this point
Copy the full SHA 34b7897View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 575c078 - Browse repository at this point
Copy the full SHA 575c078View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1170e61 - Browse repository at this point
Copy the full SHA 1170e61View commit details -
feat: support for configurable token lifetime (#1079)
feat: support for configurable token lifetime
Configuration menu - View commit details
-
Copy full SHA for 0dc6a9a - Browse repository at this point
Copy the full SHA 0dc6a9aView commit details -
feat: add integration tests for pluggable auth (#1073)
* feat: add integration tests for pluggable auth
Configuration menu - View commit details
-
Copy full SHA for f8d776a - Browse repository at this point
Copy the full SHA f8d776aView commit details
Commits on Aug 2, 2022
-
chore(python): fix prerelease session [autoapprove] (#1090)
Source-Link: googleapis/synthtool@1b9ad76 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for b2a901b - Browse repository at this point
Copy the full SHA b2a901bView commit details
Commits on Aug 3, 2022
-
fix: refactor credential subclass parameters (#1095)
* fix: refactor credential subclass parameters * Changes requested by @clundin25 * hotlinking __init__ method * punctuation * getting unit tests to pass * fixing comments * Refresh system test token. Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> Co-authored-by: Carl Lundin <clundin@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8d15f69 - Browse repository at this point
Copy the full SHA 8d15f69View commit details
Commits on Aug 4, 2022
-
chore: update system creds (#1097)
Co-authored-by: Jin Qin <qinjin@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1ad970f - Browse repository at this point
Copy the full SHA 1ad970fView commit details -
fix: Fix IDTokenCredentials update bug (#1072)
* fix: IDTokenCredentials Constructor bug Co-authored-by: clundin25 <108372512+clundin25@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b62c25c - Browse repository at this point
Copy the full SHA b62c25cView commit details
Commits on Aug 5, 2022
-
fix: make expiration_time optional in response schema (#1091)
* fix: allowing missing expire time in response * fix: adding sanity check for expiration time when using output file * update exception content * addressing comments * Update exception info * Update user doc * fix indents of rst * udpate user doc Co-authored-by: Jin Qin <qinjin@google.com>
Configuration menu - View commit details
-
Copy full SHA for 032fb8d - Browse repository at this point
Copy the full SHA 032fb8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcefb5d - Browse repository at this point
Copy the full SHA dcefb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b8304 - Browse repository at this point
Copy the full SHA e9b8304View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.9.1...v2.10.0