transports/v1.5.10

maximhq/bifrosttransports/v1.5.10Jun 7, 2026by akshaydeo

AI Summary

Hotfix release correcting virtual key usage tracking under user attribution and wildcard allow-lists handling for catalog-opaque providers like vLLM, Ollama, and SGL.

Key Highlights

  • Fixed virtual key usage tracking under user attribution - usage no longer silently dropped
  • Fixed wildcard allow-lists for catalog-opaque providers (vLLM/Ollama/SGL/custom providers)
  • Added bifrost-skip-virtual-key-usage-tracking context flag for user-only accounting

New Features

  • Virtual Key Usage Tracking fix under user attribution
  • Wildcard allow-lists for catalog-opaque providers
  • New bifrost-skip-virtual-key-usage-tracking context flag

Full Release Notes

## Bifrost HTTP Transport Release v1.5.10

<Note>
  **Hotfix on [v1.5.9](https://docs.getbifrost.ai/changelogs/v1.5.9).** The key fix corrects wildcard (`*`) allowed-models handling: for providers whose models the catalog cannot enumerate, a wildcard now correctly allows any model instead of rejecting it. This affected keyless self-hosted providers (vLLM/Ollama/SGL) and custom providers without list-models support.
</Note>

## 🐞 Fixed

- **Virtual Key Usage Tracking Under User Attribution** - Usage is no longer silently dropped from virtual-key accounting whenever a user is attributed on a request. Governance now tracks both the virtual-key and user scopes by default; callers that deliberately want user-only accounting can opt in with the new `bifrost-skip-virtual-key-usage-tracking` context flag (#4123)
- **Wildcard Allow-Lists for Catalog-Opaque Providers** - A wildcard (`*`) allowed-models list now correctly permits any model for providers whose models the catalog cannot enumerate - custom providers without list-models support, and keyless self-hosted vLLM/Ollama/SGL - instead of incorrectly rejecting them (#4124)

### Installation

#### Docker
```bash
docker run -p 8080:8080 maximhq/bifrost:v1.5.10
```

#### Binary Download
```bash
npx @maximhq/bifrost --transport-version v1.5.10
```

### Docker Images
- **`maximhq/bifrost:v1.5.10`** - 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._