ent-v1.5.1-base

maximhq/bifrostent-v1.5.1-baseJun 29, 2026by akshaydeo

AI Summary

Enterprise base release introducing circuit breaker configurations, load balancer flags, and Anthropic code execution tools. Also includes extensive documentation updates and Bedrock usage fixes.

Key Highlights

  • Added circuit breaker config (`policies[]`) to Helm chart values.
  • Added new flags for load balancer configuration (direction selection, reroute failed directions, etc.).
  • Added Anthropic code execution tool support.
  • Fixed Bedrock usage calculation and token usage rebuilding in hybrid logs.

New Features

  • Circuit breaker configuration
  • Load balancer flags
  • Anthropic code execution tool

Full Release Notes

## What's Changed
* feat: add `circuitBreakerConfig` (`policies[]`) to Bifrost Helm chart values, schema, and helpers by @BearTS in https://github.com/maximhq/bifrost/pull/4693
* feat: add `directionSelectionEnabled`, `routeSelectionEnabled`, `rerouteFailedDirections`, and `pruneFailedFallbacks` flags to `bifrost.loadBalancer` by @BearTS in https://github.com/maximhq/bifrost/pull/4696
* chore: bump bifrost Helm chart to version 2.1.25 by @BearTS in https://github.com/maximhq/bifrost/pull/4694
* Docs update by @akshaydeo in https://github.com/maximhq/bifrost/pull/4705
* refactor: split Okta SSO docs into separate OIDC and SCIM pages with updated screenshots by @BearTS in https://github.com/maximhq/bifrost/pull/4681
* feat: restructure Keycloak docs into nested OIDC page with updated screenshots and redirect by @BearTS in https://github.com/maximhq/bifrost/pull/4688
* docs: add enterprise Secret Management docs (AWS, GCP, HashiCorp Vault) with `vault.<path>` reference support and flush-cache API endpoint by @BearTS in https://github.com/maximhq/bifrost/pull/4707
* k8s deployment docs update with notice for namespace by @akshaydeo in https://github.com/maximhq/bifrost/pull/4717
* docs: update ent-v1.5.0 changelog to reflect Secret Manager integration and Generic OIDC Provider instead of `SecretVar`/`EnvVar` by @BearTS in https://github.com/maximhq/bifrost/pull/4728
* docs: add Auth0, Generic OIDC, and SCIM docs; restructure Entra, Zitadel, and Google Workspace into nested OIDC/SCIM pages with updated screenshots and redirects by @BearTS in https://github.com/maximhq/bifrost/pull/4729
* fix: bedrock usage calculation by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4760
* feat: anthropic code execution tool support by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4727
* tests: code execution by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4757
* fix: use parseAsSafeArrayOf for logs page array query params to handle special characters in URLs by @impoiler in https://github.com/maximhq/bifrost/pull/4761
* feat: add TruncatedLabel component with tooltip on overflow by @impoiler in https://github.com/maximhq/bifrost/pull/4762
* refactor: extract TruncatedLabel component and replace inline truncation logic by @impoiler in https://github.com/maximhq/bifrost/pull/4763
* fix: rebuild token_usage from denormalized columns in hybrid log list by @impoiler in https://github.com/maximhq/bifrost/pull/4764
* refactor: replace `createGovernanceConfigInStore` with empty-snapshot `mergeGovernanceConfig` path for first config file import by @BearTS in https://github.com/maximhq/bifrost/pull/4769
* docs: add Kafka connector observability docs with configuration reference, security, filtering, and trace payload format by @BearTS in https://github.com/maximhq/bifrost/pull/4771
* perf: batch pricing upserts with `UpsertModelPricesBatch` to reduce round-trips during sync by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/4782
* v1.6.1 changelog by @akshaydeo in https://github.com/maximhq/bifrost/pull/4781
* migration test fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/4787


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