grpcio v0.12.0
- 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.