17
0

- Update to 1.0.3:

* Make Client.build_api_url an instance method.
  * Prevent requests from hanging on SSL handshake

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-09-12 10:33:03 +00:00
committed by Git OBS Bridge
parent 83b1bc8d0b
commit 2860b871e5
4 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 12 10:32:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.3:
* Make Client.build_api_url an instance method.
* Prevent requests from hanging on SSL handshake
-------------------------------------------------------------------
Thu May 16 18:06:22 UTC 2019 - kwu@suse.com