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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.60.0
Choose a base ref
...
head repository: grpc/grpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.60.1
Choose a head ref
  • 3 commits
  • 52 files changed
  • 2 contributors

Commits on Dec 20, 2023

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

Commits on Jan 10, 2024

  1. [Python Misc] Revert change to print backtrace in server (v1.60.x bac…

    …kport) (#35462)
    
    Backport of #34877 to v1.60.x.
    ---
    Fix: #34853
    
    In order to make debugging easier, we have begun printing backtraces in
    servers. However, this change has the unintended consequence of printing
    errors to stderr by default, which may not be expected by some users.
    
    This PR reverts the change. We recommend that users set up a logging
    sink if they want to see errors. We will add this to our documentation
    later.
    
    <!--
    
    If you know who should review your pull request, please assign it to
    that
    person, otherwise the pull request would get assigned randomly.
    
    If your pull request is for a specific language, please add the
    appropriate
    lang label.
    
    -->
    XuanWang-Amos authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    06037ca View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [Release] Bump version to 1.60.1 (on v1.60.x branch) (#35636)

    Change was created by the release automation script. See go/grpc-release
    XuanWang-Amos authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e5ae3b6 View commit details
    Browse the repository at this point in the history
Loading