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.0
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.10.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 9, 2020

  1. fix(google.auth.compute_engine.metadata): add retry to google.auth.co…

    …mpute_engine._metadata.get() (#398)
    
    Initial fix of issue #211 was done in CL #323, but only for .ping()
    This one is adding same behaviour & tests for .get() method, as the problem still occurres
    See the issue for details
    
    Refs: #323
    Resolves: #211
    DaniilAnichin authored and busunkim96 committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    af29c1a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. fix: always pass body of type bytes to google.auth.transport.Request (

    #421)
    
    [`google.auth.transport.Request`](https://google-auth.readthedocs.io/en/latest/reference/google.auth.transport.html#google.auth.transport.Request) says that the body should be of type bytes. Some of our code was passing in strings as reported in #318.
    
    In practice this was not causing issues, as the two http transports [requests](https://google-auth.readthedocs.io/en/latest/reference/google.auth.transport.requests.html) and [urllib3](https://google-auth.readthedocs.io/en/latest/reference/google.auth.transport.urllib3.html) are able to handle bodies passed as strings.
    busunkim96 authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a57a770 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

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