v1.11.0
Portkey-AI/gatewayv1.11.0Jul 29, 2025by VisargD
AI Summary
This release focuses on refactoring internal code, migrating from pyautogen to the ag2 library, and introducing beta support for the /v1/messages route. It includes several bug fixes related to stream caching and provider error handling.
Key Highlights
- Migration from pyautogen to ag2 library
- Beta support for the /v1/messages route
- Fix for stream cache response mapping
- Support for response format in DeepSeek
- onStatusCodes is respected during fallbacks
New Features
- Beta support for /v1/messages route
- Response format support for DeepSeek
- onStatusCodes handling during fallbacks
Full Release Notes
## What's Changed * chore: remove redundant console logs by @VisargD in https://github.com/Portkey-AI/gateway/pull/1226 * chore: npm update @portkey-ai/mustache by @VisargD in https://github.com/Portkey-AI/gateway/pull/1231 * refactored tryPost by @roh26it in https://github.com/Portkey-AI/gateway/pull/1121 * fix: stream cache response mapping by @VisargD in https://github.com/Portkey-AI/gateway/pull/1236 * Feature: Beta support for /v1/messages route by @narengogi in https://github.com/Portkey-AI/gateway/pull/1168 * onStatusCodes is respected during fallbacks by @roh26it in https://github.com/Portkey-AI/gateway/pull/1239 * fix: handle provider error logs addition by @VisargD in https://github.com/Portkey-AI/gateway/pull/1241 * add support for response format in deepseek by @narengogi in https://github.com/Portkey-AI/gateway/pull/1238 * chore: batch & fine-tune improvements by @b4s36t4 in https://github.com/Portkey-AI/gateway/pull/1089 * fix: ignore camel case conversion for model details by @VisargD in https://github.com/Portkey-AI/gateway/pull/1244 * chore: remove response text check from hooks middleware for output ho… by @VisargD in https://github.com/Portkey-AI/gateway/pull/1245 * fix: set transformed request body in logs service requestParams field by @VisargD in https://github.com/Portkey-AI/gateway/pull/1246 * Migrate from pyautogen to ag2 Library by @AG2AI-Admin in https://github.com/Portkey-AI/gateway/pull/1230 * 1.11.0 by @VisargD in https://github.com/Portkey-AI/gateway/pull/1248 ## New Contributors * @AG2AI-Admin made their first contribution in https://github.com/Portkey-AI/gateway/pull/1230 **Full Changelog**: https://github.com/Portkey-AI/gateway/compare/v1.10.2...v1.11.0