File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44breaking changes in the upcoming 3.x release. This release is scheduled for
552024-12 or 2025-01.
66
7- ## v2.24.0 - TBD
7+ ## v2.24.0 - 2024-05
88
99### No longer testing with MSVC 2019
1010
@@ -44,6 +44,33 @@ have stopped (or shortly will stop) testing with MSVC 2019 too.
4444 ` PolicyBasedRoutingServiceClient `
4545- [ Retail] ( /google/cloud/retail/README.md ) - new ` AnalyticsServiceClient `
4646
47+ ### [ Datastore] ( /google/cloud/datastore/README.md )
48+
49+ - feat(datastore): emulator environment variable ([ #14100 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14100 ) )
50+
51+ ### [ Pub/Sub] ( /google/cloud/pubsub/README.md )
52+
53+ - fix(pubsub): correctly trace modacks in the unary pull ([ #14049 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14049 ) )
54+
55+ ### [ Spanner] ( /google/cloud/spanner/README.md )
56+
57+ - fix(spanner): avoid absl types in public Interval API ([ #14095 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14095 ) )
58+ - feat(spanner): add a representation for the Spanner INTERVAL ([ #14059 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14059 ) )
59+ - fix(spanner): delete idle sessions upon SessionPool destruction ([ #14012 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14012 ) )
60+
61+ ### [ Storage] ( /google/cloud/storage/README.md )
62+
63+ - fix(storage): missing include ([ #14052 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14052 ) )
64+
65+ ### [ Storage Control] ( /google/cloud/storagecontrol/README.md )
66+
67+ - docs(storagecontrol): use ` GetStorageLayout() ` for quickstart ([ #14044 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14044 ) )
68+ - docs(storagecontrol): update service title ([ #14042 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14042 ) )
69+
70+ ### [ Google APIs interface definitions] ( https://github.com/googleapis/googleapis )
71+
72+ - This release is based on definitions as of [ 2024-04-30T21:03:48Z] ( https://github.com/googleapis/googleapis/tree/5a0ae652df1ef39b7849bf2bd6ba417376ce3204 )
73+
4774## v2.23.0 - 2024-04
4875
4976### New Libraries
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ project(
2323 google-cloud-cpp
2424 VERSION 2.24.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 24
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