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 49ddc9d commit 2b42e29Copy full SHA for 2b42e29
CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.1.0
8
+
9
+### Interface additions
10
11
+- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
12
13
+### Implementation changes
14
15
+- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
16
17
## 1.0.0
18
19
This is the stable v1.0.0 release of google-api-core for Python. Releases after
setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.0.0'
+version = '1.1.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments