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.11.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.12.0
Choose a head ref
  • 7 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    055f155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059fd35 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Revert "feat: Introduce environment variable to set refresh threshold" (

    #1150)
    
    * Revert "feat: Introduce environment variable to set refresh threshold (#1147)"
    
    This reverts commit 055f155.
    
    * refresh token
    sai-sunder-s authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    80639b4 View commit details
    Browse the repository at this point in the history
  2. feat: Retry behavior (#1113)

    * feat: Retry behavior
    
    * Introduce `retryable` property to auth library exceptions. This can be
      used to determine if an exception should be retried.
    * Introduce `should_retry` parameter to token endpoints. If set to `False`
      the auth library will not retry failed requests. If set to `True` the
      auth library will retry failed requests. The default value is `True`
      to maintain existing behavior.
    * Expanded list of HTTP Status codes that will be retried.
    * Modified retry behavior to use exponential backoff.
    * Increased default retry attempts from 2 to 3.
    clundin25 authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    78d3790 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. refactor: ECP Config schema update. Googlers see go/enterpise-cert-co…

    …nfig (#1152)
    
    * refactor: ECP Config schema update. Googlers see go/enterpise-cert-config
    clundin25 authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    45313ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186464b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. chore(main): release 2.12.0 (#1148)

    * chore(main): release 2.12.0
    release-please[bot] authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2608ed8 View commit details
    Browse the repository at this point in the history
Loading