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

Commits on Aug 17, 2021

  1. chore: set release version to 2.0.0 (#840)

    * chore: release 2.0.0
    
    * Update CHANGELOG.md
    
    * chore: set version number to 2.0.0
    
    Follow up to #829
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    busunkim96 and release-please[bot] authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    71cb011 View commit details
    Browse the repository at this point in the history
  2. fix: aws path normalization in windows (#842)

    Path normalization for the canonical_uri was broken in windows.
    This is because we were using `os.path.normpath`.
    This normalizes "/" paths to "\\" in Windows OS.
    
    Confirmed the fix is working in Windows.
    bojeil-google authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4e0fb1c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. chore: release 2.0.1 (#845)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    d6eea69 View commit details
    Browse the repository at this point in the history
Loading