Bifrost HTTP Transport Release v1.4.0-prerelease3
- chore: added max_tokens -> max_completion_tokens mapping for chat completions
- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests
- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object
- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider
- fix: tracing flow overriding request id which resulted in breaking streaming responses
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.4.0-prerelease3Binary Download
npx @maximhq/bifrost --transport-version v1.4.0-prerelease3Docker Images
maximhq/bifrost:v1.4.0-prerelease3- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.3.2, framework v1.2.2. All plugins have been validated and updated.