Skip to content

Commit a2029d0

Browse files
authored
docs(release): update changelog for 11-2023 release (#13012)
1 parent cb9f6e5 commit a2029d0

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
breaking changes in the upcoming 3.x release. This release is scheduled for
55
2024-12 or 2025-01.
66

7-
## v2.18.0 - TBD
7+
## v2.18.0 - 2023-11
88

99
### New Libraries
1010

@@ -22,6 +22,30 @@ the APIs in these libraries are stable, and are ready for production use.
2222

2323
New `CloudRedisClusterClient`.
2424

25+
### [OpenTelemetry](/google/cloud/opentelemetry/README.md)
26+
27+
- doc(otel): add packaging instructions
28+
([#13005](https://github.com/googleapis/google-cloud-cpp/pull/13005))
29+
- fix(otel): end async client spans properly
30+
([#12919](https://github.com/googleapis/google-cloud-cpp/pull/12919))
31+
- fix(otel): support abseil \<= 20210324
32+
([#12993](https://github.com/googleapis/google-cloud-cpp/pull/12993))
33+
-
34+
35+
### [Spanner](/google/cloud/spanner/README.md)
36+
37+
- feat(spanner): single-RPC, batched commit of mutation groups
38+
([#12930](https://github.com/googleapis/google-cloud-cpp/pull/12930))
39+
40+
### [Common Libraries](/google/cloud/README.md)
41+
42+
- feat(common): mock for `AsyncStreamingReadWriteRpc`
43+
([#12950](https://github.com/googleapis/google-cloud-cpp/pull/12950))
44+
- fix(common): missed using `CARootsFilePathOption`
45+
([#12997](https://github.com/googleapis/google-cloud-cpp/pull/12997))
46+
- fix(generator): do not override default sleeper in streaming-read RPCs
47+
([#12920](https://github.com/googleapis/google-cloud-cpp/pull/12920))
48+
2549
### Other Changes
2650

2751
- fix(oauth2): only enable via `GOOGLE_CLOUD_CPP_ENABLE`

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.18.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 18
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)