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.14.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.15.0
Choose a head ref
  • 12 commits
  • 22 files changed
  • 9 contributors

Commits on Nov 7, 2022

  1. fix: Update minimum required version of cryptography in pyopenssl ext…

    …ra (#1176)
    
    * fix: Update minimum required version of cryptography in pyopenssl extra
    
    * update rst
    
    * update rst
    
    * update rt
    sai-sunder-s authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e9e76d1 View commit details
    Browse the repository at this point in the history
  2. fix: apply quota project for compute cred in adc (#1177)

    * fix: apply quota project for compute cred in adc
    
    * update secret
    sai-sunder-s authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b9aa92a View commit details
    Browse the repository at this point in the history
  3. fix: Validate url domain for aws metadata urls (#1174)

    * fix: Validate url domain for aws metadata urls
    
    * optimize tests
    sai-sunder-s authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f9d7d77 View commit details
    Browse the repository at this point in the history
  4. chore(python): update dependencies in .kokoro/requirements.txt (#1180)

    Source-Link: googleapis/synthtool@e3a1277
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:452901c74a22f9b9a3bd02bce780b8e8805c97270d424684bff809ce5be8c2a2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2d38afd View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.14.1 (#1179)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: sai-sunder-s <[email protected]>
    release-please[bot] and sai-sunder-s authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bf95dfc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. fix: updated the lower bound of interactive timeout and fix the kwarg… (

    #1182)
    
    * fix: udpated the lower bound of interactive timeout and fix the kwargs invalid syntax
    
    * update token
    
    * update token
    
    * prohibit the access from constructor and only allow the injection and test
    
    * fix lint
    
    * adding interactive timeout validation test
    
    * update token
    BigTailWolf authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    50c0fd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 15, 2022

  1. fix: ensure JWT segments have the right types (#1162)

    * fix: ensure JWT header is a dict before accessing its methods
    ret2libc authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fc843cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. fix: Allow mtls sts endpoint for external account token urls. (#1185)

    * fix: Allow mtls sts endpoint for external account token urls.
    clundin25 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c86dd69 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. fix: CI broken by removal of py.path (#1194)

    * fix: CI broken by removal of py.path
    
    Use Python standard lib instead.
    clundin25 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f719415 View commit details
    Browse the repository at this point in the history
  2. feat: Introduce a way to provide scopes granted by user (#1189)

    * feat: Introduce a way to provide scopes granted by user
    
    * nits
    
    * add rt
    
    * update rt
    sai-sunder-s authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    189f504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85f1ac View commit details
    Browse the repository at this point in the history
Loading