1
0

- update to 1.17.0:

* api_core: add retry param into PollingFuture() and it’s inheritors (#9923) (14f1f34), closes #6197
  * api-core: add client_cert_source to ClientOptions (#17) (748c935)
  * consume part of StreamingResponseIterator to support failure while under a retry context (#10206) (2b103b6)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=25
This commit is contained in:
2020-06-02 16:16:44 +00:00
committed by Git OBS Bridge
parent 1b7231f539
commit 184a7fff1b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 2 16:14:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.17.0:
* api_core: add retry param into PollingFuture() and its inheritors (#9923) (14f1f34), closes #6197
* api-core: add client_cert_source to ClientOptions (#17) (748c935)
* consume part of StreamingResponseIterator to support failure while under a retry context (#10206) (2b103b6)
-------------------------------------------------------------------
Mon Apr 20 11:56:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>