-
Notifications
You must be signed in to change notification settings - Fork 174
Comparing changes
Open a pull request
base repository: grpc/grpc-kotlin
base: v1.1.0
head repository: grpc/grpc-kotlin
compare: v1.2.0
- 9 commits
- 50 files changed
- 7 contributors
Commits on Sep 29, 2021
-
Restore metadata support to generated clients (#268)
* Restore metadata parameter to client stubs. * Restore Metadata default parameter in generated stubs.
Configuration menu - View commit details
-
Copy full SHA for 3ec7869 - Browse repository at this point
Copy the full SHA 3ec7869View commit details -
fixed application name in client (#284)
Co-authored-by: James Ward <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cb622d - Browse repository at this point
Copy the full SHA 3cb622dView commit details
Commits on Sep 30, 2021
-
Mark deprecated service methods with @deprecated. (#264)
Co-authored-by: James Ward <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a11b9c6 - Browse repository at this point
Copy the full SHA a11b9c6View commit details -
open context val in order to allow overriding (#287)
Co-authored-by: James Ward <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3bb5e4 - Browse repository at this point
Copy the full SHA b3bb5e4View commit details
Commits on Oct 1, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 831370b - Browse repository at this point
Copy the full SHA 831370bView commit details
Commits on Oct 12, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9e98ca2 - Browse repository at this point
Copy the full SHA 9e98ca2View commit details -
* bump wrapper * and here we are * run ci on all branches * try to unflap tests * just pr and master
Configuration menu - View commit details
-
Copy full SHA for e04c888 - Browse repository at this point
Copy the full SHA e04c888View commit details
Commits on Oct 13, 2021
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for f834a3c - Browse repository at this point
Copy the full SHA f834a3cView commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3daa55 - Browse repository at this point
Copy the full SHA c3daa55View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.2.0