We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d4896 commit 6ea61e6Copy full SHA for 6ea61e6
RELEASE.md
@@ -1,3 +1,8 @@
1
+## Release 0.1.6
2
+
3
+* Allow passing request headers to method handlers in request argument
4
+* Allow passing custom metadata to method stub calls (in metadata optional keyword argument)
5
6
## Release 0.1.5
7
8
* Enforce SO_KEEPALIVE with small timeouts
setup.py
@@ -12,7 +12,7 @@ def main():
12
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
13
setup(
14
name="purerpc",
15
- version="0.1.5",
+ version="0.1.6",
16
license="Apache License Version 2.0",
17
description="Asynchronous pure python gRPC server and client implementation using curio "
18
"and hyper-h2.",
0 commit comments