From 4876c141a5a2f12645bdd1eb986140c0470b7196e5465dc56f9400d006af5557 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Mar 2021 10:11:40 +0000 Subject: [PATCH] stick to changelog policy OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=84 --- grpc.changes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/grpc.changes b/grpc.changes index c03f19b..f941064 100644 --- a/grpc.changes +++ b/grpc.changes @@ -3,21 +3,21 @@ Thu Mar 4 09:53:13 UTC 2021 - Paolo Stivanin - Update to 1.36.1: * Core: - - Remove unnecessary internal pollset set in c-ares DNS resolver - - Support Default Root Certs in Tls Credentials - - back-port: add env var protection for google-c2p resolver + * Remove unnecessary internal pollset set in c-ares DNS resolver + * Support Default Root Certs in Tls Credentials + * back-port: add env var protection for google-c2p resolver * C++: - - Move third party identity C++ api out of experimental namespace - - refactor!: change error_details functions to templates - - Support ServerContext for callback API + * Move third party identity C++ api out of experimental namespace + * refactor!: change error_details functions to templates + * Support ServerContext for callback API * PHP: - - support for PSM security - - fixed segfault on reused call object - - fixed phpunit 8 warnings + * support for PSM security + * fixed segfault on reused call object + * fixed phpunit 8 warnings * Python: - - Implement Python Client and Server xDS Creds + * Implement Python Client and Server xDS Creds * Ruby: - - Drop support for ruby 2.3 + * Drop support for ruby 2.3 ------------------------------------------------------------------- Fri Feb 19 23:32:13 UTC 2021 - Jan Engelhardt