ent-v1.4.5-base

maximhq/bifrostent-v1.4.5-baseMay 29, 2026by akshaydeo

AI Summary

This is a patch release (ent-v1.4.5-base) for bifrost focusing on bug fixes, documentation improvements, and minor enhancements. The release includes routing fixes, database migration improvements, and updated documentation for Claude Code and flow mode features.

Key Highlights

  • Route rename from /api/model-catalog to /api/models/catalog
  • Documentation updates for flow mode access rules, temp token toggle, and per-server tool manager overrides
  • Expanded Claude Code guide with MCP gateway setup and provider compatibility notes
  • Increased matview sync interval to 1 minute
  • Added mcp_enable_temp_token_auth dynamic column support

Breaking Changes

  • API route /api/model-catalog has been renamed to /api/models/catalog - consumers will need to update their API calls

New Features

  • Added metadata to hybrid store payload
  • Bedrock function toolname truncation support
  • HTTP logs functionality restored
  • RBAC loading gating to prevent permission flash in dashboard

Full Release Notes

## What's Changed
* fixes docker manifest script for hardenend runner by @akshaydeo in https://github.com/maximhq/bifrost/pull/3784
* enterprise docs by @akshaydeo in https://github.com/maximhq/bifrost/pull/3786
* minor routing fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/3787
* increases matview sync to 1 min by @akshaydeo in https://github.com/maximhq/bifrost/pull/3886
* docs: document flow mode access rules, temp token toggle, and per-server tool manager overrides by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/3870
* docs: expand Claude Code guide with MCP gateway setup, provider compatibility notes, and model name updates by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/3882
* fix: add http logs back by @TejasGhatte in https://github.com/maximhq/bifrost/pull/3885
* fix: reorder `migrationReAddAllowDirectKeysColumn` before config hash refresh migration and update schema with new fields by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/3883
* refactor: export `isModelRequired` as `IsModelRequiredForRequest` in utils by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/3844
* fix: add `mcp_enable_temp_token_auth` dynamic column and replace `cut` with `awk` for column-order-safe snapshot comparison by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/3889
* fix: harness test fixes by @TejasGhatte in https://github.com/maximhq/bifrost/pull/3887
* fix: rename `/api/model-catalog` route to `/api/models/catalog` by @impoiler in https://github.com/maximhq/bifrost/pull/3893
* fix: gate dashboard chrome on RBAC loading to prevent permission flash by @impoiler in https://github.com/maximhq/bifrost/pull/3896
* adds metadata to hybdrid store payload by @akshaydeo in https://github.com/maximhq/bifrost/pull/3888
* bedrock function toolname truncation by @akshaydeo in https://github.com/maximhq/bifrost/pull/3890
* changelogs for 1.5.6 by @akshaydeo in https://github.com/maximhq/bifrost/pull/3892
* v1.5.6 by @akshaydeo in https://github.com/maximhq/bifrost/pull/3884


**Full Changelog**: https://github.com/maximhq/bifrost/compare/ent-v1.4.4-base...ent-v1.4.5-base