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: grpc/grpc-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Choose a base ref
...
head repository: grpc/grpc-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 15, 2019

  1. Change version to 1.23.1-dev (#2973)

    Can Guler authored and dfawley committed Aug 15, 2019
    1 Configuration menu
    Copy the full SHA
    0903ea6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. grpclb: fix deadlock in grpclb connection cache (#3017)

    Before the fix, if the timer to remove a SubConn fires at the same time
    NewSubConn cancels the timer, it caused a mutex leak and deadlock.
    menghanl authored and easwars committed Sep 11, 2019
    1 Configuration menu
    Copy the full SHA
    8cb6bac View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0de1ee5 View commit details
    Browse the repository at this point in the history
  3. Change version to 1.23.1

    easwars committed Sep 11, 2019
    1 Configuration menu
    Copy the full SHA
    39e8a7b View commit details
    Browse the repository at this point in the history
Loading