Skip to content

Commit 2839e9d

Browse files
authored
chore: update rc and changelog (#12282)
1 parent 4a494ee commit 2839e9d

File tree

3 files changed

+64
-5
lines changed

3 files changed

+64
-5
lines changed

CHANGELOG.md

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

122129
The 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

130138
The 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

134146
The library has been expanded to include the [Job Executions][cloud-run-jobs]
@@ -138,6 +150,11 @@ API.
138150

139151
The 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

143160
The 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]
150167
API.
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

154182
The library has been expanded to include new services.
@@ -157,11 +185,42 @@ The library has been expanded to include new services.
157185

158186
The 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

162205
The 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project(
2323
google-cloud-cpp
2424
VERSION 2.14.0
2525
LANGUAGES CXX)
26-
set(PROJECT_VERSION_PRE_RELEASE "rc")
26+
set(PROJECT_VERSION_PRE_RELEASE "")
2727

2828
if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
2929
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 14
2222
// NOLINTNEXTLINE(modernize-macro-to-enum)
2323
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
24-
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc"
24+
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE ""
2525

2626
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H

0 commit comments

Comments
 (0)