framework/v1.5.10
maximhq/bifrostframework/v1.5.10Aug 14, 2026by akshaydeo
AI Summary
This framework release addresses a critical bug where Bedrock's `stopSequences` parameter was being dropped, causing models to fail to stop at the correct token. It also brings the core up to version 1.7.10.
Key Highlights
- Fixed Bedrock Converse `stopSequences` parameter mapping
- Upgraded core to v1.7.10
- Resolved silent parameter loss in compat layer
Full Release Notes
## Framework Release v1.5.10 - fix: map Bedrock's Converse camelCase `stopSequences` onto the neutral `stop` parameter alongside Anthropic's `stop_sequences` - 81 Nova and Titan catalog rows silently lost `stop` to compat's `dropUnsupportedParams`, so the provider ran to `end_turn` instead of stopping - chore: upgraded core to v1.7.10 ### Installation ```bash go get github.com/maximhq/bifrost/framework@v1.5.10 ``` --- _This release was automatically created and uses core version: `v1.7.10`_