@@ -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