Skip to content

Commit c833e3b

Browse files
authored
Merge branch 'googleapis:main' into emulator
2 parents 041a27d + 113ff39 commit c833e3b

274 files changed

Lines changed: 9682 additions & 22 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
breaking changes in the upcoming 3.x release. This release is scheduled for
55
2024-12 or 2025-01.
66

7-
## v2.39.0 - TBD
7+
## v2.40.0 - TBD
8+
9+
### Updated Libraries
10+
11+
- [ManagedKafka](/google/cloud/managedkafka/README.md) - add schemaregistry to the library
12+
13+
## v2.39.0 - 2025-07
14+
15+
### [Storage](/google/cloud/storage/README.md)
16+
17+
- feat(storage): Link traces between Open and ReadRange traces. ([#15236](https://github.com/googleapis/google-cloud-cpp/pull/15236))
18+
- feat(storage): Add check for writeHandle before transforming write_object_spec to append_object_spec ([#15224])(https://github.com/googleapis/google-cloud-cpp/pull/15224))
19+
20+
### [Google APIs interface definitions](https://github.com/googleapis/googleapis)
21+
22+
- This release is based on definitions as of [2025-07-03T11:36:10-07:00](https://github.com/googleapis/googleapis/tree/f9d6fe4a6ad9ed89dfc315f284124d2104377940)
823

924
## v2.38.0 - 2025-06
1025

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
2121

2222
project(
2323
google-cloud-cpp
24-
VERSION 2.39.0
24+
VERSION 2.40.0
2525
LANGUAGES CXX)
2626
set(PROJECT_VERSION_PRE_RELEASE "rc")
2727

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 = "2.39.0-rc", # Updated by CMake
19+
version = "2.40.0-rc", # Updated by CMake
2020
compatibility_level = 2, # Updated by CMake
2121
)
2222

0 commit comments

Comments
 (0)