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 555d8ce commit 72af661Copy full SHA for 72af661
CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 0.1.4
8
+
9
+### New Features
10
11
+- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
12
13
+### Notable Implementation Changes
14
15
+- Fix handling of gapic metadata when specified as `None`. (#4701)
16
17
## 0.1.3
18
19
### Notable Implementation Changes
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name='google-api-core',
71
- version='0.1.4.dev1',
+ version='0.1.4',
72
description='Core Google API Client Library',
73
long_description=README,
74
namespace_packages=['google'],
0 commit comments