Skip to content

Commit 88d7735

Browse files
authored
chore: november release notes and ABI update (#5396)
1 parent b0020c1 commit 88d7735

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
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

0 commit comments

Comments
 (0)