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!).
🔧 Maintenance
- Governance Config Import — Replaced
createGovernanceConfigInStorewith an empty-snapshotmergeGovernanceConfigpath 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
docker run -p 8080:8080 maximhq/bifrost:v1.6.1Binary Download
npx @maximhq/bifrost --transport-version v1.6.1Docker Images
maximhq/bifrost:v1.6.1- This specific versionmaximhq/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.