File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
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.9.0
8+
9+ ### Implementation Changes
10+ - Change GCS batch endpoint from ` /batch ` to ` /batch/storage/v1 ` (#5040 )
11+
12+ ### New Features
13+ - Allow uploading files larger than 2GB by using Resumable Media Requests (#5187 )
14+ - Add range downloads (#5081 )
15+
16+ ### Documentation
17+ - Update docstring to reflect correct units (#5277 )
18+ - Replace link to 404 object IAM docs with a note on limited utility. (#5181 )
19+ - Update doc reference in GCS client documentation (#5084 )
20+ - Add see also for ` Bucket.create ` method call for ` Client.create_bucket() ` documentation. (#5073 )
21+ - Link out to requester pays docs. (#5065 )
22+
23+ ### Internal / Testing Changes
24+ - Add testing support for Python 3.7; remove testing support for Python 3.4. (#5295 )
25+ - Fix bad trove classifier
26+ - Remove unused var (flake8 warning) (#5280 )
27+ - Fix unit test moving batch to batch/storage/v1 (#5082 )
28+
729## 1.8.0
830
931### New features
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.8 .0'
25+ version = '1.9 .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