Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5acdad commit f2711ceCopy full SHA for f2711ce
core/CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-cloud-core/#history
6
7
+## 1.0.2
8
+
9
+06/11/2019 15:19 PDT
10
11
+### Internal Changes
12
+- Prevent requests from hanging on SSL handshake issue by adding a max timeout of 5 minutes. (#8207)
13
14
## 1.0.1
15
16
05-28-2019 11:22 PDT
core/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-core"
24
description = "Google Cloud API client core library"
25
-version = "1.0.1"
+version = "1.0.2"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments