Skip to content

Commit 18e08dc

Browse files
authored
docs(release): update changelog for the 2026-04 release (#16074)
1 parent f3de489 commit 18e08dc

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,35 @@ 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)
88
for details on updating existing applications using v1.x.y or v2.x.y.
99

10-
## v3.4.0 - TBD
10+
## v3.4.0 - 2026-04
11+
12+
### [Bigtable](/google/cloud/bigtable/README.md)
13+
14+
- Dynamic Channel Pool support has been added as an opt-in feature. It can be
15+
enabled via the [InstanceChannelAffinityOption](https://github.com/googleapis/google-cloud-cpp/blob/f3de489be4caaaf17e589c7fd7e427488c474f61/google/cloud/bigtable/options.h#L186)
16+
and configured via the [DynamicChannelPoolSizingPolicyOption](https://github.com/googleapis/google-cloud-cpp/blob/f3de489be4caaaf17e589c7fd7e427488c474f61/google/cloud/bigtable/options.h#L222).
1117

1218
### [Data Catalog](/google/cloud/datacatalog/README.md)
1319

14-
- Added Data Lineage Config Management library.
20+
- Added Data Lineage Config Management library.([#16069](https://github.com/googleapis/google-cloud-cpp/pull/16069))
1521

1622
### [Dataplex](/google/cloud/dataplex/README.md)
1723

18-
- Added Business Glossary library.
19-
- Added CMEK library.
20-
- Added Data Products library.
24+
- Added Business Glossary library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
25+
- Added CMEK library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
26+
- Added Data Products library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
27+
28+
### [Spanner](/google/cloud/spanner/README.md)
29+
30+
- feat(spanner): set read lock mode at client level ([#16068](https://github.com/googleapis/google-cloud-cpp/pull/16068))
31+
32+
### [Storage](/google/cloud/storage/README.md)
33+
34+
- feat(storage): add IsOpen API for zonal read operation ([#16063](https://github.com/googleapis/google-cloud-cpp/pull/16063))
35+
36+
### [Google APIs interface definitions](https://github.com/googleapis/googleapis)
37+
38+
- This release is based on definitions as of [2026-04-02T09:44:56-07:00](https://github.com/googleapis/googleapis/tree/c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9)
2139

2240
## v3.3.0 - 2026-03
2341

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 3.4.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}")

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "google_cloud_cpp",
19-
version = "3.4.0-rc", # Updated by CMake
19+
version = "3.4.0", # Updated by CMake
2020
compatibility_level = 3, # Updated by CMake
2121
)
2222

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 4
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)