framework/v1.3.14
maximhq/bifrostframework/v1.3.14May 29, 2026by akshaydeo
AI Summary
This release adds significant observability improvements with OTel spec compatible metrics, enhances MCP (Model Context Protocol) functionality with TLS configuration support, per-user headers authentication, and credential reconciliation, and introduces a new GetDimensionRankings API for team, customer, BU, and user dimensions. The release also includes various bug fixes and an upgrade to Go 1.26.3.
Key Highlights
- Add OTel spec compatible metrics (backward compatible) for improved observability
- Add TLS configuration support for MCP HTTP/SSE client connections
- Add GetDimensionRankings API with ranking dimensions for team, customer, BU, and user
- Add MCP per-user headers auth type with credential storage and reconcile credentials on changes
- Upgrade to Go 1.26.3
New Features
- Add direct API key header support
- Add GetDimensionRankings API and ranking dimensions for team, customer, BU, and user
- Add additional_attributes to model pricing rows with management API
- Add filter/search/pagination to MCP sessions list API
- Add TLS configuration support for MCP HTTP/SSE client connections
- Add OTel spec compatible metrics (backward compatible)
- Reconcile per-user MCP credentials on VK and MCP client changes
- Add MCP per-user headers auth type with credential storage
- Add metadata to hybrid store payload
- Log database type when connecting in NewConfigStore
- Remove SSO gate check for temp token auth
Full Release Notes
## Framework Release v1.3.14 - feat: add direct API key header support (#3817) - feat: add GetDimensionRankings API and ranking dimensions for team, customer, BU, and user (#3766) - feat: add additional_attributes to model pricing rows with management API (#3829) - feat: add filter/search/pagination to MCP sessions list API (#3824) - feat: add TLS configuration support for MCP HTTP/SSE client connections (#3779) - feat: add OTel spec compatible metrics, backward compatible (#3865) - feat: reconcile per-user MCP credentials on VK and MCP client changes (#3705) - feat: add MCP per-user headers auth type with credential storage (#3703) - feat: add metadata to hybrid store payload - feat: log database type when connecting in NewConfigStore (#3724) - feat: remove SSO gate check for temp token auth (#3814) - fix: add user_name to RankingDimensionUser column definition (#3869) - fix: gate user-mode flows on caller user_id and skip temp token mint (#3841) - fix: make MCP header temp token flow follow the UI toggle (#3836) - fix: increase matview sync interval to 1 min (#3886) - refactor: remove deferred-fill user-mode OAuth flow support (#3839) - chore: upgrade to Go 1.26.3 (#3782) ### Installation ```bash go get github.com/maximhq/bifrost/framework@v1.3.14 ``` --- _This release was automatically created and uses core version: `v1.5.14`_