We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7515c07 commit 64bd7f0Copy full SHA for 64bd7f0
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.12.0
8
+
9
+06-18-2019 12:37 PDT
10
11
12
+### New Features
13
+- Add Throttling to Bidi Reopening. Mitigates ResumableBidiRpc consuming 100% CPU ([#8193](https://github.com/googleapis/google-cloud-python/pull/8193))
14
15
## 1.11.1
16
17
05-28-2019 11:19 PDT
setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-api-core"
24
description = "Google API client core library"
25
-version = "1.11.1"
+version = "1.12.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments