feat(deps): update dependency googleapis/genai-toolbox to v0.30.0#138
Conversation
Summary of ChangesHello, 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 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. Changelog
Activity
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.
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.
toolbox_version.txt
Outdated
| @@ -1 +1 @@ | |||
| 0.28.0 No newline at end of file | |||
| 0.29.0 No newline at end of file | |||
There was a problem hiding this comment.
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.
cbf2313 to
867a5a7
Compare
This PR contains the following updates:
0.28.0→0.30.0Release Notes
googleapis/genai-toolbox (googleapis/genai-toolbox)
v0.30.0Compare Source
Features
scopesupport to search_entries tool (#2740) (10af468)Bug Fixes
Reverts
v0.29.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
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.
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