8000 Comparing v0.7.0...v0.8.0 · golang/oauth2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: golang/oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 11, 2023

  1. oauth2: parse RFC 6749 error response

    Parse error response described in https://datatracker.ietf.org/doc/html/rfc6749#section-5.2
    
    Handle unorthodox servers responding 200 in error case.
    
    Implements API changes in accepted proposal golang/go#58125
    
    Fixes #441
    Fixes #274
    Updates #173
    
    Change-Id: If9399c3f952ac0501edbeefeb3a71ed057ca8d37
    GitHub-Last-Rev: 0030e27
    GitHub-Pull-Request: #610
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/451076
    Run-TryBot: Matt Hickford <matt.hickford@gmail.com>
    Run-TryBot: Damien Neil <dneil@google.com>
    Reviewed-by: Matt Hickford <matt.hickford@gmail.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    hickford authored and neild committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    cfe200d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. internal: remove repeated definite articles

    Change-Id: I0ce35bd2b7b870de9c0ffd898f245b49edbe55f7
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/489715
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Run-TryBot: shuang cui <imcusg@gmail.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    cuishuang authored and gopherbot committed May 4, 2023
    Configuration menu
    Copy the full SHA
    451d5d6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I97dfa241b763dfba4fc0c02da2f241255e2f53d1
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/493576
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    gopherbot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0690208 View commit details
    Browse the repository at this point in the history
  2. google: don't check for IsNotExist for well-known file

    There are cases when reading this file that a ENOTDIR is returned.
    Because of this it is safer to just fall-back when any error
    happens from reading the gcloud file.
    
    Change-Id: Ie8e45ad508643e900adb5c9787907aaa50cceb5d
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/493695
    Run-TryBot: Cody Oss <codyoss@google.com>
    Reviewed-by: Russ Cox <rsc@golang.org>
    Auto-Submit: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    codyoss authored and gopherbot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    839de22 View commit details
    Browse the repository at this point in the history
Loading
0