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-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: grpc/grpc-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 10 commits
  • 44 files changed
  • 6 contributors

Commits on Nov 14, 2021

  1. ServerCalls: cancel only the request's Job (#303)

    Before this commit, passing a CoroutineContext with a Job to
    ServiceImplBase's constructor ended up in the entirety of context's job
    being cancelled (#302).
    goj authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    5512894 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Update README.md (#304)

    * Update README.md
    
    * Update README.md
    
    - Replaced YOUR_X_VERSION with variables
    - Changed `protobuf.version` and `java.grpc.version` to fix the max supported values
    - Added an `IMPORTANT:` comment to specify the max supported versions of protobuf and protobuf-kotlin
    
    Co-authored-by: James Ward <james@jamesward.com>
    Tails128 and jamesward authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9d91765 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Load rules_kotlin rules from jvm.bzl (#300)

    As of rules_kotlin v1.5.0-beta-3, its JVM rules should be imported from
    jvm.bzl, not kotlin.bzl, to prevent a noisy warning:
    https://github.com/bazelbuild/rules_kotlin/blob/v1.5.0-beta-3/kotlin/kotlin.bzl
    fmeum authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    85efbc1 View commit details
    Browse the repository at this point in the history
  2. Depend on tools in the exec configuration (#301)

    As of Bazel 4, protoc and most tools are dependend on via the exec
    configuration rather than the host configuration. By also using the exec
    transition in grpc_kotlin, unnecessary (and very costly) rebuilds of
    protoc can be prevented.
    fmeum authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5ccb209 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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

Commits on Dec 20, 2021

  1. Compose UI (#296)

    * to compose
    
    * bump compose and cleanup
    
    * move service out of composable
    
    * cleanup
    
    * rename GreeterService
    
    * better resource mgmt - maybe
    
    * bump android versions
    
    * examples only on jdk 1.11
    
    * try new setup-java
    jamesward authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    9922e87 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Jan 8, 2022

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

Commits on Jan 18, 2022

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

Commits on Jan 19, 2022

  1. prepare for 1.2.1 (#315)

    * prepare for 1.2.1
    
    * only sign if there is a gpg key
    jamesward authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    5fb5eff View commit details
    Browse the repository at this point in the history
Loading