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

Commits on Jan 28, 2020

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

Commits on Feb 4, 2020

  1. interop-testing: fix bug for xds dependency not published yet

    In v1.27.0 release the grpc-interop-testing artifact in maven includes grpc-xds, but grpc-xds is not yet published. It should be removed from the dependency list in maven artifact.
    dapengzhang0 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f0b2d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. interop-testing: fix bug of xds test missing transitive dependency

    This fixes a bug introduced in #6675 .
    
    grpc-interop-testing should have added all dependency e.g. enovy that grpc-xds needs.
    dapengzhang0 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7727098 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. alts: _Actually_ use Conscrypt when available (#6700)

    Previously the check for Conscrypt would always fail because CONSCRYPT
    was guaranteed to be null.
    ejona86 authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2a83637 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

    voidzcy committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0b4fa21 View commit details
    Browse the repository at this point in the history
Loading