Skip to content

v0.13.2 Release

Compare
Choose a tag to compare
@ejona86 ejona86 released this 10 Mar 21:37
· 5418 commits to master since this release
  • Updates to Netty 4.1.0.CR3, which allows using netty-tcnative-boringssl-static 1.1.33.Fork14 which does not give a warning about executable stacks. All users of netty-tcnative must update to Fork14 due to a method signature change in tcnative
  • Fixes a bug in the Netty transport when handling GOAWAY that would cause all new RPCs on a Channel to fail until all preexisting RPCs completed. The new RPCs would fail with a message similar to "Cannot create stream 5 since this endpoint has received a GOAWAY frame with last stream id 3"
  • Fixes a deadlock when using the InProcess transport