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.3.3
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.4.0
Choose a head ref
  • 17 commits
  • 84 files changed
  • 9 contributors

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    c8aa08c View commit details
    Browse the repository at this point in the history
  2. chore: drop 'setuptools' dependency (#913)

    Closes #595.
    tseaver authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    47d4da6 View commit details
    Browse the repository at this point in the history
  3. chore: drop 'docgen' nox session (#914)

    No longer run by default, and leaves the environment fouled.
    
    Closes #636.
    tseaver authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3a01950 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix: fix the message format for metadata server exception (#916)

    ```
    RefreshError: ("Failed to ... from the Google Compute Enginemetadata service. Status: 403 ...)
    ```
    haoxins authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e756f08 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    967be4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c3fbf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. chore: update release_level in repo-metadata.json (#933)

    * chore: update .repo-metadata.json
    
    * remove api_shortname
    
    * revert
    parthea authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    a71cdf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    dc6a4c1 View commit details
    Browse the repository at this point in the history
  2. feat: add 'py.typed' declaration (#919)

    Test types under CI using new 'mypy' nox session.
    
    Co-authored-by: arithmetic1728 <[email protected]>
    tseaver and arithmetic1728 authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c993504 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    82bc5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87cd245 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    1b42b63 View commit details
    Browse the repository at this point in the history
  2. chore(python): update release.sh to use keystore (#943)

    * chore(python): update release.sh to use keystore
    
    Source-Link: googleapis/synthtool@69fda12
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3
    
    * use urllib3 instead of requests.packages.urllib3
    
    * lint
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a60b97e View commit details
    Browse the repository at this point in the history
  3. feat: add api key support (#826)

    * feat: add api key support
    
    * chore: update
    
    * Update google/auth/_default.py
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    arithmetic1728 and busunkim96 authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3b15092 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    431d0bf View commit details
    Browse the repository at this point in the history
  2. fix(deps): allow cachetools 5.0 for python 3.7+ (#937)

    * fix(deps): allow cachetools 5.0 for python 3.7+
    
    Changes listed https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst#v500-2021-12-21
    
    * chore: remove split pin
    
    * Update setup.py
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: arithmetic1728 <[email protected]>
    3 people authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1eae37d View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.4.0 (#949)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.4.0](v2.3.3...v2.4.0) (2022-01-20)
    
    
    ### Features
    
    * add 'py.typed' declaration ([#919](#919)) ([c993504](c993504))
    * add api key support ([#826](#826)) ([3b15092](3b15092))
    
    
    ### Bug Fixes
    
    * **deps:** allow cachetools 5.0 for python 3.7+ ([#937](#937)) ([1eae37d](1eae37d))
    * fix the message format for metadata server exception ([#916](#916)) ([e756f08](e756f08))
    
    
    ### Documentation
    
    * fix intersphinx link for 'requests-oauthlib' ([#921](#921)) ([967be4f](967be4f))
    * note ValueError in `verify_oauth2_token` ([#928](#928)) ([82bc5f0](82bc5f0))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    88580b4 View commit details
    Browse the repository at this point in the history
Loading