File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-cloud-storage/#history
6
6
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
+
7
28
## 1.22.0
8
29
9
30
11-05-2019 10:22 PST
Original file line number Diff line number Diff line change 22
22
23
23
name = "google-cloud-storage"
24
24
description = "Google Cloud Storage API client library"
25
- version = "1.22 .0"
25
+ version = "1.23 .0"
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments