Skip to content

Commit ef16bdd

Browse files
authored
Release storage 1.9.0 (googleapis#5299)
* Release 1.9.0
1 parent 01f6c31 commit ef16bdd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

storage/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
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

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

0 commit comments

Comments
 (0)