Skip to content

docs(release): update changelog for the 2026-02 release#15946

Merged
scotthart merged 2 commits intogoogleapis:mainfrom
scotthart:release_202602_changelog
Feb 9, 2026
Merged

docs(release): update changelog for the 2026-02 release#15946
scotthart merged 2 commits intogoogleapis:mainfrom
scotthart:release_202602_changelog

Conversation

@scotthart
Copy link
Copy Markdown
Member

@scotthart scotthart commented Feb 9, 2026

This change is Reviewable

@scotthart scotthart requested a review from a team February 9, 2026 17:54
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @scotthart, 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 finalizes the versioning and documentation for the v2.47.0 release. It updates the changelog with new features and bug fixes for the Spanner and Storage client libraries, and officially removes the release candidate designation from the project's version configuration files, marking the release as stable.

Highlights

  • Changelog Update: The CHANGELOG.md file has been updated to reflect the v2.47.0 release, setting its official date to 2026-02.
  • New Features and Fixes: New entries for the Spanner and Storage client libraries have been added to the changelog, detailing new features (like Spanner's IsolationLevel enum and Storage's async client stabilization, multi-stream feature, and improved write handling) and bug fixes (such as Storage's object_metadata_parser validation and a gRPC misuse fix).
  • Version Finalization: The 'release candidate' (rc) suffix has been removed from the project version across CMakeLists.txt, MODULE.bazel, and google/cloud/internal/version_info.h, signifying the official and stable v2.47.0 release.
Changelog
  • CHANGELOG.md
    • Updated the release date for v2.47.0 from TBD to 2026-02.
    • Added new entries for the Spanner library, including the definition of IsolationLevel enum for transactions.
    • Added new entries for the Storage library, including taking the async client out of experimental, adding extra validation for type in object_metadata_parser, updating the write handle for appendable object uploads, adding a flag for enabling/disabling the multi-stream feature, and fixing gRPC misuse causing crashes.
    • Included a reference to the Google APIs interface definitions snapshot date as of 2026-01-30T21:16:31-08:00.
  • CMakeLists.txt
    • Removed the 'rc' pre-release tag from the PROJECT_VERSION_PRE_RELEASE variable.
  • MODULE.bazel
    • Updated the module version from 2.47.0-rc to 2.47.0.
  • google/cloud/internal/version_info.h
    • Removed the 'rc' pre-release tag from the GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE macro.
Activity
  • No specific activity (comments, reviews, or progress updates) 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
Copy Markdown

@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 prepares for the v2.47.0 release by updating the version numbers in various build and header files and updating the CHANGELOG.md. The changes look good, but I've suggested a couple of minor wording and consistency improvements to the changelog entries.


- feat(storage): take async client out of experimental ([#15573](https://github.com/googleapis/google-cloud-cpp/pull/15573))
- fix(storage): add extra validation for type in object_metadata_parser ([#15864](https://github.com/googleapis/google-cloud-cpp/pull/15864))
- feat(storage): Update the write handle while performing appendable object upload ([#15889](https://github.com/googleapis/google-cloud-cpp/pull/15889))
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For consistency with other changelog entries, the description should start with a lowercase letter.

Suggested change
- feat(storage): Update the write handle while performing appendable object upload ([#15889](https://github.com/googleapis/google-cloud-cpp/pull/15889))
- feat(storage): update the write handle while performing appendable object upload ([#15889](https://github.com/googleapis/google-cloud-cpp/pull/15889))

- feat(storage): take async client out of experimental ([#15573](https://github.com/googleapis/google-cloud-cpp/pull/15573))
- fix(storage): add extra validation for type in object_metadata_parser ([#15864](https://github.com/googleapis/google-cloud-cpp/pull/15864))
- feat(storage): Update the write handle while performing appendable object upload ([#15889](https://github.com/googleapis/google-cloud-cpp/pull/15889))
- feat(storage): add flag for enable and disable multi stream feature. ([#15893](https://github.com/googleapis/google-cloud-cpp/pull/15893))
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

This changelog entry could be rephrased for better clarity. Also, for consistency with other entries, the trailing period should be removed.

Suggested change
- feat(storage): add flag for enable and disable multi stream feature. ([#15893](https://github.com/googleapis/google-cloud-cpp/pull/15893))
- feat(storage): add a flag to enable and disable the multi-stream feature ([#15893](https://github.com/googleapis/google-cloud-cpp/pull/15893))

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.96%. Comparing base (5bb66b7) to head (2484d23).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15946      +/-   ##
==========================================
- Coverage   92.97%   92.96%   -0.01%     
==========================================
  Files        2460     2460              
  Lines      228901   228901              
==========================================
- Hits       212818   212797      -21     
- Misses      16083    16104      +21     

☔ 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 enabled auto-merge (squash) February 9, 2026 21:36
@jinseopkim0 jinseopkim0 self-requested a review February 9, 2026 22:16
@scotthart scotthart merged commit adfd552 into googleapis:main Feb 9, 2026
61 of 64 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.

3 participants