Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.1
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 13 contributors

Commits on Jul 22, 2022

  1. 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.
    clundin25 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    29d248a View commit details
    Browse the repository at this point in the history
  2. 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.
    clundin25 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    741c6c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    67091d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    ad4a6c6 View commit details
    Browse the repository at this point in the history
  2. doc: fix return type of get_service_account_token (#1083)

    Co-authored-by: clundin25 <108372512+clundin25@users.noreply.github.com>
    jangjunha and clundin25 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    34b7897 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    575c078 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    1170e61 View commit details
    Browse the repository at this point in the history
  2. feat: support for configurable token lifetime (#1079)

    feat: support for configurable token lifetime
    ScruffyProdigy authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0dc6a9a View commit details
    Browse the repository at this point in the history
  3. feat: add integration tests for pluggable auth (#1073)

    * feat: add integration tests for pluggable auth
    ScruffyProdigy authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f8d776a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. 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>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b2a901b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. 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>
    3 people authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8d15f69 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. chore: update system creds (#1097)

    Co-authored-by: Jin Qin <qinjin@google.com>
    BigTailWolf and BigTailWolf authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1ad970f View commit details
    Browse the repository at this point in the history
  2. fix: Fix IDTokenCredentials update bug (#1072)

    * fix: IDTokenCredentials Constructor bug
    
    Co-authored-by: clundin25 <108372512+clundin25@users.noreply.github.com>
    mbmccoy and clundin25 authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b62c25c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. 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>
    BigTailWolf and BigTailWolf authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    032fb8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcefb5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9b8304 View commit details
    Browse the repository at this point in the history
Loading