We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b8444 commit 1785b6eCopy full SHA for 1785b6e
2 files changed
storage/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
[1]: https://pypi.org/project/google-cloud-storage/#history
6
7
+## 1.10.0
8
+
9
+### New Features
10
+- Add support for KMS keys (#5259)
11
+- Add '{Blob,Bucket}make_private' method (#5336)
12
13
+### Internal / Testing Changes
14
+- Modify system tests to use prerelease versions of grpcio (#5304)
15
16
## 1.9.0
17
18
### Implementation Changes
storage/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-storage'
24
description = 'Google Cloud Storage API client library'
25
-version = '1.9.0'
+version = '1.10.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments