SHA256
1
0
forked from pool/grpc

Accepting request 876703 from home:polslinux:branches:devel:tools

- 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
  * C++:
    - 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
  * Python:
    - Implement Python Client and Server xDS Creds
  * Ruby:
    - Drop support for ruby 2.3

OBS-URL: https://build.opensuse.org/request/show/876703
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=83
This commit is contained in:
2021-03-04 10:09:51 +00:00
committed by Git OBS Bridge
parent 40c13849e3
commit 499f173f6c
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Mar 4 09:53:13 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- 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
* C++:
- 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
* Python:
- Implement Python Client and Server xDS Creds
* Ruby:
- Drop support for ruby 2.3
-------------------------------------------------------------------
Fri Feb 19 23:32:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>