File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ breaking changes in the upcoming 4.x release. This release is scheduled for
77** NOTE** : Please refer to the [ V3 Migration Guide] ( /doc/v3-migration-guide.md )
88for details on updating existing applications using v1.x.y or v2.x.y.
99
10- ## v3.2.0 - TBD
10+ ## v3.2.0 - 2026-02
11+
12+ ### [ Cloud Key Management Service] ( /google/cloud/kms/README.md )
13+
14+ - feat: Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources.
15+ - feat: Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names.
16+ - feat: Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records.
1117
1218## v3.1.0 - 2026-02
1319
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ project(
2323 google-cloud-cpp
2424 VERSION 3.2.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 1616
1717module (
1818 name = "google_cloud_cpp" ,
19- version = "3.2.0-rc " , # Updated by CMake
19+ version = "3.2.0" , # Updated by CMake
2020 compatibility_level = 3 , # Updated by CMake
2121)
2222
Original file line number Diff line number Diff line change 2121#define GOOGLE_CLOUD_CPP_VERSION_MINOR 2
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