Skip to content

0.30.0

Choose a tag to compare

@michaelbausor michaelbausor released this 22 Jan 21:57
c16fe4f

Add support for HTTP 1.1 JSON Transport

This release adds support for a new HTTP 1.1 / JSON transport (#118). This allows users who are unable to install the gRPC c extension to use our generated client libraries. Note that the new transport does not support streaming calls. This release also includes a large refactoring of the existing ApiCore classes to support the new generated clients.