We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5efde0 commit a5dd35fCopy full SHA for a5dd35f
CHANGELOG.md
@@ -1,4 +1,10 @@
1
-# 0.5.0
+# 0.5.1 - 2020-03-20
2
+
3
+- Clarify load balancing status (#445)
4
+- Support unix domain socket (#446)
5
+- Build: fix rebuild rules for no prebuilt bindings (#450)
6
7
+# 0.5.0 - 2019-03-16
8
9
- Make `build_args` and `channel_args` public (#405)
10
- Reclaim buffer memory after sending message (#407)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
-version = "0.5.0"
+version = "0.5.1"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
grpc-sys/Cargo.toml
name = "grpcio-sys"
keywords = ["grpc", "bindings"]
0 commit comments