|
67 | 67 | details.
|
68 | 68 | </details>
|
69 | 69 |
|
70 |
| -## v1.32.0 - TBD |
| 70 | +## v1.33.0 - TBD |
| 71 | + |
| 72 | +## v1.32.0 - 2021-10 |
| 73 | + |
| 74 | +### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md) |
| 75 | + |
| 76 | +* docs(bigtable): add documentation for no channel refreshes ([#7373](https://github.com/googleapis/google-cloud-cpp/pull/7373)) |
| 77 | + |
| 78 | +### [IAM](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/iam/README.md) |
| 79 | + |
| 80 | +* feat(generator): generate a SetIamPolicy() overload with an OCC loop ([#7276](https://github.com/googleapis/google-cloud-cpp/pull/7276)) |
| 81 | +* doc(iam): use SetIamPolicy() read-modify-write loop in sample ([#7288](https://github.com/googleapis/google-cloud-cpp/pull/7288)) |
| 82 | + |
| 83 | +### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md) |
| 84 | + |
| 85 | +* feat(pubsub): use `google::cloud::Options` to configure the library. |
| 86 | + `pubsub::PublisherOptions`, `pubsub::SubscriberOptions`, and related |
| 87 | + functions are deprecated. We have not set a date to remove them, but if |
| 88 | + we ever do we plan to give you one year's notice. |
| 89 | +* fix(pubsub): avoid deadlocks in publish flow control ([#7313](https://github.com/googleapis/google-cloud-cpp/pull/7313)) |
| 90 | +* fix(pubsub): dont std::move PublisherOptions that we are still using ([#7270](https://github.com/googleapis/google-cloud-cpp/pull/7270)) |
71 | 91 |
|
72 | 92 | ### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md)
|
73 | 93 |
|
|
79 | 99 | clearly labeled `experimental`. Regardless, we apologize if this causes you
|
80 | 100 | inconvenience or additional work.
|
81 | 101 |
|
| 102 | +**OTHER CHANGES**: |
| 103 | + |
| 104 | +* fix(storage): eliminate dangling function references ([#7366](https://github.com/googleapis/google-cloud-cpp/pull/7366)) |
| 105 | +* doc: add gRPC steps to storage quickstart ([#7358](https://github.com/googleapis/google-cloud-cpp/pull/7358)) |
| 106 | +* fix(storage): restore deprecation warnings on MSVC ([#7325](https://github.com/googleapis/google-cloud-cpp/pull/7325)) |
| 107 | +* fix(storage): build with MSVC+x86 ([#7323](https://github.com/googleapis/google-cloud-cpp/pull/7323)) |
| 108 | +* feat(GCS+gRPC): reduce data copying in downloads ([#7303](https://github.com/googleapis/google-cloud-cpp/pull/7303)) |
| 109 | +* feat(GCS+gRPC): support timeouts for all requests ([#7299](https://github.com/googleapis/google-cloud-cpp/pull/7299)) |
| 110 | +* feat(storage): support timeouts for all requests ([#7295](https://github.com/googleapis/google-cloud-cpp/pull/7295)) |
| 111 | +* feat(storage): use generic parameters when resuming uploads ([#7292](https://github.com/googleapis/google-cloud-cpp/pull/7292)) |
| 112 | +* feat(GCS+gRPC): implement standard parameters ([#7272](https://github.com/googleapis/google-cloud-cpp/pull/7272)) |
| 113 | +* fix(storage): use CA info options in credentials ([#7261](https://github.com/googleapis/google-cloud-cpp/pull/7261)) |
| 114 | +* doc(storage): handle kNotFound in example ([#7252](https://github.com/googleapis/google-cloud-cpp/pull/7252)) |
| 115 | + |
| 116 | +### [Spanner](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/spanner/README.md) |
| 117 | + |
| 118 | +* feat(generator): generate a SetIamPolicy() overload with an OCC loop ([#7276](https://github.com/googleapis/google-cloud-cpp/pull/7276)) |
| 119 | +* feat(spanner): add factory functions for instance/database/backup ([#7321](https://github.com/googleapis/google-cloud-cpp/pull/7321)) |
| 120 | +* doc(spanner): convert Spanner samples to use the generated admin APIs ([#7311](https://github.com/googleapis/google-cloud-cpp/pull/7311)) |
| 121 | +* feat(spanner): add generated admin APIs ([#7285](https://github.com/googleapis/google-cloud-cpp/pull/7285)) |
| 122 | + |
| 123 | +### [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md) |
| 124 | + |
| 125 | +* fix: substitute build metadata (git commit) in bazel builds ([#7378](https://github.com/googleapis/google-cloud-cpp/pull/7378)) |
| 126 | +* feat(common): add ability to supply a user-run CQ to gRPC options ([#7354](https://github.com/googleapis/google-cloud-cpp/pull/7354)) |
| 127 | + |
82 | 128 | ## v1.31.1 - 2021-09
|
83 | 129 |
|
84 | 130 | ### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md)
|
|
0 commit comments