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 c13d379 commit 0c439d3Copy full SHA for 0c439d3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.10.2 - 2022-04-15
2
+
3
+- Make `ResourceQuota` cloneable (#568)
4
+- Allow use local subchannel pool (#565)
5
6
# 0.10.1 - 2022-03-28
7
8
- Fix potential UAF and double free (#566)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
-version = "0.10.1"
+version = "0.10.2"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
0 commit comments