File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed 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.3
8+
9+ ### Notable Implementation Changes
10+
11+ - Apply scopes to explicitly provided credentials if needed (#4594 ).
12+ - Removing ` google.api_core.gapic_v1.method.METRICS_METADATA_KEY ` . It
13+ can be accessed via
14+ ` google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY ` (#4588 ).
15+
16+ ### Dependencies
17+
18+ - Upgrading to latest ` grpcio==1.8.2 ` (#4642 ). For details, see
19+ related gRPC [ bug] ( https://github.com/grpc/grpc/issues/9688 )
20+ and [ fix] ( https://github.com/grpc/grpc/pull/13665 ) .
21+
22+ PyPI: https://pypi.org/project/google-api-core/0.1.3/
23+
724## 0.1.2
825
926- Upgrading ` concurrent.futures ` backport from ` >= 3.0.0 `
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'google-api-core' ,
71- version = '0.1.3.dev1 ' ,
71+ version = '0.1.3' ,
7272 description = 'Core Google API Client Library' ,
7373 long_description = README ,
7474 namespace_packages = ['google' ],
You can’t perform that action at this time.
0 commit comments