@@ -108,7 +108,7 @@ info, see [#7463] and [#5976].
108108
109109</details >
110110
111- ## v2.14.0 - TBD
111+ ## v2.14.0 - 2023-08
112112
113113### New Libraries
114114
@@ -117,18 +117,30 @@ the APIs in these libraries are stable, and are ready for production use.
117117
118118- [ Commerce] ( /google/cloud/commerce/README.md )
119119
120+ ### [ Bigtable] ( /google/cloud/bigtable/README.md )
121+
122+ - docs(bigtable): document ` DataRetryPolicy `
123+ ([ #12040 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12040 ) )
124+ - feat(bigtable): reverse scans
125+ ([ #12022 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12022 ) )
126+
120127### [ Channel Services] ( /google/cloud/channel/README.md )
121128
122129The library has been expanded to include the Reporting API.
123130
124- ### [ Cloud Monitoring ] ( /google/cloud/monitoring /README.md )
131+ ### [ Cloud Build ] ( /google/cloud/cloudbuild /README.md )
125132
126- The library has been expanded to include the [ Snooze] [ monitoring-snooze ] API.
133+ - feat(cloudbuild): promote 2nd gen (repositories) API to GA
134+ ([ #12236 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12236 ) )
127135
128136### [ Cloud Functions] ( /google/cloud/functions/README.md )
129137
130138The library has been expanded to include the [ 2nd gen] [ functions-v2 ] API.
131139
140+ ### [ Cloud Monitoring] ( /google/cloud/monitoring/README.md )
141+
142+ The library has been expanded to include the [ Snooze] [ monitoring-snooze ] API.
143+
132144### [ Cloud Run] ( /google/cloud/run/README.md )
133145
134146The library has been expanded to include the [ Job Executions] [ cloud-run-jobs ]
@@ -138,6 +150,11 @@ API.
138150
139151The library has been expanded to include the Zonal OS Config API.
140152
153+ ### [ Data Catalog] ( /google/cloud/datcatalog/README.md )
154+
155+ - feat(datacatalog): promote ` datalineage ` to GA
156+ ([ #12271 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12271 ) )
157+
141158### [ Dataproc] ( /google/cloud/dataproc/README.md )
142159
143160The library has been expanded to include the [ Node Groups] [ dataproc-node-groups ]
@@ -149,6 +166,17 @@ The library has been expanded to include the
149166[ Log-based Metrics] [ logging-metrics ] API and the [ Log Router] [ logging-config ]
150167API.
151168
169+ ### [ Pub/Sub] ( /google/cloud/pubsub/README.md )
170+
171+ - docs(pubsub): add cloud storage subscription sample
172+ ([ #12088 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12088 ) )
173+ - docs(pubsub): add unwrapped subscription sample
174+ ([ #12090 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12090 ) )
175+ - docs(pubsub): add a subscriber quickstart
176+ ([ #12053 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12053 ) )
177+ - docs(pubsub): document ` RetryPolicy ` interface
178+ ([ #12030 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12030 ) )
179+
152180### [ Retail] ( /google/cloud/retail/README.md )
153181
154182The library has been expanded to include new services.
@@ -157,11 +185,42 @@ The library has been expanded to include new services.
157185
158186The library has been expanded to include the [ Tags] [ resource-manager-tags ] API.
159187
188+ ### [ Spanner] ( /google/cloud/spanner/README.md )
189+
190+ - feat(spanner): samples for bit-reversed sequence
191+ ([ #12280 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12280 ) )
192+ - doc(spanner): mark obsolete Spanner options classes as deprecated
193+ ([ #12256 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12256 ) )
194+ - doc(spanner): Improve documentation for ActionOnExhaustion
195+ ([ #12238 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12238 ) )
196+ - doc(spanner): add documentation/sample for TransactionRerunPolicy
197+ ([ #12140 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12140 ) )
198+ - feat(spanner): tests and samples for foreign-key delete cascade
199+ ([ #12122 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12122 ) )
200+ - docs(spanner): document ` RetryPolicy ` interface
201+ ([ #12037 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12037 ) )
202+
160203### [ Speech] ( /google/cloud/speech/README.md )
161204
162205The library has been expanded to include the
163206[ Model Adaptation] [ speech-model-adaptation ] API.
164207
208+ ### [ Storage] ( /google/cloud/storage/README.md )
209+
210+ - docs(storage): document ` RetryPolicy ` interface
211+ ([ #12031 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12031 ) )
212+
213+ ### [ Common Libraries] ( /google/cloud/README.md )
214+
215+ - fix(common): add missing library on Windows
216+ ([ #12103 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12103 ) )
217+ - fix(common): avoid run-time conflicts on Windows
218+ ([ #12105 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12105 ) )
219+ - feat(oauth2): new library to create oauth2 tokens
220+ ([ #12064 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12064 ) )
221+ - feat: support split packages
222+ ([ #12049 ] ( https://github.com/googleapis/google-cloud-cpp/pull/12049 ) )
223+
165224## v2.13.0 - 2023-07
166225
167226### New Libraries
0 commit comments