Skip to content

Commit 6ebe10e

Browse files
authored
Update release notes [skip ci] (#3038)
1 parent 8396e1d commit 6ebe10e

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

google/cloud/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@ Documentation for the common utilities is available [online][doxygen-link].
2020

2121
## Release Notes
2222

23-
### v0.11.x - TBD
23+
### v0.12.x - TBD
24+
25+
### v0.11.x - 2019-09
26+
27+
* feat: Use macros for compiler id and version (#2937)
28+
* fix: Fix bazel build on windows. (#2940)
29+
* chore: Keep release tags in master branch. (#2963)
30+
* cleanup: Use only find_package to find dependencies. (#2967)
31+
* feat: Add ability to disable building libraries (#3025)
32+
* bug: fix builds with CMake 3.15 (#3033)
33+
* feat: Document behavior of passing empty string to SetEnv on Windows (#3030)
2434

2535
### v0.10.x - 2019-08
2636

google/cloud/bigtable/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4242

4343
## Release Notes
4444

45-
### v1.2.x - TBD
45+
### v1.3.x - TBD
46+
47+
### v1.2.x - 2019-09
48+
49+
* feat: Configure C++17 build. (#2961)
50+
* fix: use MetadataUpdatePolicy::FromClusterId. (#2968)
51+
* fix: correct invalid routing headers. (#2988)
4652

4753
### v1.1.x - 2019-08
4854

google/cloud/storage/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,32 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4444

4545
## Release Notes
4646

47-
### v1.4.x - TBD
47+
### v1.5.x - TBD
48+
49+
### v1.4.x - 2019-09
50+
51+
* feat: Random CRC and MD5 in storage throughput benchmark (#2943)
52+
* feat: Make GCS throughput benchmark record progress. (#2944)
53+
* feat: Increase download and upload buffers. (#2945)
54+
* feat: Increase the threshold for using resumable uploads (#2946)
55+
* cleanup: Don't include nljson.h from public oauth2 headers. (#2954)
56+
* bug: Handle CURLE_{RECV,SEND}_ERROR as StatusCode::kUnavailable. (#2965)
57+
* cleanup: Use ObjectMetadata in ResumableUploadResponse. (#2969)
58+
* bug: do not disable hashes when Disable{MD5,Crc32c} are set to false (#2979)
59+
* feat: Improve ObjectWriteStreambuf by replacing O(n^2) code. (#2989)
60+
* cleanup: use existing function to generate data. (#2992)
61+
* feat: allow applications to timeout stalled downloads. (#2993)
62+
* fix: Actually enable the error injection test. (#2995)
63+
* cleanup: Factor out payload creation from ServiceAccountCredentials:: (#2997)
64+
* cleanup: Add additional testing for credential helpers. (#3004)
65+
* fix: return proper error code from upload metadata (#3005)
66+
* bug: Fix the initial backoff interval. (#3007)
67+
* fix: eliminate a race condition from retry loop (#3013)
68+
* bug: Unit tests are too slow. (#3021)
69+
* fix: don't throw on expired retry policies (#3023)
70+
* bug: ReadObject() retries only once (#3028)
71+
* bug: CurlRequestBuilder not initializing all members. (#3035)
72+
* fix: use next_expected_byte() in retried uploads (#3037)
4873

4974
### v1.3.x - 2019-08
5075

0 commit comments

Comments
 (0)