File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-api-core/#history
66
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+
717## 0.1.3
818
919### Notable Implementation Changes
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'google-api-core' ,
71- version = '0.1.4.dev1 ' ,
71+ version = '0.1.4' ,
7272 description = 'Core Google API Client Library' ,
7373 long_description = README ,
7474 namespace_packages = ['google' ],
Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ much of the functionality has been split out into a new package
3333* ``0.1.1 `` (`PyPI <https://pypi.org/project/google-api-core/0.1.1/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.1 >`__)
3434* ``0.1.2 `` (`PyPI <https://pypi.org/project/google-api-core/0.1.2/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.2 >`__)
3535* ``0.1.3 `` (`PyPI <https://pypi.org/project/google-api-core/0.1.3/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.3 >`__)
36+ * ``0.1.4 `` (`PyPI <https://pypi.org/project/google-api-core/0.1.4/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.4 >`__)
You can’t perform that action at this time.
0 commit comments