docs(release): update changelog for the 2026-02 release#15946
docs(release): update changelog for the 2026-02 release#15946scotthart merged 2 commits intogoogleapis:mainfrom
Conversation
Summary of ChangesHello @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 Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
For consistency with other changelog entries, the description should start with a lowercase letter.
| - 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)) |
There was a problem hiding this comment.
This changelog entry could be rephrased for better clarity. Also, for consistency with other entries, the trailing period should be removed.
| - 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)) |
074832b to
d6ed4ab
Compare
69d9bcf to
9649726
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This change is