core/v1.8.4

deepseek-ai/DeepSeek-OCR-2core/v1.8.4Aug 27, 2026by akshaydeo

AI Summary

Core release addressing encryption handling and Anthropic passthrough issues.

Key Highlights

  • Strip encrypted reasoning signature for unsupported fields
  • Fixed Anthropic raw-body passthrough for multi-family providers
  • Improved signature handling across model switches

New Features

  • Enhanced signature handling for Bedrock Converse
  • Improved raw-body passthrough logic for multi-family providers
  • Better handling of model switches in conversations

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`_