Skip to content

grpcio v0.12.0

Compare
Choose a tag to compare
@BusyJay BusyJay released this 07 Nov 05:29
· 18 commits to master since this release
bf7edad
  • Update prost to 0.11 (#595)
  • Update grpc to 1.46.5 (#593)
  • Update the security API of channel to match the C++ version (#593)

Note, 1.46.5 removes the support of epollex engine (which is the default engine before),
and enables transparent retry by default. So you may experience potential performance regression.
And 1.46.5 is also the last version that supports C++11. Next version will requires C++14.