Skip to content

Commit 8f98671

Browse files
authored
chore: update changelog for v2.3.0 (#9963)
1 parent 058887b commit 8f98671

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 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.3.0 - TBD
119+
## v2.3.0 - 2022-10
120120

121121
### New Libraries
122122

@@ -126,6 +126,32 @@ the APIs in these libraries are stable, and are ready for production use.
126126
- [Distributed Cloud Edge Container API](/google/cloud/edgecontainer/README.md)
127127
- [Network Connectivity API](/google/cloud/networkconnectivity/README.md)
128128

129+
### [BigQuery](/google/cloud/bigquery/README.md)
130+
131+
The library has been expanded to include [Analytics Hub][bq-analytics-hub], an
132+
API that facilitates data sharing within and across organizations.
133+
([#9882](https://github.com/googleapis/google-cloud-cpp/pull/9882))
134+
135+
### [Spanner](/google/cloud/spanner/README.md)
136+
137+
- fix(spanner): remove session from pool upon "not found" refresh failure ([#9954](https://github.com/googleapis/google-cloud-cpp/pull/9954))
138+
- feat(spanner): add support for Customer Managed Multi-Region (CMMR) read-only replicas at instance creation time ([#9872](https://github.com/googleapis/google-cloud-cpp/pull/9872))
139+
140+
### [Storage](/google/cloud/storage/README.md)
141+
142+
- feat(storage): easier mocks for `HmacKeyMetadata` ([#9949](https://github.com/googleapis/google-cloud-cpp/pull/9949))
143+
- feat(storage): easier mocks for `*AccessControl` ([#9910](https://github.com/googleapis/google-cloud-cpp/pull/9910))
144+
- feat(storage): easier mocks with `ObjectMetadata` ([#9899](https://github.com/googleapis/google-cloud-cpp/pull/9899))
145+
- fix(storage): decay type before testing supported-options membership ([#9893](https://github.com/googleapis/google-cloud-cpp/pull/9893))
146+
- feat(storage): easier mocks with `BucketMetadata` ([#9886](https://github.com/googleapis/google-cloud-cpp/pull/9886))
147+
- fix(storage): error message for resumable uploads ([#9855](https://github.com/googleapis/google-cloud-cpp/pull/9855))
148+
- feat(storage): release `*StallMinimumThroughputOption` ([#9813](https://github.com/googleapis/google-cloud-cpp/pull/9813))
149+
- fix(storage): no workaround needed with libc++ and MSVC ([#9768](https://github.com/googleapis/google-cloud-cpp/pull/9768))
150+
151+
### [Common Libraries](/google/cloud/README.md)
152+
153+
- fix(common): better defaults for curl initialization ([#9798](https://github.com/googleapis/google-cloud-cpp/pull/9798))
154+
129155
## v2.2.0 - 2022-09
130156

131157
### New Libraries
@@ -3170,6 +3196,7 @@ releases. The relevant notes are:
31703196
[#9659]: https://github.com/googleapis/google-cloud-cpp/issues/9659
31713197
[architecture design]: /ARCHITECTURE.md#the-client-classes
31723198
[architecture-connection]: /ARCHITECTURE.md#the-connection-classes
3199+
[bq-analytics-hub]: https://cloud.google.com/bigquery/docs/analytics-hub-introduction
31733200
[cbt-dataclient-migration]: https://googleapis.dev/cpp/google-cloud-bigtable/latest/migrating-from-dataclient.html
31743201
[cloud bigtable admin api]: https://cloud.google.com/bigtable/docs/reference/admin/rpc
31753202
[cloud tasks]: /google/cloud/tasks/README.md

0 commit comments

Comments
 (0)