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

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    62073d9 View commit details
    Browse the repository at this point in the history
  2. xds: Don't end status with '.' in XdsNameResolver (#8958) (#8965)

    2a45524 introduced '.' to the end of some status descriptions. We
    typically don't end status descriptiosn in periods, but that's minor. In
    this case though if the causal status ends in period then the new status
    will end in two periods, which could easily be confusing to users.
    
    Co-authored-by: Eric Anderson <[email protected]>
    YifeiZhuang and ejona86 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    6844f06 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    97e215a View commit details
    Browse the repository at this point in the history
  2. rls: remove wrong empty address checke for child lb (#9005)

    We shouldn't require addresses to be non-empty for the child lb of rls_lb. That might be a right requirement when the child lb is grpclb, but in our new usecase, the child lb will be cds lb and will only work if empty address is allowed.
    
    Fixing b/223866089#comment24
    dapengzhang0 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1234fd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. netty: Support pseudo headers in all GrpcHttp2RequestHeaders methods

    The previous code assumed that only gRPC would be using these methods.
    But twice now Netty has made a change (generally relating to security)
    that used a method for pseudo headers that previously wasn't supported.
    Let's stop the whack-a-mole and just implement them all.
    
    This restores compatibility with Netty 4.1.75.Final. Fixes #8981
    ejona86 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8bc9b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. xds: Fix LBs blindly propagating XdsClient errors

    This is similar to 2a45524 (for #8950) but for additional similar cases.
    ejona86 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a8d887f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    81813c4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.45.1

    ejona86 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ff750a5 View commit details
    Browse the repository at this point in the history
Loading