Skip to content

Releases: tikv/grpc-rs

grpcio-sys v0.8.1

02 Mar 16:39
46d3016
Compare
Choose a tag to compare
  • Detect changes ahead to ease pain of upgrading compiler (#511)

grpcio v0.8.0

25 Feb 14:03
fa9f1ea
Compare
Choose a tag to compare
  • Fix clippy warnings (#504)
  • Add a way to not use bindgen (#499)
  • Update gRPC C core to 1.35.0 (#506)
  • Update bindgen to 0.57.0 (#507)

grpcio v0.7.1

18 Dec 07:54
3718895
Compare
Choose a tag to compare
  • Allow CXX environment variable to override g++ for musl build (#500)
  • Add user-defined checker for server side (#502)

grpcio v0.7.0

03 Nov 05:48
v0.7.0
4112a22
Compare
Choose a tag to compare
  • Add blocking callback to EnvBuilder (#474)
  • Enhance sinks to make them batchable (#469)
  • Remove rustfmt_skip attribute since it is unstable (#479)
  • Use grpc_slice to reduce memory copy (#481)
  • Fix the bug that server cannot shutdown itself when drop (#484)
  • Add methods for channels from file descriptors (#488)
  • Update gRPC C core to 1.33.1 (#492)

grpcio v0.5.4

27 Jul 10:03
v0.5.4
f244e7c
Compare
Choose a tag to compare
  • Add user-defined callback to EnvBuilder (#474)

grpcio v0.6.0

12 Jun 12:32
v0.6.0
19a53b5
Compare
Choose a tag to compare

Changes

  • Switch to std::future (#447)
  • Update gRPC C core to 1.29.1 (#466)
  • Change spinlock to parking_lot::Mutex (#468)