File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4242
4343## Release Notes
4444
45- ### v1.6.x - TBD
45+ ### v1.7.x - TBD
46+
47+ ### v1.6.x - 2020-01
48+
49+ * feat: new functions to create Chain and Interleave filters from ranges of Filter objects
4650
4751### v1.5.x - 2019-12
4852* feat: implement Bigtable sync vs. async benchmark (#3276 )
Original file line number Diff line number Diff line change @@ -44,7 +44,17 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4444
4545## Release Notes
4646
47- ### v1.8.x - TBD
47+ ### v1.9.x - TBD
48+
49+ ### v1.8.x - 2020-01
50+
51+ * ** BREAKING CHANGE**
52+ * feat: move creating prefix marker to ComposeMany (#3296 )
53+ * feat: implement parallel uploads. For large files this can improve the upload
54+ bandwidth by a factor of 20. Note that in this release such uploads cannot be
55+ resumed after a program restart. (#3279 )
56+ * feat: support optionsRequestedPolicyVersion query parameter in GetBucketIamPolicy
57+ * fix: setting options in requests accepts crefs (#3287 )
4858
4959### v1.7.x - 2019-12
5060* fix: add logic to ObjectWriteStreambuf for handling jumps in upload ranges to fix #3280 (#3283 )
You can’t perform that action at this time.
0 commit comments