Skip to content

Release v2.28.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtattermusch jtattermusch released this 03 Mar 17:03
· 3 commits to v2.28.x since this release
0b37fb3

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)