File tree Expand file tree Collapse file tree 1 file changed +29
-7
lines changed Expand file tree Collapse file tree 1 file changed +29
-7
lines changed Original file line number Diff line number Diff line change 77 This attribute represents the pre-GA name for "Uniform Bucket Level Access"
88 becoming GA. Applications should use ` uniform_bucket_level_access ` instead.
99
10- ## v1.20 .0 - TBD
10+ ## v1.21 .0 - TBD
1111
12- ### Storage
12+ ## v1.20.0 - 2020-11
1313
14- ** BREAKING CHANGES: **
14+ ### Bigtable
1515
16- * Our public headers no longer include ` nlohmann/json.hpp ` . Please update your
17- code to directly include this header if you need it. We believe it is not a
18- good practice to depend on indirectly included headers, but do feel we should
19- warn our customers of this change.
16+ No user-facing changes.
2017
2118### Pub/Sub
2219
@@ -62,6 +59,31 @@ are close enough to a GA release that we think highlighting them is important.
6259 These limits are propagated to the service, and the service will stop
6360 streaming if too many messages (or bytes) are outstanding.
6461
62+ ### Spanner
63+
64+ No user-facing changes.
65+
66+ ### Storage
67+
68+ ** BREAKING CHANGES:**
69+
70+ * Our public headers no longer include ` nlohmann/json.hpp ` . Please update your
71+ code to directly include this header if you need it. We believe it is not a
72+ good practice to depend on indirectly included headers, but do feel we should
73+ warn our customers of this change.
74+
75+ ** OTHER CHANGES:**
76+
77+ * Unexpected curl errors will now be retried (#5312 )
78+ * docs: add error handling example from ` client->ReadObject() ` (#5274 )
79+ * feat(storage): Create an example for ` Client::DeleteResumableUpload() `
80+ * doc: prefer UBLA references over bucket-policy-only
81+
82+ ### Common Libraries
83+
84+ * Fixed occasional crash on background thread shutdown (#5324 )
85+ * ` GCP_LOG ` now serializes its output to ` std::clog ` (#5179 )
86+
6587## v1.19.0 - 2020-10
6688
6789### Storage
You can’t perform that action at this time.
0 commit comments