File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
breaking changes in the upcoming 3.x release. This release is scheduled for
5
5
2024-12 or 2025-01.
6
6
7
- ## v2.34.0 - TBD
7
+ ## v2.34.0 - 2025-01
8
+
9
+ ### [ OpenTelemetry] ( /google/cloud/opentelemetry/README.md )
10
+
11
+ - fix(otel): Exporter creating Monitored Resource with task_id for Cloud Run ([ #14923 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14923 ) )
12
+ - feat(otel): copy service labels into GCM Metric ([ #14930 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14930 ) )
13
+
14
+ ### [ Storage] ( /google/cloud/storage/README.md )
15
+
16
+ - feat(storage): add MoveObject functionality to JSON and gRPC ([ #14936 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14936 ) )
8
17
9
18
## v2.33.0 - 2024-12
10
19
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ project(
23
23
google-cloud-cpp
24
24
VERSION 2.34.0
25
25
LANGUAGES CXX)
26
- set (PROJECT_VERSION_PRE_RELEASE "rc " )
26
+ set (PROJECT_VERSION_PRE_RELEASE "" )
27
27
28
28
if (NOT "${PROJECT_VERSION_PRE_RELEASE} " STREQUAL "" )
29
29
set (PROJECT_VERSION "${PROJECT_VERSION} -${PROJECT_VERSION_PRE_RELEASE} " )
Original file line number Diff line number Diff line change 16
16
17
17
module (
18
18
name = "google_cloud_cpp" ,
19
- version = "2.34.0-rc " , # Updated by CMake
19
+ version = "2.34.0" , # Updated by CMake
20
20
compatibility_level = 2 , # Updated by CMake
21
21
)
22
22
Original file line number Diff line number Diff line change 21
21
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 34
22
22
// NOLINTNEXTLINE(modernize-macro-to-enum)
23
23
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
24
- #define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc "
24
+ #define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE ""
25
25
26
26
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
You can’t perform that action at this time.
0 commit comments