core/v1.8.4

maximhq/bifrostcore/v1.8.4Aug 27, 2026by akshaydeo

AI Summary

Core v1.8.4 addresses issues with encrypted reasoning signatures and Anthropic raw-body passthrough logic across multi-family providers.

Key Highlights

  • Strip encrypted reasoning signature when upstream reports the field as unsupported
  • Clear Anthropic raw-body passthrough based on resolved provider and model pair

New Features

  • Fail-soft handling for unsupported reasoning signatures
  • Improved raw-body passthrough logic for 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`_