transports/v1.5.8

maximhq/bifrosttransports/v1.5.8Jun 4, 2026by akshaydeo

AI Summary

HTTP transport release adding file scheme support for pricing URLs in air-gapped deployments and paginated virtual key fetching for large-scale deployments, plus bug fixes for Bedrock and MCP integrations.

Key Highlights

  • File Scheme Pricing URLs for local/air-gapped deployments
  • Paginated Virtual Keys for large-scale deployments
  • Bedrock outputAssessments type correction
  • TextCompletionChunkResponse Model field added
  • MCP inline stdio environment variable support

New Features

  • file:// scheme support for pricing URLs
  • Paginated virtual key fetching
  • MCP stdio server inline environment variable assignments

Full Release Notes

## Bifrost HTTP Transport Release v1.5.8

## โœจ Features

- **File Scheme Pricing URLs** โ€” Pricing source URLs now accept the `file://` scheme, allowing custom pricing data to be loaded from the local filesystem for air-gapped and self-hosted deployments (#4045)
- **Paginated Virtual Keys** โ€” Virtual key fetching is now paginated to handle deployments with very large numbers of keys without loading them all at once (#3957)

## ๐Ÿž Fixed

- **Bedrock Output Assessments** โ€” Corrected the type of `outputAssessments` in Bedrock responses (#4028)
- **Text Completion Chunk Model** โ€” Added the missing `Model` field to `TextCompletionChunkResponse` (#3970) (thanks [@kuishou68](https://github.com/kuishou68)!)
- **Orphaned Tool Results** โ€” Orphaned tool results in the OpenAI to Anthropic conversion flow are no longer rejected by the Anthropic API (#3919)
- **MCP Inline stdio Env** โ€” MCP stdio server configs now accept inline environment variable assignments (#3861) (thanks [@Shushmitaaaa](https://github.com/Shushmitaaaa)!)
- **Model Pool Pricing Reloads** โ€” Non-pricing model pool entries are preserved across pricing reloads instead of being dropped (#3999)

### Installation

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

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

### Docker Images
- **`maximhq/bifrost:v1.5.8`** - This specific version
- **`maximhq/bifrost:latest`** - Latest version (updated with this release)

---
_This release was automatically created with dependencies: core `v1.5.16`, framework `v1.3.16`. All plugins have been validated and updated._