This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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-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
Original file line number Diff line number Diff line change 5151
5252
5353REQUIREMENTS = [
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
6160setup (
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 = [
You can’t perform that action at this time.
0 commit comments