v2.3.18
agno-agi/agnov2.3.18Dec 19, 2025by ysolanky
AI Summary
This release introduces support for Google VertexAI authentication via OAuth2 credentials file and fixes a provisioning bug in the database migration router.
Key Highlights
- Added support for Google OAuth2 credentials file for direct VertexAI authentication.
- Fixed a bug preventing the Db migration router from being provisioned during resync.
- Added Gemini credentials arguments to the GenAI client.
New Features
- Google VertexAI OAuth2 Support
Full Release Notes
# Changelog ## Improvements: - **Google VertexAI**: Added support for a google oauth2 credentials file for direct VertexAI authentication ## Bug Fixes: - **Db Migration Router:** Fixed a bug causing Db migration router to not get provisioned during resync ## What's Changed * fix: db router provisioning by @ysolanky in https://github.com/agno-agi/agno/pull/5794 * feat: Add gemini credentials args to genai client by @Marincor in https://github.com/agno-agi/agno/pull/5770 * chore: release v2.3.18 by @ysolanky in https://github.com/agno-agi/agno/pull/5795 ## New Contributors * @Marincor made their first contribution in https://github.com/agno-agi/agno/pull/5770 **Full Changelog**: https://github.com/agno-agi/agno/compare/v2.3.17...v2.3.18