grpcio v0.10.0 #560
BusyJay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release update grpc c core to 1.44.0 and headers are support on both server side and client side.
From this release, "secure" feature is renamed to "boringssl" to better explain what library is used under the hook. And different from the past, if "openssl" is enabled and "boringssl" is disable, boringssl-src-rs will not be downloaded anymore, it should help the case where network condition is poor.
Also "use-bindgen" features is removed, now cargo should be able to enable bindgen automatically according to your target platforms.
Following is the changes details:
CallOption
sync (Implement Sync for CallOption #551)This discussion was created from the release grpcio v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions