Skip to content

Commit 143c687

Browse files
authored
doc: update CHANGELOG for v2.2.0 release (#9763)
1 parent 9e45a6f commit 143c687

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ may elicit a deprecation warning. See [#9086] for more details.
116116

117117
</details>
118118

119-
## v2.2.0 - TBD
119+
## v2.2.0 - 2022-09
120120

121121
### New Libraries
122122

@@ -141,6 +141,21 @@ the APIs in these libraries are stable, and are ready for production use.
141141

142142
</details>
143143

144+
### [Bigtable](/google/cloud/bigtable/README.md)
145+
146+
- fix(bigtable): `DataConnection` refreshes channels ([#9718](https://github.com/googleapis/google-cloud-cpp/pull/9718))
147+
- fix(bigtable): Use retry policy on all streams with failing mutations ([#9706](https://github.com/googleapis/google-cloud-cpp/pull/9706))
148+
- feat(bigtable): per-operation Options ([#9627](https://github.com/googleapis/google-cloud-cpp/pull/9627)) ([#9623](https://github.com/googleapis/google-cloud-cpp/pull/9623))
149+
150+
### [Dataproc](/google/cloud/dataproc/README.md)
151+
152+
- feat(dataproc): mark the dataproc services as location dependent ([#9722](https://github.com/googleapis/google-cloud-cpp/pull/9722))
153+
154+
### [Spanner](/google/cloud/spanner/README.md)
155+
156+
- feat(spanner): fine-grained access control ([#9669](https://github.com/googleapis/google-cloud-cpp/pull/9669))
157+
- feat(spanner): equality for copyable classes ([#9648](https://github.com/googleapis/google-cloud-cpp/pull/9648))
158+
144159
### [Storage](/google/cloud/storage/README.md)
145160

146161
- We have a new implementation for HTTP requests. This new implementation
@@ -151,6 +166,15 @@ the APIs in these libraries are stable, and are ready for production use.
151166
`GOOGLE_CLOUD_CPP_STORAGE_USE_LEGACY_HTTP` to any value to use the legacy
152167
implementation. We are planning to remove the legacy code and the
153168
`GOOGLE_CLOUD_CPP_STORAGE_USE_LEGACY_HTTP` environment variable by 2022-12.
169+
- feat(storage): improve error messages on stalled uploads ([#9744](https://github.com/googleapis/google-cloud-cpp/pull/9744))
170+
- feat(storage): equality for Native IAM types ([#9649](https://github.com/googleapis/google-cloud-cpp/pull/9649))
171+
- feat(storage): SA credentials default to self-signed JWTs ([#9629](https://github.com/googleapis/google-cloud-cpp/pull/9629))
172+
173+
### [Common Libraries](/google/cloud/README.md)
174+
175+
- feat: group GUAC `Options` in an `OptionsList` ([#9643](https://github.com/googleapis/google-cloud-cpp/pull/9643))
176+
- fix(rest): cache credentials ([#9620](https://github.com/googleapis/google-cloud-cpp/pull/9620))
177+
- doc: add table of contents to landing page ([#9671](https://github.com/googleapis/google-cloud-cpp/pull/9671))
154178

155179
## v2.1.0 - 2022-08
156180

0 commit comments

Comments
 (0)