-
Notifications
You must be signed in to change notification settings - Fork 175
Comparing changes
Open a pull request
base repository: grpc/grpc-kotlin
base: v1.3.0
head repository: grpc/grpc-kotlin
compare: v1.3.1
- 15 commits
- 30 files changed
- 10 contributors
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 39d0a74 - Browse repository at this point
Copy the full SHA 39d0a74View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 370cf57 - Browse repository at this point
Copy the full SHA 370cf57View commit details
Commits on Jul 18, 2022
-
Support generating lite protos with Bazel (#350)
While the Kotlin layer itself doesn't change depending on the flavor (normal or lite), the underlying Java generated library does. This effectively just selects either a `java_lite_proto_library` or a `java_proto_library` depending on the flavor, everything else remains the same.
Configuration menu - View commit details
-
Copy full SHA for a1659c1 - Browse repository at this point
Copy the full SHA a1659c1View commit details
Commits on Jul 27, 2022
-
Recover cancellation when close responses flow When streaming call is…
… cancelled it's handled in `sender` coroutine (lines 311-319). Both client call cancellation (line 316) and failure propagation (line 317) eventually reach the listener `onClose` callback (where `responses` flow is closed), but which one reaches the place first is racy. When failure propagation reaches the callback first, the flow is cancelled with cancellation exception (expected). But if the client call cancel reaches the callback first, the flow is cancelled with GRPC status exception (unexpected). This change recovers the cancellation from GRPC status exception if it was the cause to make the behavior deterministic and aligned with expectations. I don't know how to test this change reliably. I succeeded to reproduce the issue via slow emulator tests only with some chance over 100+ runs.
Configuration menu - View commit details
-
Copy full SHA for 0681fc8 - Browse repository at this point
Copy the full SHA 0681fc8View commit details
Commits on Oct 12, 2022
-
Updated to Gradle 7.5.1 and Java 11. I was having issues running the …
…`installDist` task with Java 8 on my ARM based M1 Mac.
Configuration menu - View commit details
-
Copy full SHA for ae7a239 - Browse repository at this point
Copy the full SHA ae7a239View commit details
Commits on Nov 11, 2022
-
Provide action mnemonics for kt_jvm_proto_library implementation.
These names are chosen to mirror the action mnemonics in the kt_jvm_grpc_library implementation.
Configuration menu - View commit details
-
Copy full SHA for 66f0e19 - Browse repository at this point
Copy the full SHA 66f0e19View commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b865f7 - Browse repository at this point
Copy the full SHA 8b865f7View commit details
Commits on Feb 3, 2023
-
Enable the sourceSets group for IntelliJ to recognize the generated J…
…ava and Kotlin sources. Subsequently, configure ktlint to avoid checking generated directories as a whole.
Configuration menu - View commit details
-
Copy full SHA for 327bb93 - Browse repository at this point
Copy the full SHA 327bb93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7bbdb - Browse repository at this point
Copy the full SHA 5a7bbdbView commit details
Commits on May 11, 2023
-
bumps and build cleanup (#377)
* version bumps * add test retry * bump coroutines
Configuration menu - View commit details
-
Copy full SHA for 43dce9d - Browse repository at this point
Copy the full SHA 43dce9dView commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ad8298 - Browse repository at this point
Copy the full SHA 0ad8298View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f68652 - Browse repository at this point
Copy the full SHA 5f68652View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e12115c - Browse repository at this point
Copy the full SHA e12115cView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59f5fcf - Browse repository at this point
Copy the full SHA 59f5fcfView commit details
Commits on Aug 25, 2023
-
prepare 1.3.1 release and bump example deps (#403)
* prepare 1.3.1 release and bump example deps * bump examples testing to jdk17
Configuration menu - View commit details
-
Copy full SHA for e6dfc61 - Browse repository at this point
Copy the full SHA e6dfc61View 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.3.0...v1.3.1