SHA256
1
0
forked from pool/grpc

- Update to new upstream release 1.23

OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=44
This commit is contained in:
2019-08-22 10:38:39 +00:00
committed by Git OBS Bridge
parent fe68d40d69
commit f3dd5482aa
4 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Aug 18 16:29:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.23
* Fixed a bug where POST_RECV_MESSAGE was not being triggered.
* Renamed root certificate bundle in gRPC-C++ pod.
* Increased lower bound on DNS re-resolution period to 30 seconds.
* Fixed a segfault when forking while using gevent.
* Added channel idleness support
* Added threadpool support
-------------------------------------------------------------------
Wed Jun 5 18:52:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>