File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -119,18 +119,36 @@ info, see [#7463] and [#5976].
119119
120120</details >
121121
122- ## v2.9.0 - TBD
122+ ## v2.9.0 - 2023-04
123123
124124### [ Cloud Build] ( /google/cloud/cloudbuild/README.md )
125125
126126The library has been expanded to include the Cloud Build repositories (2nd gen)
127127API. Note that the client is tagged as experimental, because the service is
128128still in [ preview] [ product-launch-stages ] .
129129
130- ### [ Cloud Trace] ( /google/cloud/cloudbuild /README.md )
130+ ### [ Cloud Trace] ( /google/cloud/trace /README.md )
131131
132132The library has been expanded to include the v1 service.
133133
134+ ### [ IAM] ( /google/cloud/iam/README.md )
135+
136+ - fix(iam): override idempotency on idempotent POST methods ([ #11045 ] ( https://github.com/googleapis/google-cloud-cpp/pull/11045 ) )
137+
138+ ### [ Spanner] ( /google/cloud/spanner/README.md )
139+
140+ - feat(spanner): add the final pieces for the RouteToLeaderOption ([ #11112 ] ( https://github.com/googleapis/google-cloud-cpp/pull/11112 ) )
141+ - feat(spanner): support "data boost" on partitioned queries and reads ([ #10998 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10998 ) )
142+
143+ ### [ Storage] ( /google/cloud/storage/README.md )
144+
145+ - feat(storage): reduce copies in ` InsertObject() ` ([ #11014 ] ( https://github.com/googleapis/google-cloud-cpp/pull/11014 ) )
146+
147+ ### [ Common Libraries] ( /google/cloud/README.md )
148+
149+ - feat: consume less entropy for PRNG ([ #11102 ] ( https://github.com/googleapis/google-cloud-cpp/pull/11102 ) )
150+ - feat(mocks): provide access to call options in client tests ([ #11050 ] ( https://github.com/googleapis/google-cloud-cpp/pull/11050 ) )
151+
134152### Testing
135153
136154We have stopped testing with MSVC 2017. Microsoft stopped mainstream support for
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ project(
2323 google-cloud-cpp
2424 VERSION 2.9.0
2525 LANGUAGES CXX)
26- set (PROJECT_VERSION_PRE_RELEASE "rc " )
26+ set (PROJECT_VERSION_PRE_RELEASE "" )
2727
2828if (NOT "${PROJECT_VERSION_PRE_RELEASE} " STREQUAL "" )
2929 set (PROJECT_VERSION "${PROJECT_VERSION} -${PROJECT_VERSION_PRE_RELEASE} " )
Original file line number Diff line number Diff line change 2121#define GOOGLE_CLOUD_CPP_VERSION_MINOR 9
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
You can’t perform that action at this time.
0 commit comments