framework/v1.5.8
maximhq/bifrostframework/v1.5.8Aug 12, 2026by akshaydeo
AI Summary
Framework v1.5.8 introduces configurable quarterly budget windows with fiscal start month support, per-model budgets on virtual key provider configs, and fixes Bedrock pricing provider lookup and calendar alignment issues.
Key Highlights
- Quarterly budget windows with configurable fiscal start month
- Per-model budgets and rate limits on virtual key provider configs
- New migration storing budget fiscal-quarter definition in database
- Fixed Bedrock pricing provider lookup for correct model costs
- Calendar alignment preserves currently open window instead of truncating
New Features
- Configurable quarterly budget windows with fiscal start month
- Per-model budget and rate limit support
- Database migration for budget reset configuration storage
Full Release Notes
## Framework Release v1.5.8 - feat: quarterly budget windows with a configurable fiscal start month (#5996, #5997) - feat: per-model budgets and rate limits on virtual key provider configs (#5703) - feat: add the add_budget_reset_config_column migration, storing a budget's fiscal-quarter definition in a new nullable reset_config_json column on governance_budgets (#5997) - fix: fixed the Together pricing provider lookup so model costs resolve correctly (thanks [@dani29](https://github.com/dani29)!) (#6037) - fix: enabling calendar alignment preserves the currently open window instead of truncating it in flight (#6013) ### Installation ```bash go get github.com/maximhq/bifrost/framework@v1.5.8 ``` --- _This release was automatically created and uses core version: `v1.7.9`_