Skip to content

Commit 9baa2a7

Browse files
authored
doc: update CHANGELOG for 202304 release (#11161)
1 parent 80bfd62 commit 9baa2a7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff 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

126126
The library has been expanded to include the Cloud Build repositories (2nd gen)
127127
API. Note that the client is tagged as experimental, because the service is
128128
still in [preview][product-launch-stages].
129129

130-
### [Cloud Trace](/google/cloud/cloudbuild/README.md)
130+
### [Cloud Trace](/google/cloud/trace/README.md)
131131

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

136154
We have stopped testing with MSVC 2017. Microsoft stopped mainstream support for

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.9.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 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

0 commit comments

Comments
 (0)