transports/v1.5.13

maximhq/bifrosttransports/v1.5.13Jun 12, 2026by akshaydeo

AI Summary

This transport release fixes inference authentication logic to delegate authority to the governance plugin, ensuring virtual-key auth works correctly even when dashboard password auth is enabled.

Key Highlights

  • Inference authentication delegated to governance plugin
  • Virtual-key-authenticated inference no longer returns 401 Unauthorized with dashboard password auth enabled

New Features

  • Inference auth delegation to governance plugin
  • Admin-password auth exclusive to dashboard/API routes

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._