- N/A
- Update Poetry dependencies. Unpin Flask, bump Pytest, cap Protobuf because of broken dependencies within 3.14.0
- Fix broken import bug with Flask Bridge
- Method invocations returned for the GRPC Reflection Interface now accept parameters for
timeout
,metadata
,credentials
,wait_for_ready
, andcompression
, matching the full contract forUnaryUnaryMultiCallable
objects.
- Fixed broken GRPC Reflection Interface. Now instantiates a reflection client as expected.
- Updated the README with shields and install instructions
- Added Poetry lock file
Initial release.