Skip to content

Commit

Permalink
Making google-cloud-pubsub==0.30.1 release. (#4644)
Browse files Browse the repository at this point in the history
* Making `google-cloud-pubsub==0.30.1` release.

* Also making `google-api-core==0.1.3` release.

* Dropping the Pub / Sub dependency on `grpcio`.
  • Loading branch information
dhermes authored Dec 21, 2017
1 parent ad7f591 commit d8af50c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

[1]: https://pypi.org/project/google-api-core/#history

## 0.1.3

### Notable Implementation Changes

- Apply scopes to explicitly provided credentials if needed (#4594).
- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
can be accessed via
`google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).

### Dependencies

- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
and [fix](https://github.com/grpc/grpc/pull/13665).

PyPI: https://pypi.org/project/google-api-core/0.1.3/

## 0.1.2

- Upgrading `concurrent.futures` backport from `>= 3.0.0`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name='google-api-core',
version='0.1.3.dev1',
version='0.1.3',
description='Core Google API Client Library',
long_description=README,
namespace_packages=['google'],
Expand Down

0 comments on commit d8af50c

Please sign in to comment.