Permalink
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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
    055f155View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059fd35View 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
    sai-sunder-s authoredSep 22, 2022
    Configuration menu
    Copy the full SHA
    80639b4View 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
    clundin25 authoredSep 22, 2022
    Configuration menu
    Copy the full SHA
    78d3790View 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
    clundin25 authoredSep 26, 2022
    Configuration menu
    Copy the full SHA
    45313acView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186464bView 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
    release-please[bot] authoredSep 27, 2022
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
Loading