Skip to content

Commit 51c6dfa

Browse files
authored
update release notes [skip ci] (#3177)
* update release notes [skip ci] * Address review comments.
1 parent d23f931 commit 51c6dfa

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

google/cloud/README.md

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

2121
## Release Notes
2222

23-
### v0.12.x - TBD
23+
### v0.13.x - TBD
24+
25+
### v0.12.x - 2019-10
26+
27+
* bug: fix runtime install directory (#3063)
2428

2529
### v0.11.x - 2019-09
2630

google/cloud/bigtable/README.md

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

4343
## Release Notes
4444

45-
### v1.3.x - TBD
45+
### v1.4.x - TBD
46+
47+
### v1.3.x - 2019-10
48+
49+
* bug: fix runtime install directory (#3063)
4650

4751
### v1.2.x - 2019-09
4852

google/cloud/storage/README.md

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

4545
## Release Notes
4646

47-
### v1.5.x - TBD
47+
### v1.6.x - TBD
48+
49+
### v1.5.x - 2019-10
50+
51+
* feat: treat `CURLE_SSL_CONNECT_ERROR as retryable` (#3077)
52+
* feat: Change JSON endpoint for `google/cloud/storage`. (#3076)
53+
* bug: restart downloads with retryable HTTP errors. (#3072)
54+
* bug: calls to `resumable_session_id()` result in segfaults (#3062)
55+
* feat: added `ReadLast` option for reading object from end (#3058)
56+
* bug: handle `CURLE_PARTIAL_FILE` as recoverable (#3061)
57+
* bug: fix runtime install directory (#3063)
58+
* bug: verify checksums and hashes on `xgetsn()` (#3057)
59+
* bug: return all bytes when stream is closed (#3054)
60+
* feat: reset retry policy for each retry loop (#3050)
4861

4962
### v1.4.x - 2019-09
5063

0 commit comments

Comments
 (0)