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.79.1
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.79.3
Choose a head ref
  • 6 commits
  • 27 files changed
  • 3 contributors

Commits on Feb 13, 2026

  1. Change version to 1.79.2-dev (#8903)

    RELEASE NOTES: None
    eshitachandwani authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    06df363 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick #8874 to v1.79.x (#8904)

    Cherry picks [PR](#8874) into 1.79.x
    
    RELEASE NOTES:
    * stats: only process RPC stats/tracing in health and ORCA producers if
    a handler is configured, preventing unnecessary error logging
    mbissa authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    a928670 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Change the version to release 1.79.2 (#8947)

    Patch Release for v1.79.2
    
    RELEASE NOTES: none
    mbissa authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    8902ab6 View commit details
    Browse the repository at this point in the history
  2. Changing version to 1.79.3-dev (#8954)

    RELEASE NOTES: none
    mbissa authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    97ca352 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. grpc: enforce strict path checking for incoming requests on the server (

    #8981)
    
    RELEASE NOTES:
    * server: fix an authorization bypass where malformed :path headers
    (missing the leading slash) could bypass path-based restricted "deny"
    rules in interceptors like `grpc/authz`. Any request with a
    non-canonical path is now immediately rejected with an `Unimplemented`
    error.
    easwars authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    72186f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda86db View commit details
    Browse the repository at this point in the history
Loading