transports/v1.6.1

maximhq/bifrosttransports/v1.6.1Jun 29, 2026by akshaydeo

AI Summary

Bifrost HTTP Transport release focusing on UI improvements and bug fixes for logs and Bedrock provider. Includes dependency upgrades and governance config import improvements.

Key Highlights

  • Added truncated label tooltips for long values on logs and providers pages.
  • Fixed logs page URL parsing to handle special characters in array query parameters.
  • Fixed Bedrock token usage calculation and governance config import path.

New Features

  • Truncated Label Tooltips

Full Release Notes

## Bifrost HTTP Transport Release v1.6.1

## โœจ Features

- **Truncated Label Tooltips** โ€” Long labels in the dashboard now truncate with a hover tooltip showing the full value, applied across the logs and providers pages.

## ๐Ÿž Fixed

- **Logs Page URL Parsing** โ€” Array query parameters on the logs page now use `parseAsSafeArrayOf`, correctly handling special characters in URLs.
- **Bedrock Usage Calculation** โ€” Fixed token usage calculation for the Bedrock provider.
- **Hybrid Log Token Usage** โ€” Token usage is now rebuilt from denormalized columns in the hybrid log list (thanks [@G-XD](https://github.com/G-XD)!).

## ๐Ÿ”ง Maintenance

- **Governance Config Import** โ€” Replaced `createGovernanceConfigInStore` with an empty-snapshot `mergeGovernanceConfig` path for the first config-file import.
- **Dependency Upgrades** โ€” Bumped core to v1.6.1 and framework to v1.4.1 across all modules.

### Installation

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

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

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

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