- update to 1.12.0:
Core:
* Update protobuf submodule to 3.5.2 (#15114)
* Make GrpcBuffer{Reader|Writer} Public (#14541)
* Compile Out Tracers Option (#15108)
* Fix bug in an address sorting comparison (#15208)
* Fix: Check retry timer before starting resolving (#15156)
* Fix c-ares resolution with default authority (#15073)
* Fix c-ares resolver crash when DNS server unreachable (#15134)
* Performance: Avoid low severity log message construction (#14945)
* Peformance: Enable SIO_LOOPBACK_FAST_PATH on Windows (#14905)
C#:
* Add RpcException.StatusCode property (#15140)
* Improvements to C# build instructions (#15178)
Python:
* Eliminate grpcio package dependency on protobuf package (#15034).
Please pay extra attention if you are using gRPC with Protocol Buffers and
your deployment scripts do not explicitly list the correct dependencies
and used to rely on the transitive Python package dependency from grpcio to protobuf.
* A new grpc.Channel.close method is introduced and correct use of gRPC
Python now requires that channels be closed after use. No existing code
should observably break when upgrading to 1.12 but code that creates
channels but does not close them will not be supported in 1.13 and later.
Core:
* Fix: Check retry timer before starting resolving (#15156)
* Fix c-ares resolution with default authority (#15073)
* Fix c-ares resolver crash when DNS server unreachable (#15134)
* Add core underpinnings for TLS session ticket support (#14483)
* Experimental support for configurable retries (use at your own risk) (#10684)
* Fail calls with wait_for_ready=false on transient resolver failure (#14733)
OBS-URL: https://build.opensuse.org/request/show/610355
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=20