Skip to content

Commit 56a5554

Browse files
tseavercrwilcox
authored andcommitted
chore(storage): release 1.23.0 (#9778)
1 parent 635d5e1 commit 56a5554

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

storage/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

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

7+
## 1.23.0
8+
9+
11-12-2019 12:57 PST
10+
11+
12+
### Implementation Changes
13+
- Move `create_bucket` implementation from `Bucket` to `Client`. ([#8604](https://github.com/googleapis/google-cloud-python/pull/8604))
14+
15+
### New Features
16+
- Add opt-in raw download support. ([#9572](https://github.com/googleapis/google-cloud-python/pull/9572))
17+
18+
### Dependencies
19+
- Pin `google-resumable-media >= 0.5.0, < 0.6dev`. ([#9572](https://github.com/googleapis/google-cloud-python/pull/9572))
20+
21+
### Documentation
22+
- Add python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
23+
24+
### Internal / Testing Changes
25+
- Fix query-string order dependent assert. ([#9728](https://github.com/googleapis/google-cloud-python/pull/9728))
26+
- Normalize VPCSC configuration in system tests. ([#9616](https://github.com/googleapis/google-cloud-python/pull/9616))
27+
728
## 1.22.0
829

930
11-05-2019 10:22 PST

storage/setup.py

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

0 commit comments

Comments
 (0)