-
Notifications
You must be signed in to change notification settings - Fork 97
chore: librarian release pull request: 20260108T122817Z #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary of ChangesHello @daniel-sanche, 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 serves as an automated release preparation for the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. 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.
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 automates the release of version 2.29.0. The changes correctly update the version in the project files and add the corresponding changelog entry. My review identifies an issue with incorrect URLs in the generated CHANGELOG.md file, where links point to the wrong repository. This should be corrected to ensure documentation accuracy.
|
|
||
| [1]: https://pypi.org/project/google-api-core/#history | ||
|
|
||
| ## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2026-01-08) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The generated link for the version comparison points to the google-cloud-python repository and uses an incorrect tag format. It should point to python-api-core and use the vX.Y.Z tag format to be consistent with previous entries. All other links in this new section for version 2.29.0 have a similar issue with the repository.
| ## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2026-01-08) | |
| ## [2.29.0](https://github.com/googleapis/python-api-core/compare/v2.28.1...v2.29.0) (2026-01-08) |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v1.0.1
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
google-api-core: 2.29.0
2.29.0 (2026-01-08)
Features
make parse_version_to_tuple public (feat: make parse_version_to_tuple public #864) (c969186f)
Auto enable mTLS when supported certificates are detected (feat: Auto enable mTLS when supported certificates are detected #869) (f8bf6f96)
Bug Fixes
remove call to importlib.metadata.packages_distributions() for py38/py39 (fix: remove call to importlib.metadata.packages_distributions() for py38/py39 #859) (628003e2)
Log version check errors (fix: Log version check errors #858) (6493118c)
flaky tests due to imprecision in floating point calculation and performance test setup (fix: flaky tests due to imprecision in floating point calculation and performance test setup #865) (93404080)
closes tailing streams in bidi classes. (fix: closes tailing streams in bidi classes. #851) (c97b3a00)