ent-v1.5.8-base
maximhq/bifrostent-v1.5.8-baseAug 5, 2026by akshaydeo
AI Summary
This release focuses on enhancing Bedrock and Anthropic integrations with patches for adaptive thinking and encrypted reasoning. It introduces proxy support for real-time websocket calls, performance improvements for VK provider lookups, and new configuration options for SCIM buffer sizes.
Key Highlights
- Bedrock and Anthropic patches for adaptive thinking and encrypted reasoning
- Proxy support for websocket-based real-time calls
- Performance improvements via bulk VK provider replacement
- New `WithFasthttpBufferSizes` option for SCIM configuration
- Helm chart v2.1.34 with SCIM `roleResolutionStrategy` support
New Features
- Surface external (access-profile) rate limit in VK quota
- Add `is_access_profile_managed` server-computed flag to VK
- Add proxy support for realtime calls (websocket based)
- Add budget override API reference and OpenAPI spec
Full Release Notes
## What's Changed * docs by @akshaydeo in https://github.com/maximhq/bifrost/pull/5692 * fixes version suffix for go plugins docs by @akshaydeo in https://github.com/maximhq/bifrost/pull/5697 * plugin docs fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/5698 * chore: release Bifrost Helm chart v2.1.33 with OTEL schema fix by @BearTS in https://github.com/maximhq/bifrost/pull/5705 * docs: add budget override API reference and OpenAPI spec by @impoiler in https://github.com/maximhq/bifrost/pull/5736 * docs: add per-user access-profile budget override API and docs by @impoiler in https://github.com/maximhq/bifrost/pull/5747 * add proxy support for realtime calls (websocket based) by @akshaydeo in https://github.com/maximhq/bifrost/pull/5788 * fix: inject placeholder text block for document-only messages in Bedrock Converse API by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/5817 * retain tool cache_control for bedrock converse by @akshaydeo in https://github.com/maximhq/bifrost/pull/5811 * bedrock invoke flow now retains image/tool_use/tool_return by @akshaydeo in https://github.com/maximhq/bifrost/pull/5814 * fixes #5186 - encrypted reasoning by @akshaydeo in https://github.com/maximhq/bifrost/pull/5819 * bedrock + anthropic patches for adaptive thinking by @akshaydeo in https://github.com/maximhq/bifrost/pull/5821 * cache_control for bedrock by @akshaydeo in https://github.com/maximhq/bifrost/pull/5824 * stream cancel fix by @akshaydeo in https://github.com/maximhq/bifrost/pull/5836 * closed channel fix by @akshaydeo in https://github.com/maximhq/bifrost/pull/5837 * fix: tool ordering in extractToolsFromResponsesConversationHistory by @TejasGhatte in https://github.com/maximhq/bifrost/pull/5828 * fix: bedrock headers signing denylist by @TejasGhatte in https://github.com/maximhq/bifrost/pull/5833 * perf: bulk VK provider replacement and direct VK lookup by @danpiths in https://github.com/maximhq/bifrost/pull/5844 * updates codeowners by @akshaydeo in https://github.com/maximhq/bifrost/pull/5845 * feat: add `WithFasthttpBufferSizes` option to `HTTPClientFactory` for configurable SCIM read/write buffers by @BearTS in https://github.com/maximhq/bifrost/pull/5808 * fix: tolerate `ErrNotFound` when pruning cascade-deleted budgets and configs by @BearTS in https://github.com/maximhq/bifrost/pull/5802 * provider harness fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/5846 * chore: adds claude mcpb docs by @sammaji in https://github.com/maximhq/bifrost/pull/5818 * chore: adds docs for github copilot cli, app and vscode extension by @sammaji in https://github.com/maximhq/bifrost/pull/5830 * moves sse hearbeats to a common structure to reuse by @akshaydeo in https://github.com/maximhq/bifrost/pull/5850 * fix: adds context_management param in responses api by @sammaji in https://github.com/maximhq/bifrost/pull/5750 * feat: surface external (access-profile) rate limit in VK quota and admin read paths by @BearTS in https://github.com/maximhq/bifrost/pull/5857 * feat: add `is_access_profile_managed` server-computed flag to VK for RBAC-independent managed-key UI by @BearTS in https://github.com/maximhq/bifrost/pull/5858 * token parity tests by @akshaydeo in https://github.com/maximhq/bifrost/pull/5856 * docs: add AWS ALB identity-aware proxy guide and update role resolution strategy docs by @BearTS in https://github.com/maximhq/bifrost/pull/5826 * template fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/5860 * chore: release Bifrost Helm chart v2.1.34 with SCIM `roleResolutionStrategy` support by @BearTS in https://github.com/maximhq/bifrost/pull/5777 **Full Changelog**: https://github.com/maximhq/bifrost/compare/ent-v1.5.7-base...ent-v1.5.8-base