Skip to content

Conversation

@daniel-sanche
Copy link
Contributor

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

Bug Fixes

@daniel-sanche daniel-sanche requested review from a team as code owners January 8, 2026 21:43
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jan 8, 2026
@gemini-code-assist
Copy link

Summary of Changes

Hello @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 initiates a release for the google-api-core library, updating its version to 2.29.0. The update incorporates new features, including mTLS auto-enablement and a public version parsing utility, alongside several critical bug fixes to improve stability and compatibility. Merging this PR will trigger the automated release process.

Highlights

  • Version Update: The google-api-core library has been updated from version 2.28.1 to 2.29.0.
  • New Features: Version 2.29.0 introduces two new features: making parse_version_to_tuple public and automatically enabling mTLS when supported certificates are detected.
  • Bug Fixes: Several bug fixes are included in this release, addressing issues such as flaky tests, errors in version checks, and proper closing of bidi streams. It also removes a call to importlib.metadata.packages_distributions() for Python 3.8/3.9.

🧠 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 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 is an automated release PR to bump the version of google-api-core to 2.29.0. The changes include updating the version in version.py and .librarian/state.yaml, and adding a new entry to CHANGELOG.md. My review focuses on the correctness of the generated changelog. I've found that the links in the new changelog entry are incorrect and inconsistent with previous entries, and I've provided a suggestion to fix them.

Comment on lines +7 to +22
## [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)


### Features

* Auto enable mTLS when supported certificates are detected (#869) ([f8bf6f9610f3e0e7580f223794c3906513e1fa73](https://github.com/googleapis/google-cloud-python/commit/f8bf6f9610f3e0e7580f223794c3906513e1fa73))
* make parse_version_to_tuple public (#864) ([c969186f2b66bde1df5e25bbedc5868e27d136f9](https://github.com/googleapis/google-cloud-python/commit/c969186f2b66bde1df5e25bbedc5868e27d136f9))


### Bug Fixes

* flaky tests due to imprecision in floating point calculation and performance test setup (#865) ([93404080f853699b9217e4b76391a13525db4e3e](https://github.com/googleapis/google-cloud-python/commit/93404080f853699b9217e4b76391a13525db4e3e))
* remove call to importlib.metadata.packages_distributions() for py38/py39 (#859) ([628003e217d9a881d24f3316aecfd48c244a73f0](https://github.com/googleapis/google-cloud-python/commit/628003e217d9a881d24f3316aecfd48c244a73f0))
* Log version check errors (#858) ([6493118cae2720696c3d0097274edfd7fe2bce67](https://github.com/googleapis/google-cloud-python/commit/6493118cae2720696c3d0097274edfd7fe2bce67))
* closes tailing streams in bidi classes. (#851) ([c97b3a004044ebf8b35c2a7ba97409d7795e11b0](https://github.com/googleapis/google-cloud-python/commit/c97b3a004044ebf8b35c2a7ba97409d7795e11b0))

Choose a reason for hiding this comment

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

high

The links in this changelog entry appear to be incorrect. They point to the google-cloud-python repository instead of python-api-core. Additionally, the format of the links is inconsistent with previous entries:

  • The version comparison link incorrectly prefixes tags with google-api-core-.
  • The commit SHAs in the link text are full-length instead of the conventional short format.

For consistency and correctness, please update the links.

Suggested change
## [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)
### Features
* Auto enable mTLS when supported certificates are detected (#869) ([f8bf6f9610f3e0e7580f223794c3906513e1fa73](https://github.com/googleapis/google-cloud-python/commit/f8bf6f9610f3e0e7580f223794c3906513e1fa73))
* make parse_version_to_tuple public (#864) ([c969186f2b66bde1df5e25bbedc5868e27d136f9](https://github.com/googleapis/google-cloud-python/commit/c969186f2b66bde1df5e25bbedc5868e27d136f9))
### Bug Fixes
* flaky tests due to imprecision in floating point calculation and performance test setup (#865) ([93404080f853699b9217e4b76391a13525db4e3e](https://github.com/googleapis/google-cloud-python/commit/93404080f853699b9217e4b76391a13525db4e3e))
* remove call to importlib.metadata.packages_distributions() for py38/py39 (#859) ([628003e217d9a881d24f3316aecfd48c244a73f0](https://github.com/googleapis/google-cloud-python/commit/628003e217d9a881d24f3316aecfd48c244a73f0))
* Log version check errors (#858) ([6493118cae2720696c3d0097274edfd7fe2bce67](https://github.com/googleapis/google-cloud-python/commit/6493118cae2720696c3d0097274edfd7fe2bce67))
* closes tailing streams in bidi classes. (#851) ([c97b3a004044ebf8b35c2a7ba97409d7795e11b0](https://github.com/googleapis/google-cloud-python/commit/c97b3a004044ebf8b35c2a7ba97409d7795e11b0))
## [2.29.0](https://github.com/googleapis/python-api-core/compare/v2.28.1...v2.29.0) (2026-01-08)
### Features
* Auto enable mTLS when supported certificates are detected (#869) ([f8bf6f9](https://github.com/googleapis/python-api-core/commit/f8bf6f9610f3e0e7580f223794c3906513e1fa73))
* make parse_version_to_tuple public (#864) ([c969186](https://github.com/googleapis/python-api-core/commit/c969186f2b66bde1df5e25bbedc5868e27d136f9))
### Bug Fixes
* flaky tests due to imprecision in floating point calculation and performance test setup (#865) ([9340408](https://github.com/googleapis/python-api-core/commit/93404080f853699b9217e4b76391a13525db4e3e))
* remove call to importlib.metadata.packages_distributions() for py38/py39 (#859) ([628003e](https://github.com/googleapis/python-api-core/commit/628003e217d9a881d24f3316aecfd48c244a73f0))
* Log version check errors (#858) ([6493118](https://github.com/googleapis/python-api-core/commit/6493118cae2720696c3d0097274edfd7fe2bce67))
* closes tailing streams in bidi classes. (#851) ([c97b3a0](https://github.com/googleapis/python-api-core/commit/c97b3a004044ebf8b35c2a7ba97409d7795e11b0))

@daniel-sanche daniel-sanche enabled auto-merge (squash) January 8, 2026 21:48
@daniel-sanche daniel-sanche merged commit 014d3de into main Jan 8, 2026
20 of 21 checks passed
@daniel-sanche daniel-sanche deleted the librarian-20260108T134327Z branch January 8, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants