Skip to content

feat(deps): update dependency googleapis/genai-toolbox to v0.30.0#138

Open
renovate-bot wants to merge 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x
Open

feat(deps): update dependency googleapis/genai-toolbox to v0.30.0#138
renovate-bot wants to merge 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 14, 2026

This PR contains the following updates:

Package Update Change
googleapis/genai-toolbox minor 0.28.00.30.0

Release Notes

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

v0.30.0

Compare Source

Features
Bug Fixes
  • cloudloggingadmin: Increase log injesting time and add auth test (#​2772) (50b4457)
  • oracle: Normalize encoded proxy usernames in go-ora DSN (#​2469) (b1333cd)
  • postgres: Update execute-sql tool to avoid multi-statements parameter (#​2707) (58bc772)
  • skills: Improve flag validation and silence unit test output (#​2759) (f3da6aa)
  • test: Address flaky healthcare integration test run (#​2742) (9590821)
Reverts
  • ci: Implement conditional sharding logic in integration tests (#​2763) (1528d7c)

v0.29.0

Compare Source

⚠ BREAKING CHANGES
  • source/alloydb: restructure prebuilt toolsets (#​2639)
  • source/spanner: restructure prebuilt toolsets (#​2641)
  • source/dataplex: restructure prebuilt toolsets (#​2640)
  • source/oss-db: restructure prebuilt toolsets (#​2638)
  • source/cloudsql: restructure prebuilt toolsets (#​2635)
  • source/bigquery: restructure prebuilt toolsets (#​2637)
  • source/firestore: restructure prebuilt toolsets (#​2636)
  • telemetry metrics updates as per semantic convention (#​2566)
Features
Bug Fixes
  • Improve list locks integration test for postgres (#​2279) (d9ebe5d)
  • mcp: Guard nil SSE session lookup and return 400 for missing session (#​2681) (f66189f)
  • oracle: Update oracle-execute-sql tool interface to match source signature (#​2627) (81699a3)
  • Return AllParams for GetParameter() for tools with templateParameter(#​2734) (bfd7ba6)
  • server/mcp: Scope defer span.End inside loop iteration (#​2558) (c88a62d), closes #​2549
  • skill: Fix env variable propagation (#​2645) (5271368)
  • sources/looker: Looker and looker-dev prebuilt tools should share one source definition. (#​2620) (df7f2fd)
  • telemetry: Histogram buckets from OTel standard to MCP standards (#​2729) (87cd4a0)
  • ui: Remove module from script (#​2703) (6943ab6)
  • Update toolset attributes naming (#​2554) (3d6ae4e)

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.

BEGIN_COMMIT_OVERRIDE
feat: cli: Add migrate subcommand (genai-toolbox#​2679) (12171f7)
feat: cli: Add serve subcommand (genai-toolbox#​2550) (1e2c7c7)
feat: skill: One skill per toolset (genai-toolbox#​2733) (5b85c65)
fix: cloudloggingadmin: Increase log injesting time and add auth test (genai-toolbox#​2772) (50b4457)
fix: oracle: Normalize encoded proxy usernames in go-ora DSN (genai-toolbox#​2469) (b1333cd)
fix: postgres: Update execute-sql tool to avoid multi-statements parameter (genai-toolbox#​2707) (58bc772)
fix: skills: Improve flag validation and silence unit test output (genai-toolbox#​2759) (f3da6aa)
fix: test: Address flaky healthcare integration test run (genai-toolbox#​2742) (9590821)
fix: ci: Implement conditional sharding logic in integration tests (genai-toolbox#​2763) (1528d7c)
feat!: source/alloydb: restructure prebuilt toolsets (genai-toolbox#​2639)
feat!: telemetry metrics updates as per semantic convention (genai-toolbox#​2566)
feat: Add user agent to embeddings generation (genai-toolbox#​2572) (287251a)
feat: skill: Attach user agent metadata for generated skill (genai-toolbox#​2697) (9598a6a)
feat: skills: Add additional-notes flag to generate skills command (genai-toolbox#​2696) (73bf962)
feat: skill: Update skill generation logic (genai-toolbox#​2646) (c233eee)
feat: source/alloydb: Restructure prebuilt toolsets (genai-toolbox#​2639) (5f3f063)
feat: Telemetry metrics updates as per semantic convention (genai-toolbox#​2566) (131d764)
fix: Improve list locks integration test for postgres (genai-toolbox#​2279) (d9ebe5d)
fix: mcp: Guard nil SSE session lookup and return 400 for missing session (genai-toolbox#​2681) (f66189f)
fix: oracle: Update oracle-execute-sql tool interface to match source signature (genai-toolbox#​2627) (81699a3)
fix: Return AllParams for GetParameter() for tools with templateParameter(genai-toolbox#​2734) (bfd7ba6)
fix: server/mcp: Scope defer span.End inside loop iteration (genai-toolbox#​2558) (c88a62d), closes genai-toolbox#​2549
fix: skill: Fix env variable propagation (genai-toolbox#​2645) (5271368)
fix: telemetry: Histogram buckets from OTel standard to MCP standards (genai-toolbox#​2729) (87cd4a0)
fix: ui: Remove module from script (genai-toolbox#​2703) (6943ab6)
fix: Update toolset attributes naming (genai-toolbox#​2554) (3d6ae4e)
END_COMMIT_OVERRIDE

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 automates the process of keeping project dependencies up-to-date by upgrading the googleapis/genai-toolbox library. This update ensures the project benefits from the latest features, performance improvements, and security patches provided by the new version, though it also brings breaking changes that may require downstream adjustments.

Highlights

  • Dependency Upgrade: The googleapis/genai-toolbox dependency has been updated from version 0.28.0 to 0.29.0. This minor version bump introduces several breaking changes, new features, and bug fixes as detailed in the release notes.

🧠 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.

Changelog
  • toolbox_version.txt
    • Updated the recorded version of the googleapis/genai-toolbox dependency to 0.29.0.
Activity
  • This pull request was automatically created by Renovate Bot to update the googleapis/genai-toolbox dependency.
  • Automerge is disabled, requiring a manual merge once changes are approved.
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 PR updates googleapis/genai-toolbox to v0.29.0, which includes multiple breaking changes. One of these, **source/alloydb:** restructure prebuilt toolsets, directly impacts this project. The current changes only bump the version number without adapting the codebase to these breaking changes. This will almost certainly lead to application failures. This update must be accompanied by the necessary code modifications for compatibility.

@@ -1 +1 @@
0.28.0 No newline at end of file
0.29.0 No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The update to v0.29.0 introduces breaking changes. The release notes highlight ⚠ BREAKING CHANGES including **source/alloydb:** restructure prebuilt toolsets. As this project is an AlloyDB extension, it will be affected. Proceeding with this version bump without adapting the code will cause failures. Please either add the required compatibility changes to this PR or revert the version update until the project is ready.

@renovate-bot renovate-bot changed the title feat(deps): update dependency googleapis/genai-toolbox to v0.29.0 feat(deps): update dependency googleapis/genai-toolbox to v0.30.0 Mar 20, 2026
@renovate-bot renovate-bot force-pushed the renovate/googleapis-genai-toolbox-0.x branch from cbf2313 to 867a5a7 Compare March 20, 2026 01:39
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