Skip to content

Commit da4050e

Browse files
authored
chore: update changelog for v2.0.0 release (#9439)
1 parent 8431f82 commit da4050e

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ For status on this, see https://github.com/googleapis/google-cloud-cpp/issues/88
9595
details.
9696
</details>
9797

98-
## v2.0.0 - TBD
98+
## v2.1.0 - TBD
99+
100+
## v2.0.0 - 2022-07
99101

100102
**BREAKING CHANGES**
101103

@@ -121,12 +123,6 @@ require CMake >= 3.10, and only test with GCC >= 7.3.
121123

122124
**OTHER CHANGES**
123125

124-
We are introducing a new client library. While we do not anticipate any API
125-
changes to this library before declaring it GA, we are releasing it early in
126-
case it elicits some feedback that requires changes.
127-
128-
* [Video Services](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/video/README.md)
129-
130126
### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md)
131127

132128
We introduced a [new constructor][modern-table-ctor] for `Table` which accepts a
@@ -175,6 +171,35 @@ See [Migrating from `DataClient` to `DataConnection`][cbt-dataclient-migration].
175171
[cbt-dataclient-migration]: https://googleapis.dev/cpp/google-cloud-bigtable/latest/migrating-from-dataclient.html
176172
[cbt-modern-policies]: https://github.com/googleapis/google-cloud-cpp/blob/62740c8e9180056db77d4dd3e80a6fa7ae71295a/google/cloud/bigtable/options.h#L137-L165
177173

174+
* doc(bigtable): how to mock the Data API ([#9415](https://github.com/googleapis/google-cloud-cpp/pull/9415))
175+
* feat(bigtable): modern `Table` constructor ([#9403](https://github.com/googleapis/google-cloud-cpp/pull/9403))
176+
* feat(generator): support explicit routing headers ([#9368](https://github.com/googleapis/google-cloud-cpp/pull/9368))
177+
* fix(bigtable)!: pass app profile id to connection as options ([#9388](https://github.com/googleapis/google-cloud-cpp/pull/9388))
178+
* feat(bigtable): add `AppProfileIdOption` ([#9382](https://github.com/googleapis/google-cloud-cpp/pull/9382))
179+
* feat(bigtable): table resource name as a class ([#9377](https://github.com/googleapis/google-cloud-cpp/pull/9377))
180+
* feat(bigtable): instance name as a class ([#9374](https://github.com/googleapis/google-cloud-cpp/pull/9374))
181+
* feat(bigtable): introduce `MockDataConnection` and `MakeTestRowReader` ([#9335](https://github.com/googleapis/google-cloud-cpp/pull/9335))
182+
* feat(bigtable): introduce `DataConnection` ([#9323](https://github.com/googleapis/google-cloud-cpp/pull/9323))
183+
* feat(bigtable): modern Data API policy options ([#9320](https://github.com/googleapis/google-cloud-cpp/pull/9320))
184+
185+
### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md)
186+
187+
* doc(pubsub): improve documentation for `*AckHandler` ([#9404](https://github.com/googleapis/google-cloud-cpp/pull/9404))
188+
* feat(pubsub): update subscription builders ([#9326](https://github.com/googleapis/google-cloud-cpp/pull/9326))
189+
190+
### [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md)
191+
192+
* fix(generator): handle explicit routing params for nested fields ([#9408](https://github.com/googleapis/google-cloud-cpp/pull/9408))
193+
* feat(common): truncation support for plain strings in the RPC log ([#9351](https://github.com/googleapis/google-cloud-cpp/pull/9351))
194+
195+
### New Libraries
196+
197+
We are introducing a new client library. While we do not anticipate any API
198+
changes to this library before declaring it GA, we are releasing it early in
199+
case it elicits some feedback that requires changes.
200+
201+
* [Video Services](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/video/README.md)
202+
178203
## v1.42.0 - 2022-06
179204

180205
We are happy to announce the following GA libraries. Unless specifically noted,

0 commit comments

Comments
 (0)