File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,19 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4242
4343## Release Notes
4444
45- ### v1.4.x - TBD
45+ ### v1.5.x - TBD
46+
47+ ### v1.4.x - 2019-11
48+
49+ * ** Breaking Changes**
50+ * The common libraries have been moved
51+ to the [ google-cloud-cpp-common repository] [ github-cpp-common ] .
52+ While this may not be a technically breaking change (the API and ABI
53+ remain unchanged, the include paths are the same), it will require
54+ application developers to change their build scripts.
55+ [ github-cpp-common ] : https://github.com/googleapis/google-cloud-cpp-common
56+ * Submodule builds no longer supported.
57+ * bug: pass along error message in Table: Apply retry loop (#3208 )
4658
4759### v1.3.x - 2019-10
4860
Original file line number Diff line number Diff line change @@ -44,7 +44,22 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4444
4545## Release Notes
4646
47- ### v1.6.x - TBD
47+ ### v1.7.x - TBD
48+
49+ ### v1.6.x - 2019-11
50+
51+ * ** Breaking Changes**
52+ * The common libraries have been moved
53+ to the [ google-cloud-cpp-common repository] [ github-cpp-common ] .
54+ While this may not be a technically breaking change (the API and ABI
55+ remain unchanged, the include paths are the same), it will require
56+ application developers to change their build scripts.
57+ [ github-cpp-common ] : https://github.com/googleapis/google-cloud-cpp-common
58+ * Submodule builds no longer supported.
59+ * feat: implement ` ComposeMany ` to efficiently compose more than 32 GCS objects
60+ * feat: implement a function to delete all the objects that match a given prefix
61+ * feat: support uniform bucket level access #3186
62+ * bug: use separate policy instances for each UploadChunk request #3213
4863
4964### v1.5.x - 2019-10
5065
You can’t perform that action at this time.
0 commit comments