Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(deps): update dependency googleapis/genai-toolbox to v0.17.0 to Support PSC connection#66

Merged
averikitsch merged 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x
Oct 10, 2025
Merged

feat(deps): update dependency googleapis/genai-toolbox to v0.17.0 to Support PSC connection#66
averikitsch merged 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
googleapis/genai-toolbox minor 0.16.0 -> 0.17.0

Release Notes

googleapis/genai-toolbox (googleapis/genai-toolbox)

v0.17.0

Compare Source

⚠ BREAKING CHANGES
  • tools/bigquery-get-table-info: add allowed dataset support (#​1093)
  • tools/bigquery-list-dataset-ids: add allowed datasets support (#​1573)
Features
  • Add configs and workflows for docs versioning (#​1611) (21ac98b)
  • Add metadata in MCP Manifest for Toolbox auth (#​1395) (0b3dac4)
  • Add program name to MySQL connections (#​1617) (c4a22b8)
  • source/bigquery: Add optional write mode config (#​1157) (63adc78)
  • sources/alloydb,cloudsqlpg,cloudsqlmysql,cloudsqlmssql: Support PSC connection (#​1686) (9d2bf79)
  • sources/mssql: Add app name to MSSQL (#​1620) (1536d1f)
  • sources/oracle: Add Oracle Source and Tool (#​1456) (3a19a50)
  • sources/oracle: Switch Oracle driver from godror to go-ora (#​1685) (8faf376)
  • tool/bigquery-list-dataset-ids: Add allowed datasets support (#​1573) (1a44c67)
  • tools/bigquery-get-table-info: Add allowed dataset support (#​1093) (acb205c)
  • tools/dataform: Add dataform compile tool (#​1470) (3be9b7b)
  • tools/looker: Add support for pulse, vacuum and analyze audit and performance functions on a Looker instance (#​1581) (5aed4e1)
  • tools/looker: Enable access to the Conversational Analytics API for Looker (#​1596) (2d5a93e)
Bug Fixes
  • Added google_ml_integration extension to use alloydb ai-nl support api (#​1445) (dbc477a)
  • Fix broken links (#​1625) (36c6584)
  • Remove duplicated build type in Dockerfile (#​1598) (b43c945)
  • source/bigquery: Allowed datasets project id issue with client oauth (#​1663) (f4cf486)
  • sources/looker: Allow Looker to be configured without setting a Client Id or Secret (#​1496) (67d8221)
  • tools/looker: Refactor run-inline-query logic to helper function (#​1497) (62af39d)
  • tools/mysql-list-tables: Update sql query to resolve subquery scope error (#​1629) (94e19d8)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners October 10, 2025 20:44
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @renovate-bot, 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 updates the googleapis/genai-toolbox dependency to its latest minor version, v0.17.0. This update incorporates a range of new features, important bug fixes, and introduces a couple of breaking changes primarily affecting BigQuery tools. The upgrade aims to enhance functionality and stability across various data sources and tools within the GenAI Toolbox.

Highlights

  • Dependency Update: The googleapis/genai-toolbox dependency has been updated from v0.16.0 to v0.17.0.
  • Breaking Changes: Two breaking changes were introduced in BigQuery tools, specifically bigquery-get-table-info and bigquery-list-dataset-ids, both related to adding allowed dataset support.
  • New Features: This update brings several new features, including support for PSC connections across various Cloud SQL and AlloyDB sources, a new Oracle Source and Tool, a Dataform compile tool, and enhanced capabilities for Looker tools. It also adds optional write mode configuration for BigQuery sources and metadata for Toolbox authentication.
  • Bug Fixes: Multiple bug fixes are included, addressing issues such as an AlloyDB AI-NL support API extension, broken links, a Dockerfile build type duplication, BigQuery allowed datasets project ID issues, Looker configuration flexibility, and a MySQL subquery scope error.
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
Contributor

@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 automates the update of the googleapis/genai-toolbox dependency to version 0.17.0. While this is a routine dependency bump, the new version introduces breaking changes to some of its tools. I have added a comment on the version file to highlight the potential impact of these breaking changes, which should be carefully considered before merging.

@averikitsch averikitsch changed the title chore(deps): update dependency googleapis/genai-toolbox to v0.17.0 feat(deps): update dependency googleapis/genai-toolbox to v0.17.0 to Support PSC connection Oct 10, 2025
@averikitsch averikitsch merged commit 1280920 into gemini-cli-extensions:main Oct 10, 2025
6 checks passed
@renovate-bot renovate-bot deleted the renovate/googleapis-genai-toolbox-0.x branch October 10, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants