framework/v1.3.13

maximhq/bifrostframework/v1.3.13May 26, 2026by akshaydeo

AI Summary

This framework release v1.3.13 includes two new features related to quota management and authentication, along with two bug fixes for materialized views and one maintenance task. The release adds ProviderConfigs with budgets and rate limits to virtual key quota queries and introduces a new client config flag for MCP temp token authentication control.

Key Highlights

  • Added ProviderConfigs with budgets and rate limits to virtual key quota query and response
  • Introduced `mcp_enable_temp_token_auth` client config flag for MCP temp token minting control
  • Fixed mv_filter_users matview to exclude rows with empty user_name
  • Fixed model rankings matview queries to exclude empty model entries
  • Added migration test column blocks for v1.5.4 governance/configstore columns

New Features

  • Include `ProviderConfigs` with budgets and rate limits in virtual key quota query and response
  • Add `mcp_enable_temp_token_auth` client config flag to gate MCP temp token minting for non-auth users

Full Release Notes

## Framework Release v1.3.13

- feat: include `ProviderConfigs` with budgets and rate limits in virtual key quota query and response (#3721)
- feat: add `mcp_enable_temp_token_auth` client config flag to gate MCP temp token minting for non-auth users (#3720)
- fix: recreate `mv_filter_users` matview to exclude rows with empty `user_name` (#3764)
- fix: exclude empty model entries from model rankings matview queries (#3758)
- chore: add migration test column blocks for new v1.5.4 governance/configstore columns (#3761)

### Installation

```bash
go get github.com/maximhq/bifrost/framework@v1.3.13
```

---
_This release was automatically created and uses core version: `v1.5.13`_