Skip to content

Commit d8af50c

Browse files
authored
Making google-cloud-pubsub==0.30.1 release. (#4644)
* Making `google-cloud-pubsub==0.30.1` release. * Also making `google-api-core==0.1.3` release. * Dropping the Pub / Sub dependency on `grpcio`.
1 parent ad7f591 commit d8af50c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
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'],

0 commit comments

Comments
 (0)