Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 04:32
· 2 commits to master since this release
Version 1.6.0: Enable support for native gRPC calls

- Native protocol support via RpcSession.call
- Splits RpcResponse into two:
   - RpcWebResponse for gRPC-Web
   - RpcNativeResponse for native gRPC
-  Add `example/test_call.py` for native call test
- Update RpcUri to get the method path
- Remove grpc-status and grpc-message from RpcResponse
- Raise error on status error from RpcSession.request
- Raise RpcError on non-zero status code
- Enhance test to show error response
- Update README.md