transports/v1.5.13
MystenLabs/suitransports/v1.5.13Jun 12, 2026by akshaydeo
AI Summary
Bifrost HTTP Transport v1.5.13 addresses a critical security and authentication issue regarding inference requests and virtual keys.
Key Highlights
- Inference authentication is now delegated entirely to the governance plugin
- Virtual-key-authenticated inference requests no longer return 401 Unauthorized
- Admin-password auth is now exclusive to dashboard and API routes
New Features
- Governance plugin delegation for inference auth
- Separation of dashboard/API auth from inference auth
Full Release Notes
## Bifrost HTTP Transport Release v1.5.13 ## 🐞 Fixed - **Inference Auth via Virtual Key** — Inference authentication is now delegated entirely to the governance plugin (the authoritative virtual-key validator). Virtual-key-authenticated inference requests no longer return `401 Unauthorized` when dashboard password auth is enabled, and admin-password auth is now exclusive to dashboard/API routes — it is never required for inference. ### Installation #### Docker ```bash docker run -p 8080:8080 maximhq/bifrost:v1.5.13 ``` #### Binary Download ```bash npx @maximhq/bifrost --transport-version v1.5.13 ``` ### Docker Images - **`maximhq/bifrost:v1.5.13`** - This specific version - **`maximhq/bifrost:latest`** - Latest version (updated with this release) --- _This release was automatically created with dependencies: core `v1.5.19`, framework `v1.3.19`. All plugins have been validated and updated._