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.19.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.20.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 7 contributors

Commits on Jun 8, 2023

  1. feat: Add public API load_credentials_from_dict (#1326)

    feat: Add public API load_credentials_from_dict to allow creating a default credential object from a dictionary.
    
    This resolves #1313.
    clundin25 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5467ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    240470a View commit details
    Browse the repository at this point in the history
  3. fix: invalid dev version identifiers in setup.py (#1322)

    Not ~PEP 440~ distlib compliant.
    
    Fixes #1321
    con-f-use authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a9b8f12 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 10, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. chore(main): release 2.20.0 (#1328)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.20.0](https://togithub.com/googleapis/google-auth-library-python/compare/v2.19.1...v2.20.0) (2023-06-12)
    
    
    ### Features
    
    * Add public API load_credentials_from_dict ([#1326](https://togithub.com/googleapis/google-auth-library-python/issues/1326)) ([5467ad7](https://togithub.com/googleapis/google-auth-library-python/commit/5467ad75334ee0b5e23522679171cda5fd4edb8a))
    
    
    ### Bug Fixes
    
    * Expiry in compute_engine.IDTokenCredentials ([#1327](https://togithub.com/googleapis/google-auth-library-python/issues/1327)) ([56a6159](https://togithub.com/googleapis/google-auth-library-python/commit/56a6159444467717f5a5e3c04aa678bd0a5881da)), closes [#1323](https://togithub.com/googleapis/google-auth-library-python/issues/1323)
    * Expiry in impersonated_credentials.IDTokenCredentials ([#1330](https://togithub.com/googleapis/google-auth-library-python/issues/1330)) ([d1b887c](https://togithub.com/googleapis/google-auth-library-python/commit/d1b887c4bebbe4ad0df6d8f7eb6a6d50355a135d))
    * Invalid `dev` version identifiers in `setup.py` ([#1322](https://togithub.com/googleapis/google-auth-library-python/issues/1322)) ([a9b8f12](https://togithub.com/googleapis/google-auth-library-python/commit/a9b8f12db0c3ff4f84939646ba0777d21e68f572)), closes [#1321](https://togithub.com/googleapis/google-auth-library-python/issues/1321)
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    36bba13 View commit details
    Browse the repository at this point in the history
Loading