Skip to content

Core v1.7.5

Choose a tag to compare

@akshaydeo akshaydeo released this 30 Jul 13:10
1165cff

Core Release v1.7.5

  • feat: added count tokens API support for Bedrock Mantle
  • feat: added SSETruncation interface and EOF handler support across all providers so upstream stream death surfaces as an error instead of a clean [DONE]
  • feat: added responses retrieve stream method
  • feat: added routing info headers for streaming responses
  • feat: added ModelReasoning schema field and provider-qualified model ID resolution for model-parameters lookup
  • feat: added Bedrock batch role ARN to key config
  • feat: added Bifrost latency data to connectors
  • fix: corrected image search handling for the GenAI search tool
  • fix: corrected count tokens request building
  • fix: dropped unsupported fields from Vertex count tokens requests
  • fix: lifted the chat-completions function wrapper in Responses tool unmarshal
  • fix: merged additional tools into tools for Bedrock Mantle
  • fix: set structured outputs to false for Claude models on Bedrock Mantle
  • fix: corrected vLLM stream truncation
  • fix: converted strict: null to false for SDK compatibility
  • fix: followed redirects for downloads in GenAI passthrough
  • fix: honored the IncludeServerSideToolInvocations field in the GenAI API
  • fix: returned a closed non-nil channel for empty streams instead of (nil, nil) so consumers no longer hang on a nil-channel receive (thanks @kharkevich!)
  • fix: corrected routing info headers on streaming fallbacks
  • fix: corrected Replicate harness test and Gemini extra param handling
  • fix: avoided duplicating the inference-provider segment in backfilled HuggingFace model IDs
  • fix: removed the default preview api-version for GA Azure Responses endpoints
  • fix: forwarded vLLM responses-stream chunks and completion events instead of silently discarding them
  • fix: corrected error forwarding to connectors
  • fix: preserved the tool_search Responses API wire shape (thanks @devonpmack!)
  • fix: corrected Gemini tool schema integer constraint handling
  • fix: handled input images in image generation for Replicate
  • chore: upgraded Go to 1.26.5
  • chore: replaced deprecated HuggingFace model in core tests

Installation

go get github.com/maximhq/bifrost/core@v1.7.5

This release was automatically created from version file: core/version