Releases: tikv/grpc-rs
Releases · tikv/grpc-rs
grpcio-sys v0.8.1
- Detect changes ahead to ease pain of upgrading compiler (#511)
grpcio v0.8.0
grpcio v0.7.1
grpcio v0.7.0
- 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
- Add user-defined callback to
EnvBuilder
(#474)