Skip to content

Commit f55d86a

Browse files
authored
docs: update changelog for the v2.24.0 release (#14110)
1 parent 0d58faa commit f55d86a

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 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.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

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

0 commit comments

Comments
 (0)