New features
- Add option to ignore calls to unknown gRPC services (#788)
- Support large deadline on the server (#763)
- Optimize client buffers during serialization (#775)
Change
- Change non-OK status client log message from error to info (#777)
Fixes
- Fix error when there is a very large deadline on the client (#762)
- Fix sending large grpc-web-text requests in gRPC-Web client (#766)
- Fix error when not resetting HTTP version in gRPC-Web client (#774)
- Complete activity and log before returning result in client (#779)
- Avoid CancellationToken related allocations on the server (#787)