10000 Comparing v1.65.1...v1.65.2 · grpc/grpc · GitHub
[go: up one dir, main page]

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.65.1
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.65.2
Choose a head ref
  • 9 commits
  • 79 files changed
  • 8 contributors

Commits on Jul 18, 2024

  1. [Python Interop] Add signal handler to python interop client and serv…

    …er (v1.65.x backport) (#37248)
    
    Backport of #37241 to v1.65.x.
    ---
    Tested by manually introduce a segfault, able to see the backtrace:
    
    ![Screenshot 2024-07-17 at 12 53
    45 PM](https://github.com/user-attachments/assets/069e79ac-f215-4964-8b91-bd7a9e64ebfe)
    
    <!--
    
    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 Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4b26e9c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. [Backport] 1.65.x: Cherry-pick (#37278)

    gRPC 1.65 doesn't build with the upcoming Abseil release and this can be
    resolved by cherry-picking #37183
    veblush authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    55ea1f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. [log][Backport] Reducing log spam (#37253) (#37294)

    Backport #37253 to 1.65.x
    
    This PR changes many of the `LOG(INFO)` statements that are not guarded
    by TraceFlags to either be -
    * guarded by a TraceFlag
    * logged under `VLOG(2)`
    yashykt authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    63f3cf6 View commit details
    Browse the repository at this point in the history
  2. [Gpr_To_Absl_Logging] Reducing log spam (#37106) (#37288)

    [Gpr_To_Absl_Logging] Reducing log spam because of complaints from user
    
    Closes #37106
    
    COPYBARA_INTEGRATE_REVIEW=#37106 from
    tanvi-jagtap:reduce_verbosity 044c5aa
    PiperOrigin-RevId: 647905894
    
    
    
    
    <!--
    
    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.
    
    -->
    tanvi-jagtap authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cf78563 View commit details
    Browse the repository at this point in the history
  3. [Gpr_To_Absl_Logging] Removing gRPC experiments log noise (#37303) (#…

    …37308)
    
    [Gpr_To_Absl_Logging] Removing gRPC experiments log noise
    
    Closes #37303
    
    COPYBARA_INTEGRATE_REVIEW=#37303 from
    tanvi-jagtap:fixing_experiment_log_master
    995412d PiperOrigin-RevId: 655501817
    tanvi-jagtap authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f548d3c View commit details
    Browse the repository at this point in the history
  4. [ObjC] Back port boringssl 0.36 to 1.65.x for xcode 16 (#37310)

    Backport #36904 and #37223 to 1.65.x to fix #36888
    
    CC: @paulb777
    
    ---------
    
    Co-authored-by: Sergio Campamá <kaipi@copilot.money>
    Co-authored-by: AJ Heller <hork@google.com>
    3 people authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8cbf785 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. [Gpr_To_Absl_Logging][Noise_Reduction] (#37289)

    Use GRPC_TRACE_LOG instead of LOG(INFO) in
    WorkStealingThreadPoolImpl::PrepareFork
    
    This is to avoid spamming the logs with this message.
    
    PiperOrigin-RevId: 652407193
    tanvi-jagtap authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c8ea3d7 View commit details
    Browse the repository at this point in the history
  2. [Backport] Ensure the Chttp2Connector is deleted under an ExecCtx. (#…

    …37315)
    
    Backport #37134 to v1.65
    
    Co-authored-by: Vignesh Babu <vigneshbabu@google.com>
    yashykt and Vignesh2208 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a699463 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. [Release] Bump version to 1.65.2 (on v1.65.x branch) (#37319)

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