File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-storage/#history
66
7+ ## 1.11.0
8+
9+ ### Implementation Changes
10+ - Preserve message / args from an ` InvalidResponse ` . (#5492 )
11+ - Fix generating signed urls for blobs with non-ascii names. (#5625 )
12+ - Move bucket location specification to ` Bucket.create ` ; deprecate ` Bucket.location ` setter (#5808 )
13+
14+ ### New Features
15+ - Add ` Client.get_service_account_email ` . (#5765 )
16+
17+ ### Documentation
18+ - Clarify ` None ` values for resource-backed properties. (#5509 )
19+ - Elaborate docs for ` {Bucket,Blob}.make_{public,private} ` ; note how to enable anonymous accesss to ` Blob.public_url ` . (#5767 )
20+
21+ ### Internal / Testing Changes
22+ - Harden ` create_bucket ` systest against 429 responses. (#5535 )
23+ - Add system test: signed URLs w/ non-ASCII blob name. (#5626 )
24+ - Harden ` tearDownModule ` against 429 TooManyRequests. (#5701 )
25+ - Retry ` notification.create() ` on ` 503 ServiceUnavailable ` . (#5741 )
26+ - Fix failing KMS system tests. (#5832 , #5837 , #5860 )
27+
728## 1.10.0
829
930### New Features
1031- Add support for KMS keys (#5259 )
11- - Add ' {Blob,Bucket}make_private' method (#5336 )
32+ - Add ` {Blob,Bucket}make_private ` method (#5336 )
1233
1334### Internal / Testing Changes
1435- Modify system tests to use prerelease versions of grpcio (#5304 )
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-storage'
2424description = 'Google Cloud Storage API client library'
25- version = '1.10 .0'
25+ version = '1.11 .0'
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments