docs(release): update changelog for the v3.1.0 release#15959
docs(release): update changelog for the v3.1.0 release#15959scotthart merged 3 commits intogoogleapis:prepare-for-v3.0.0from
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 prepares the repository for the v3.1.0 release by updating all relevant version indicators and documenting a significant change in the default retry policy duration. The changes ensure that the project's version information is consistent across its build configuration, module definition, and internal version header, while also informing users about the adjusted retry behavior. 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 updates the version number to v3.1.0 across several files and adds a corresponding entry to the changelog. The changes are straightforward and consistent with a release preparation. I have one minor suggestion to improve code cleanliness in the changelog file.
| ### Default Retry Policy Changes | ||
|
|
||
| All libraries except Bigtable, PubSub, Spanner, and Storage have had their | ||
| default maximum retry policy duration reduced from 30 minutes to 10 minutes. |
There was a problem hiding this comment.
There is a trailing whitespace at the end of this line. It should be removed to maintain code cleanliness and avoid potential issues with some tools.
| default maximum retry policy duration reduced from 30 minutes to 10 minutes. | |
| default maximum retry policy duration reduced from 30 minutes to 10 minutes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## prepare-for-v3.0.0 #15959 +/- ##
======================================================
- Coverage 92.64% 92.63% -0.01%
======================================================
Files 2334 2334
Lines 214633 214633
======================================================
- Hits 198846 198828 -18
- Misses 15787 15805 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7e88b2b
into
googleapis:prepare-for-v3.0.0
This change is