Skip to content
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.15.0
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.16.0
Choose a head ref
  • 12 commits
  • 34 files changed
  • 8 contributors

Commits on Dec 2, 2022

  1. chore: Add requests as an extra dependency. (#1137)

    This allows users of pip to specify a dependency on requests during the
    pip install process, e.g. `pip install google-auth[requests]`.
    
    This resolves
    #1069.
    clundin25 authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e728176 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    ebd49e7 View commit details
    Browse the repository at this point in the history
  2. feat: wrap all python built-in exceptions into library excpetions (#1191

    )
    
    * feat: wrap all python built-in exceptions into library excpetions
    
    * remove wrapped StopIteration since it will never thrown
    BigTailWolf authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a83af39 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    84895cf View commit details
    Browse the repository at this point in the history
  2. feat: AwsCredentials should not call metadata server if security cred…

    …s and region are retrievable through the environment variables (#1195)
    
    * feat: AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables
    
    * add verification of metadata token request not called
    
    * Adding new coverage of test and address comments
    
    * add previous missing period
    
    Co-authored-by: Leo <[email protected]>
    BigTailWolf and lsirac authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5e27c8f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/g…

    …cp/templates/python_library/.kokoro (#1200)
    
    Source-Link: googleapis/synthtool@b4fe62e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6c1297c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore: update token (#1209)

    * chore: update token
    
    * pin the cryptography library version
    
    * pin the cryptography library version
    
    * using less operator to try
    BigTailWolf authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    243f0ab View commit details
    Browse the repository at this point in the history
  2. fix: Make OAUTH2.0 client resistant to string type 'expires_in' respo…

    …nses from non-compliant services (#1208)
    
    This fixes #1207.
    clundin25 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9fc7b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4f858 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. chore: update systest creds and fix unit test syntax (#1210)

    * chore: update systest creds
    
    * chore: fix unit test
    arithmetic1728 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9e584e5 View commit details
    Browse the repository at this point in the history
  2. fix: allow get_project_id to take a request (#1203)

    * fix: allow get_project_id to take a request
    
    * Adding Args/Return
    
    * Updating documentation
    
    Co-authored-by: Jin <[email protected]>
    Co-authored-by: arithmetic1728 <[email protected]>
    3 people authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9a4d23a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.16.0 (#1198)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7ca711f View commit details
    Browse the repository at this point in the history
Loading