Skip to content

Commit 7e88b2b

Browse files
authored
docs(release): update changelog for the v3.1.0 release (#15959)
* update abi dumps
1 parent fa8874e commit 7e88b2b

File tree

239 files changed

+10
-3
lines changed

Some content is hidden

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

239 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
breaking changes in the upcoming 4.x release. This release is scheduled for
55
2027-12 or 2028-01.
66

7+
## v3.1.0 - 2026-02
8+
9+
### Default Retry Policy Changes
10+
11+
All libraries except Bigtable, PubSub, Spanner, and Storage have had their
12+
default maximum retry policy duration reduced from 30 minutes to 10 minutes.
13+
714
## v3.0.0 - 2026-02
815

916
**BREAKING CHANGES**

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 3.0.0
24+
VERSION 3.1.0
2525
LANGUAGES CXX)
2626
set(PROJECT_VERSION_PRE_RELEASE "")
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 = "3.0.0", # Updated by CMake
19+
version = "3.1.0", # Updated by CMake
2020
compatibility_level = 3, # Updated by CMake
2121
)
2222

0 commit comments

Comments
 (0)