SHA256
1
0
forked from pool/grpc

Accepting request 908868 from home:badshah400:branches:devel:tools

Update to version 1.39.0.

OBS-URL: https://build.opensuse.org/request/show/908868
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=100
This commit is contained in:
2021-07-28 11:56:10 +00:00
committed by Git OBS Bridge
parent 865747b9f8
commit b0148ddd8a
5 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jul 28 11:09:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.39.0:
* Core
- Initialize tcp_posix for CFStream when needed
(gh#grpc/grpc#26530).
- Update boringssl submodule (gh#grpc/grpc#26520).
- Fix backup poller races (gh#grpc/grpc#26446).
- Use default port 443 in HTTP CONNECT request
(gh#grpc/grpc#26331).
* C++
- New iomgr implementation backed by the EventEngine API
(gh#grpc/grpc#26026).
- async_unary_call: add a Destroy method, called by
std::default_delete (gh#grpc/grpc#26389).
- De-experimentalize C++ callback API (gh#grpc/grpc#25728).
* PHP: stop reading composer.json file just to read the version
string (gh#grpc/grpc#26156).
* Ruby: Set XDS user agent in ruby via macros
(gh#grpc/grpc#26268).
- Update so version in keeping with upstream (16 -> 18).
-------------------------------------------------------------------
Tue Jun 22 12:20:04 UTC 2021 - Jan Engelhardt <jengelh@inai.de>