core/v1.8.4
firecrawl/pdf-inspectorcore/v1.8.4Aug 27, 2026by akshaydeo
AI Summary
Maintenance release fixing handling of encrypted reasoning signatures and refining raw-body passthrough logic for multi-family providers.
Key Highlights
- Fixed stripping of encrypted reasoning signatures when the upstream reports them as unsupported
- Fixed clearing of Anthropic raw-body passthrough for non-Claude models on multi-family providers
Full Release Notes
## Core Release v1.8.4 - fix: strip the encrypted reasoning signature when the upstream reports the field as unsupported (e.g. Bedrock Converse replaying a Claude signature onto a non-Anthropic model after a mid-conversation model switch), extending the existing unverifiable-signature fail-soft - fix: clear Anthropic raw-body passthrough based on the resolved provider and model pair, so non-Claude models on multi-family providers (Vertex, Azure, Bedrock Mantle) convert the request instead of passing the Anthropic payload through ### Installation ```bash go get github.com/maximhq/bifrost/core@v1.8.4 ``` --- _This release was automatically created from version file: `core/version`_