Skip to content

chore: version bump to 3.4.0-rc#16043

Merged
scotthart merged 1 commit intogoogleapis:mainfrom
scotthart:release_202603_version_bump
Mar 13, 2026
Merged

chore: version bump to 3.4.0-rc#16043
scotthart merged 1 commit intogoogleapis:mainfrom
scotthart:release_202603_version_bump

Conversation

@scotthart
Copy link
Member

No description provided.

@scotthart scotthart requested a review from a team as a code owner March 13, 2026 16:51
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine version bump, updating the project's internal and external version identifiers to 3.4.0-rc. This change prepares the codebase for the upcoming release candidate phase, ensuring all version-related metadata is consistent.

Highlights

  • Version Bump: The project version has been updated across various configuration and source files to 3.4.0-rc.
Changelog
  • CHANGELOG.md
    • Added a new entry for version v3.4.0 with a 'TBD' release date.
Activity
  • No specific activity has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 3.4.0-rc. The changes are applied to CHANGELOG.md, CMakeLists.txt, MODULE.bazel, and google/cloud/internal/version_info.h to reflect the new version. I have found one issue in CHANGELOG.md regarding incompatibility with the release script, for which I've left a comment.

**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
for details on updating existing applications using v1.x.y or v2.x.y.

## v3.4.0 - TBD

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release.sh script, which is used to create GitHub releases, expects the version heading in CHANGELOG.md to match the tag exactly (e.g., ## v3.4.0). The current format ## v3.4.0 - TBD will not be found by the script, which will prevent the release notes from being automatically populated in the GitHub release. To ensure compatibility with the release script, please remove the - TBD from this line.

Suggested change
## v3.4.0 - TBD
## v3.4.0

@scotthart scotthart enabled auto-merge (squash) March 13, 2026 17:08
@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.65%. Comparing base (702c057) to head (d5e9a46).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16043      +/-   ##
==========================================
- Coverage   92.65%   92.65%   -0.01%     
==========================================
  Files        2339     2339              
  Lines      215290   215290              
==========================================
- Hits       199482   199476       -6     
- Misses      15808    15814       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scotthart scotthart merged commit 5da2e08 into googleapis:main Mar 13, 2026
52 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants