Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 1f8112c

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 4343c41 commit 1f8112c

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

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-cloud-pubsub/#history
66

7+
## 0.30.1
8+
9+
### Notable Implementation Changes
10+
11+
- Moving lock factory used in publisher client to the Batch
12+
implementation (#4628).
13+
- Use a UUID (rather than a sentinel object) on `Future` (#4634).
14+
15+
### Dependencies
16+
17+
- Upgrading to `google-api-core==0.1.3` which depends on the latest
18+
`grpcio==1.8.2` (#4642). This fixes #4600. For details, see related
19+
gRPC [bug](https://github.com/grpc/grpc/issues/9688) and
20+
[fix](https://github.com/grpc/grpc/pull/13665).
21+
22+
PyPI: https://pypi.org/project/google-cloud-pubsub/0.30.1/
23+
724
## 0.30.0
825

926
### Notable Implementation Changes

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,15 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-api-core[grpc] >= 0.1.2, < 0.2.0dev',
55-
'grpcio >= 1.8.2',
54+
'google-api-core[grpc] >= 0.1.3, < 0.2.0dev',
5655
'google-auth >= 1.0.2, < 2.0dev',
5756
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
5857
'psutil >= 5.2.2, < 6.0dev',
5958
]
6059

6160
setup(
6261
name='google-cloud-pubsub',
63-
version='0.30.1.dev1',
62+
version='0.30.1',
6463
description='Python Client for Google Cloud Pub/Sub',
6564
long_description=README,
6665
namespace_packages=[

0 commit comments

Comments
 (0)