- Fix bug in Grpc-lwt-client to fetch status code from response header (#58) (acerone85) review by (@quernd)
- Update Async dependency to v0.17.0 (#62 (@tmcgilchrist)
- Report HTTP2 error status when it's not OK (#22) (@quernd)
- Fix message extraction behavior for batched messages (#33) (@quernd)
- Async server implementation (#27) (@tmcgilchrist)
- Eio server and client implementation (#21) (@quernd)
- Getting started documentation (#25) (@tmcgilchrist)
- Fix a race condition where gRPC status was not reported (#26) (@doctor-pi)
- OPAM packages for
grpc-examples
andgrpc-bench
(#24) (@tmcgilchrist)
Initial public release: Message transport, Lwt server and client (@jeffa5), Async client (@mbacarella) Contributions by: @ansiwen @doctor-pi @quernd @wokalski