We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b12fda commit 52b4edcCopy full SHA for 52b4edc
1 file changed
google/cloud/storage/CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
3
-## v1.11.x - TBD
+## v1.12.x - TBD
4
+
5
+## v1.11.x - 2020-03
6
7
+* feat: implement resumable parallel file uploads (#3389) - allow applications
8
+ to use multiple threads to upload large files, achieving throughput in excess
9
+ of 1GiB/s. With this change applications can restart such uploads even if the
10
+ application restarts.
11
+* chore: upgrade testbench to Python 3 (#3402) - you will need to have Python 3
12
+ installed to run the integration tests.
13
14
## v1.10.x - 2020-02
15
0 commit comments