8000 Comparing v1.10.2...v1.11.0 · googleapis/google-auth-library-python · GitHub
[go: up one dir, main page]

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: v1.10.2
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: v1.11.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 22, 2020

  1. feat: distinguish transport and execution time timeouts (#424)

    In Requests transport treat ``timeout`` stricly as a transport
    timeout, while the total allowed method execution time can be set
    with an optional ``max_allowed_time`` argument.
    plamut authored and busunkim96 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    52a733d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. docs: link to docs on googleapis, edit old links (#432)

    * Link to docs on googleapis.dev, not readthedocs
    * Edit old repo links to use org googleapis, not GoogleCloudPlatform
    busunkim96 authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    1b9de8d View commit details
    Browse the repository at this point in the history
  2. feat: add non-None default timeout to AuthorizedSession.request() (#435)

    Closes #434.
    
    This PR adds a non-None default timeout to `AuthorizedSession.request()` to prevent requests from hanging indefinitely in a default case.
    
    Should help with googleapis/google-cloud-python#10182
    plamut authored and busunkim96 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d274a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6c981 View commit details
    Browse the repository at this point in the history
Loading
0