transports/v1.5.11
maximhq/bifrosttransports/v1.5.11Jun 8, 2026by akshaydeo
AI Summary
Fix release addressing VK Budget Quota and Reload APIs. The virtual key quota and reload APIs now properly hydrate governance data (model configs and budgets) before returning, ensuring budget information is accurate instead of missing or stale.
Key Highlights
- Fixed VK Budget Quota & Reload APIs to hydrate governance data before returning
- Added proper error handling when fetching model config during hydration
- Part of core v1.5.18 and framework v1.3.18
New Features
- VK Budget Quota & Reload API governance data hydration
- Error handling for model config fetching
Full Release Notes
## Bifrost HTTP Transport Release v1.5.11 ## 🐞 Fixed - **VK Budget Quota & Reload APIs** — The virtual key quota and reload (rotate) APIs now hydrate governance data (model configs and budgets) before returning, so budget information is accurate instead of missing or stale. Also added proper error handling when fetching model config during hydration. ### Installation #### Docker ```bash docker run -p 8080:8080 maximhq/bifrost:v1.5.11 ``` #### Binary Download ```bash npx @maximhq/bifrost --transport-version v1.5.11 ``` ### Docker Images - **`maximhq/bifrost:v1.5.11`** - This specific version - **`maximhq/bifrost:latest`** - Latest version (updated with this release) --- _This release was automatically created with dependencies: core `v1.5.18`, framework `v1.3.18`. All plugins have been validated and updated._