Skip to content

Commit 90f3d0b

Browse files
authored
Prep storage-1.11.0 release. (#5856)
Closes #5855.
1 parent f1cc11b commit 90f3d0b

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

storage/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@
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)

storage/setup.py

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

2323
name = 'google-cloud-storage'
2424
description = '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'

0 commit comments

Comments
 (0)