Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 1785b6e

Browse files
authored
Release 1.10.0 (googleapis#5346)
1 parent b7b8444 commit 1785b6e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

storage/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

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+
716
## 1.9.0
817

918
### Implementation Changes

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.9.0'
25+
version = '1.10.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)