feat(deps): update dependency googleapis/genai-toolbox to v0.28.0#133
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 updates 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 pull request updates the googleapis/genai-toolbox dependency to v0.27.0. According to the release notes, this new version introduces significant breaking changes, including an update to the configuration file format (v2) and changes to telemetry. The current PR only updates the version number in toolbox_version.txt and lacks the necessary code modifications to adapt to these breaking changes. Merging this as-is poses a critical risk of breaking the application.
toolbox_version.txt
Outdated
| @@ -1 +1 @@ | |||
| 0.26.0 No newline at end of file | |||
| 0.27.0 No newline at end of file | |||
There was a problem hiding this comment.
Updating to v0.27.0 introduces breaking changes, notably a new configuration file format (v2) and telemetry updates. This PR is incomplete because it only changes the version number but does not include the required code adaptations for these breaking changes. Merging this PR in its current state will likely break the application. The necessary migration code to ensure compatibility with the new version must be added before this can be merged.
1cbfe77 to
95b49ca
Compare
This PR contains the following updates:
0.26.0→0.28.0Release Notes
googleapis/genai-toolbox (googleapis/genai-toolbox)
v0.28.0Compare Source
Features
Bug Fixes
v0.27.0Compare Source
⚠ BREAKING CHANGES
Features
looker-validate-projecttool (#2430) (a15a128)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: Add polling system to dynamic reloading (genai-toolbox#2466) (fcaac9b)
feat: Added basic template for sdks doc migrate (genai-toolbox#1961) (87f2eaf)
feat: dataproc: Add dataproc source and list/get clusters/jobs tools (genai-toolbox#2407) (cc05e57)
feat: ui: Make tool list panel resizable (genai-toolbox#2253) (276cf60)
fix: ci: Add path for forked PR unit test runs (genai-toolbox#2540) (04dd2a7)
fix: Deflake alloydb omni (genai-toolbox#2431) (62b8309)
fix: docs/adk: Resolve dependency duplication (genai-toolbox#2418) (4d44abb)
fix: docs/langchain: Fix core at 0.3.0 and align compatible dependencies (genai-toolbox#2426) (36edfd3)
fix: Enforce required validation for explicit null parameter values (genai-toolbox#2519) (d5e9512)
fix: oracle: Enable DML operations and resolve incorrect array type error (genai-toolbox#2323) (72146a4)
fix: server/mcp: Guard nil dereference in sseManager.get (genai-toolbox#2557) (e534196), closes genai-toolbox#2548
fix: tests/postgres: Implement uuid-based isolation and reliable resource cleanup (genai-toolbox#2377) (8a96fb1)
fix: tests/postgres: Restore list_schemas test and implement dynamic owner (genai-toolbox#2521) (7041e79)
fix: tests: Resolve LlamaIndex dependency conflict in JS quickstart (genai-toolbox#2597) (ac11f5a)
feat!: Update configuration file v2 (genai-toolbox#2369)(293c1d6)
feat!: Update/add detailed telemetry for mcp endpoint compliant with OTEL semantic convention (genai-toolbox#1987) (478a0bd)
feat: cli/invoke: Add support for direct tool invocation from CLI (genai-toolbox#2353) (6e49ba4)
feat: cli/skills: Add support for generating agent skills from toolset (genai-toolbox#2392) (80ef346)
feat: cloud-logging-admin: Add source, tools, integration test and docs (genai-toolbox#2137) (252fc30)
feat: cockroachdb: Add CockroachDB integration with cockroach-go (genai-toolbox#2006) (1fdd99a)
feat: prebuiltconfigs/alloydb-omni: Implement Alloydb omni dataplane tools (genai-toolbox#2340) (e995349)
feat: server: Add Tool call error categories (genai-toolbox#2387) (32cb4db)
fix: dataplex: Capture GCP HTTP errors in MCP Toolbox (genai-toolbox#2347) (1d7c498)
fix: Surface Dataplex API errors in MCP results (genai-toolbox#2347)(1d7c498)
END_COMMIT_OVERRIDE