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.53.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.53.2
Choose a head ref
  • 13 commits
  • 314 files changed
  • 11 contributors

Commits on Mar 24, 2023

  1. Backport win2019 and VS2019 related changes to v1.53.x (#32703)

    Backports #32678,
    #32669,
    #32668,
    #32662
    
    After this, all windows builds on 1.53.x should be using VS2019 and they
    should be stable.
    jtattermusch authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    82020d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on May 10, 2023

  1. [chttp2] Backport-1.53: Fix some fuzzer found bugs (#33021)

    <!--
    
    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.
    
    -->
    
    ---------
    
    Co-authored-by: ctiller <[email protected]>
    Co-authored-by: Alisha Nanda <[email protected]>
    Co-authored-by: BrandonY <[email protected]>
    4 people authored May 10, 2023
    Configuration menu
    Copy the full SHA
    6bb1723 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. [Release] Bump version to 1.53.1 (on v1.53.x branch) (#33047)

    Change was created by the release automation script. See go/grpc-release
    Eugene Ostroukhov authored May 11, 2023
    Configuration menu
    Copy the full SHA
    3e79c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. [PSM interop] Don't fail target if sub-target already failed (#33222)…

    … (v1.53.x backport) (#33302)
    
    Backport of #33222 to v1.53.x.
    ---
    We configured TestGrid to file bug separately for each failed
    sub-target, if we still fail the main target, TestGrid will fail
    duplicate bugs.
    
    
    
    
    <!--
    
    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 Jun 1, 2023
    Configuration menu
    Copy the full SHA
    539d75c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. [PSM interop] Don't fail url_map target if sub-target already failed …

    …(v1.53.x backport) (#33526)
    
    Backport of #33520 to v1.53.x.
    ---
    Follow up change of #33222.
    
    We don't want file multiple bugs if any of the sub-tests of the
    `url_map` test fails.
    
    <!--
    
    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 Jun 23, 2023
    Configuration menu
    Copy the full SHA
    aff3066 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. [backport][iomgr][EventEngine] Improve server handling of file descri…

    …ptor exhaustion (#33672)
    
    Backport of #33656
    drfloob authored Jul 13, 2023
    2 Configuration menu
    Copy the full SHA
    1e86ca5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. [release] Bump release version to 1.53.2 (#33709)

    Generated by release script
    apolcyn authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b24b6ea View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [PSM Interop] Legacy test builds always pull the driver from master (…

    …v1.53.x backport) (#33726)
    
    Backport of #33699 to v1.53.x.
    ---
    Similar to grpc/grpc-java#8982.
    All other languages already to this.
    
    Needed for easier deployment of #33685.
    
    ref b/274944592
    sergiitk authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ce5b93a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. [PSM Interop] Legacy tests: fix xDS test client build (v1.53.x backpo…

    …rt) (#33810)
    
    Backport of #33796 to v1.53.x.
    ---
    #33699 incorrectly changed the legacy
    builds to not just use the test driver from the master, but also to
    build from it. This PR fixes the issue, and also updates the python job
    to work use the driver from master.
    sergiitk authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cdf4186 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. [v1.53][Build] Update Phusion baseimage (#33767) (#33836)

    Eugene Ostroukhov authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fdb64a6 View commit details
    Browse the repository at this point in the history
  2. [Backport] [dependency] Restrict cython to less than 3.X (#33770)

    *Beep boop. This is an automatically generated backport of #33738.*
    
    This should resolve breakage on master caused by the jump to Cython
    3.0.0 this morning.
    gnossen authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7a9373b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. [v1.53.x][Interop] Backport Python image update (#33864)

    Update Phusion base image to address security issues. Original PR:
    #33847
    Eugene Ostroukhov authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    afb307f View commit details
    Browse the repository at this point in the history
Loading