|
52 | 52 | the call site. See [#5929] for more details.
|
53 | 53 | </details>
|
54 | 54 |
|
55 |
| -## v1.31.0 - TBD |
| 55 | +## v1.32.0 - TBD |
56 | 56 |
|
57 |
| -## [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md) |
| 57 | +## v1.31.0 - 2021-09 |
| 58 | + |
| 59 | +### [BigQuery](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigquery/README.md) |
| 60 | + |
| 61 | +* feat(generator): add default tracing components and options ([#7219](https://github.com/googleapis/google-cloud-cpp/pull/7219)) |
| 62 | + |
| 63 | +### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md) |
| 64 | + |
| 65 | +* feat(bigtable): add Make(Data,Admin,InstanceAdmin)Client methods that take Options ([#7226](https://github.com/googleapis/google-cloud-cpp/pull/7226)) |
| 66 | + |
| 67 | +### [IAM](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/iam/README.md) |
| 68 | + |
| 69 | +* feat(generator): add default tracing components and options ([#7219](https://github.com/googleapis/google-cloud-cpp/pull/7219)) |
| 70 | + |
| 71 | +### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md) |
| 72 | + |
| 73 | +* feat(pubsub): support Topic retention duration ([#7196](https://github.com/googleapis/google-cloud-cpp/pull/7196)) |
| 74 | + |
| 75 | +### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md) |
| 76 | + |
| 77 | +* fix: release CurlRequest handles on error ([#7244](https://github.com/googleapis/google-cloud-cpp/pull/7244)) |
| 78 | +* feat(storage): add additional examples ([#7224](https://github.com/googleapis/google-cloud-cpp/pull/7224)) |
| 79 | +* feat(storage): aggregate upload benchmark ([#7190](https://github.com/googleapis/google-cloud-cpp/pull/7190)) |
| 80 | +* fix(GCS+gRPC): quickstart build with Bazel+Windows ([#7147](https://github.com/googleapis/google-cloud-cpp/pull/7147)) |
| 81 | +* fix(storage): release handles for oauth2 refresh ([#7136](https://github.com/googleapis/google-cloud-cpp/pull/7136)) |
| 82 | +* fix(GCS+gRPC): return status on stream closure ([#7128](https://github.com/googleapis/google-cloud-cpp/pull/7128)) |
| 83 | +* feat(storage): make benchmark more robust on stalls ([#7113](https://github.com/googleapis/google-cloud-cpp/pull/7113)) |
| 84 | +* feat(GCS+gRPC): timeout downloads in benchmark ([#7112](https://github.com/googleapis/google-cloud-cpp/pull/7112)) |
| 85 | +* feat(GCS+gRPC): initial support for download timeouts ([#7108](https://github.com/googleapis/google-cloud-cpp/pull/7108)) |
| 86 | + |
| 87 | +### [Spanner](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/spanner/README.md) |
| 88 | + |
| 89 | +* feat(spanner): support for JSON as a column type ([#7212](https://github.com/googleapis/google-cloud-cpp/pull/7212)) |
| 90 | +* feat(spanner): tagging support ([#7154](https://github.com/googleapis/google-cloud-cpp/pull/7154)) |
| 91 | +* feat(spanner): send session-refresh request at low priority ([#7140](https://github.com/googleapis/google-cloud-cpp/pull/7140)) |
| 92 | +* fix(spanner): fix Client::OverlayQueryOptions() to merge correctly ([#7118](https://github.com/googleapis/google-cloud-cpp/pull/7118)) |
| 93 | + |
| 94 | +### [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md) |
58 | 95 |
|
59 | 96 | **BREAKING CHANGES**:
|
60 | 97 |
|
|
64 | 101 | removed. If your code previously relied on `sor.status() = new_status` you
|
65 | 102 | should change it to `sor = new_status`. ([#7150](https://github.com/googleapis/google-cloud-cpp/pull/7150))
|
66 | 103 |
|
| 104 | +**OTHER CHANGES**: |
| 105 | + |
| 106 | +* feat(common): add GrpcChannelArgumentsNativeOption ([#7194](https://github.com/googleapis/google-cloud-cpp/pull/7194)) |
| 107 | +* feat(common): capture thread that creates log record ([#7119](https://github.com/googleapis/google-cloud-cpp/pull/7119)) |
| 108 | + |
67 | 109 | ## v1.30.1 - 2021-08
|
68 | 110 |
|
69 | 111 | ### BigQuery
|
|
0 commit comments