transports/v1.6.2

miraymen/pix2surftransports/v1.6.2Jul 1, 2026by akshaydeo

AI Summary

Bifrost HTTP Transport v1.6.2 focuses on Claude Sonnet 5 support and fixes for Bedrock, Gemini, and Imagen providers.

Key Highlights

  • Claude Sonnet 5 support with adaptive thinking and tool generations
  • Bedrock error extraction and custom provider key form fixes
  • Aspect ratio support for Gemini and Imagen
  • Plan cache migration fix for PostgreSQL and SQLite

New Features

  • Sonnet 5 support
  • Aspect ratio support

Full Release Notes

## Bifrost HTTP Transport Release v1.6.2

## ✨ Features

- **Claude Sonnet 5 Support** - Added compatibility for the Claude Sonnet 5 model family in the Anthropic provider: adaptive-only thinking and sampling-parameter gating, the effort parameter, adaptive thinking, computer-use and text-editor tool generations, dynamic web search filtering, and default max output tokens.

## 🐞 Fixed

- **Bedrock Error Type Extraction** - Fixed error type extraction for Bedrock provider responses.
- **Gemini/Imagen Aspect Ratio** - Added first-class `aspect_ratio` support for Gemini and Imagen image generation and edit requests; an explicit aspect ratio now takes precedence over any size-derived value and is backfilled into generation responses and stream events.
- **Plan Cache Migration** - Fixed a regression where the config-hash recompute migration failed on upgrade from a pre-1.6 schema, causing `undefined column` errors on PostgreSQL and SQLite.
- **Custom Provider Key Form (Bedrock)** - Fixed the custom provider API key form for Bedrock.

## 🐙 Closed GitHub Issues

- [#4797](https://github.com/maximhq/bifrost/issues/4797) — [Bug]: configstore migration order — refresh_config_hash_after_mcp_external_server_url_removal (#139) selects dump_errors_in_console_logs before add_dump_errors_in_console_logs_column (#160) adds it

### Installation

#### Docker
```bash
docker run -p 8080:8080 maximhq/bifrost:v1.6.2
```

#### Binary Download
```bash
npx @maximhq/bifrost --transport-version v1.6.2
```

### Docker Images
- **`maximhq/bifrost:v1.6.2`** - This specific version
- **`maximhq/bifrost:latest`** - Latest version (updated with this release)

---
_This release was automatically created with dependencies: core `v1.6.2`, framework `v1.4.2`. All plugins have been validated and updated._