Skip to content

grpcio v0.10.0

Compare
Choose a tag to compare
@BusyJay BusyJay released this 02 Mar 12:56
· 33 commits to master since this release
ccd0fde

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:

  • Update prost to 0.9.0 (#544) (#559)
  • Make CallOption sync (#551)
  • Update grpc c core to 1.44.0 (#549) (#558)
  • Support querying channelz by API (#550)
  • Reduce dependency on future crate (#554)
  • Support headers on all call types (#555)
  • Rename features "secure" to "boringssl" (#558)
  • Drop dependency on bindgen for both MacOS and x86_64/aarch64 Linux (#558)
  • Make health crate not depend on secure feature (#558)