8000 Comparing v1.34.0...v1.35.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 10000 try again.
Loading
base: v1.34.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.35.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 16, 2021

  1. feat: service account is able to use a private token endpoint (#835)

    Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    2 people authored and busunkim96 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b69a6e3 View commit details
    Browse the repository at this point in the history
  2. fix: Fix missing space in error message. (#821)

    Added missing space in the log message.
    gor-obr authored and busunkim96 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cd52a08 View commit details
    Browse the repository at this point in the history
  3. docs: update user guide/references for downscoped creds (#827)

    Updates user guide to document using downscoping with
    Credential Access Boundaries.
    Regenerates references for all classes and utilities related
    to this feature.
    
    Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
    2 people authored and busunkim96 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    bb937f1 View commit details
    Browse the repository at this point in the history
  4. fix: downscoping documentation bugs (#830)

    Fixes the following issues:
    
    - Change `google.oauth2.Credentials` to `google.oauth2.credentials.Credentials`
    - Replace deprecated `blob.download_as_string()` with `blob.download_as_bytes()`
    bojeil-google authored and busunkim96 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8481b03 View commit details
    Browse the repository at this point in the history
  5. chore: release v1.35.0 (#839)

    * chore: release 1.35.0
    
    * chore: update secrets (#834)
    busunkim96 authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c6e7287 View commit details
    Browse the repository at this point in the history
Loading
0