Skip to content

Bifrost HTTP v1.6.1

Choose a tag to compare

@akshaydeo akshaydeo released this 29 Jun 21:52
· 23 commits to dev since this release

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

docker run -p 8080:8080 maximhq/bifrost:v1.6.1

Binary Download

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.