Core v1.7.4
Core Release v1.7.4
- feat: added support for Anthropic's
fallbacks: "default"preset via the newAnthropicFallbackswrapper type, preserving it through request round-trips and injecting theserver-side-fallback-2026-07-01beta header for default routing
AnthropicMessageRequest.Fallbackschanged from[]AnthropicFallbackEntryto*AnthropicFallbacks. Code constructing this struct directly must wrap entries as&AnthropicFallbacks{Entries: ...}.
- feat: added the
mid-conversation-tool-changes-2026-07-01beta header andMidConvToolChangesfeature flag for Anthropic and Bedrock Mantle - fix: added Opus 5 support to the Anthropic provider via
IsOpus5Plus, inheriting the Opus 4.8 request surface for unsupported sampling params, native effort, fast mode, and mid-conversation system messages
Installation
go get github.com/maximhq/bifrost/core@v1.7.4This release was automatically created from version file: core/version