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.1.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.0
Choose a head ref
  • 9 commits
  • 50 files changed
  • 7 contributors

Commits on Sep 29, 2021

  1. Restore metadata support to generated clients (#268)

    * Restore metadata parameter to client stubs.
    
    * Restore Metadata default parameter in generated stubs.
    lowasser authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3ec7869 View commit details
    Browse the repository at this point in the history
  2. fixed application name in client (#284)

    Co-authored-by: James Ward <[email protected]>
    Arashi5 and jamesward authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3cb622d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Mark deprecated service methods with @deprecated. (#264)

    Co-authored-by: James Ward <[email protected]>
    lowasser and jamesward authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a11b9c6 View commit details
    Browse the repository at this point in the history
  2. open context val in order to allow overriding (#287)

    Co-authored-by: James Ward <[email protected]>
    bjoernmayer and jamesward authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b3bb5e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Defer writing headers until the first message stanza is sent (#275)

    * Defer writing headers until the first message stanza is sent
    
    * Send headers even when no response messages are emitted
    
    Co-authored-by: James Ward <[email protected]>
    rwbergstrom and jamesward authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    831370b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Support StatusException in CoroutineContextServerInterceptor. (#249)

    * Support StatusException in CoroutineContextServerInterceptor.
    
    Previously, there was no way for a subclass of CoroutineContextServerInterceptor to close a call and prevent further processing. The interceptor would unconditionally invoke the next handler in the chain unless prevented by an exception. If the coroutineContext method threw an exception, it would bubble up to the thread pool and show up in the logs as an error.
    
    This change adds a handler for StatusException in CoroutineContextServerInterceptor to catch a StatusException and close the call with no further action.
    
    Fixes #221
    
    * Rethrow the exception rather than returning an empty listener on StatusException
    
    Co-authored-by: James Ward <[email protected]>
    hovinen and jamesward authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9e98ca2 View commit details
    Browse the repository at this point in the history
  2. Cleanup (#293)

    * bump wrapper
    
    * and here we are
    
    * run ci on all branches
    
    * try to unflap tests
    
    * just pr and master
    jamesward authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e04c888 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. kotlin protos (#266)

    * kotlin protos
    
    * kt_jvm_proto_library proof of concept
    
    * Document kt_jvm_proto_library
    
    * Apply Bazel Kotlin proto rules to all examples
    
    * kotlin protos
    
    * add kotlin proto info
    
    * version bumps and cleanup
    
    Co-authored-by: Peter Schmitt <[email protected]>
    jamesward and aragos authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f834a3c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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