--- title: "v1.3.0-prerelease1" description: "v1.3.0-prerelease1 changelog" --- ```bash npx -y @maximhq/bifrost --transport-version v1.3.0-prerelease1 ``` ```bash docker pull maximhq/bifrost:v1.3.0-prerelease1 docker run -p 8080:8080 maximhq/bifrost:v1.3.0-prerelease1 ``` - Fix: Token count no longer displays as N/A in certain streaming response cases - Fix: Streaming responses now properly display errors on the UI instead of getting stuck in processing state - Feat: UI for configuring external observability connectors - Feat: OTLP collector - Feat: UI-driven Maxim observability configuration - Fix: Fixes Bifrost specific error logging in first party and third party logging plugins - Feature: Adds dynamic reloads for plugins. This removes the requirement for restarts when updating plugins. - Feature: Adds responses API support. - This release contains multiple breaking changes for Bifrost Core. These were necessary to ensure we incorporate responses without compromising on speed or architecture. - Chore: Adds ctx to each function to gracefully shutdown ongoing tasks and bring better concurrency management - Fix: Fixes pricing sync to make sure latest updates are synced at every restart. - Feat: Adds new accumulator for accumulating all streaming responses from LLMs. - Feat: Now Bifrost supports provider level fallbacks - Chore: Dependency upgrades - Upgrade dependency: core to 1.2.0 - Fix: Captures Bifrost-specific errors in logs (e.g. provider not configured) - Fix: Fixes audio streaming captures - Upgrade dependency: core to 1.2.0 - Upgrade dependency: framework to 1.1.0 - Fix: Maxim plugin now captures Bifrost gateway specific errors. - Upgrade dependency: maxim-go to 0.1.11 - Upgrade dependency: core to 1.2.0 - Upgrade dependency: framework to 1.1.0 - Upgrade dependency: core to 1.2.0 - Upgrade dependency: framework to 1.1.0 - First version cut 🚀 - Feature: Support OTLP collector over HTTP or gRPC protocol. - Feat: Adds support for Responses and Text completions - Upgrade dependency: core to 1.2.0 - Upgrade dependency: framework to 1.1.0 - Fix: Adds support for Responses and Text completions. - Upgrade dependency: core to 1.2.0 - Upgrade dependency: framework to 1.2.0