| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Summary of ChangesHello @chalmerlowe, 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 is an automated release preparation, initiated by the Librarian CLI, to update the google-cloud-bigquery library to version 3.39.0. The update includes new features such as Python 3.14 support and ExternalRuntimeOptions for BigQuery routines, alongside several bug fixes and documentation clarifications. Merging this PR will automatically trigger the release process for the updated library. Highlights
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.
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
|
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request appears to be an automated release for version 3.39.0. The changes correctly update the version number in the project configuration and source code, and add a new entry to the changelog. My review is focused on ensuring these automated changes are correct and well-formatted. I've added one comment regarding formatting in the changelog.
Sorry, something went wrong.
|
|
||
|
|
||
| ### Documentation | ||
|
|
||
| * remove experimental annotations from GA features (#2303) ([1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0](https://github.com/googleapis/google-cloud-python/commit/1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0)) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * adds support for Python runtime 3.14 (#2322) ([6065e14c448cb430189982dd70025fa0575777ca](https://github.com/googleapis/google-cloud-python/commit/6065e14c448cb430189982dd70025fa0575777ca)) | ||
| * Add ExternalRuntimeOptions to BigQuery routine (#2311) ([fa76e310a16ea6cba0071ff1d767ca1c71514da7](https://github.com/googleapis/google-cloud-python/commit/fa76e310a16ea6cba0071ff1d767ca1c71514da7)) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * include `io.Base` in the `PathType` (#2323) ([b11e09cb6ee32e451b37eda66bece2220b9ceaba](https://github.com/googleapis/google-cloud-python/commit/b11e09cb6ee32e451b37eda66bece2220b9ceaba)) | ||
| * honor custom `retry` in `job.result()` (#2302) ([e118b029bbc89a5adbab83f39858c356c23665bf](https://github.com/googleapis/google-cloud-python/commit/e118b029bbc89a5adbab83f39858c356c23665bf)) | ||
| * remove ambiguous error codes from query retries (#2308) ([8bbd3d01026c493dfa5903b397d2b01c0e9bf43b](https://github.com/googleapis/google-cloud-python/commit/8bbd3d01026c493dfa5903b397d2b01c0e9bf43b)) | ||
|
|
||
|
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.7.0
google-cloud-bigquery: 3.39.0Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
3.39.0 (2025-12-12)
Features
adds support for Python runtime 3.14 (feat: adds support for Python runtime 3.14 #2322) (6065e14c)
Add ExternalRuntimeOptions to BigQuery routine (feat: Add ExternalRuntimeOptions to BigQuery routine #2311) (fa76e310)
Bug Fixes
remove ambiguous error codes from query retries (fix: remove ambiguous error codes from query retries #2308) (8bbd3d01)
include io.Base in the PathType (fix: include io.IOBase in the PathType #2323) (b11e09cb)
honor custom retry in job.result() (fix: honor custom retry in job.result() #2302) (e118b029)
Documentation