--- title: "v1.3.0-prerelease6" description: "v1.3.0-prerelease6 changelog" --- ```bash npx -y @maximhq/bifrost --transport-version v1.3.0-prerelease6 ``` ```bash docker pull maximhq/bifrost:v1.3.0-prerelease6 docker run -p 8080:8080 maximhq/bifrost:v1.3.0-prerelease6 ``` - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Feat: Added Anthropic thinking parameter in responses API. - Feat: Added Anthropic text completion integration support. - Fix: Extra fields sent back in streaming responses. - Feat: Latency for all request types (with inter token latency for streaming requests) sent back in Extra fields. - Feat: UI websocket implementation generalized. - Feat: TokenInterceptor interface added to plugins. - Fix: Middlewares added to integrations route. - Feat: Stream token latency sent back in extra fields. - Feat: Plugin interface extended with TransportInterceptor method. - Feat: Add Anthropic thinking parameter - Feat: Add Custom key selector logic and send back request latency in extra fields. - Bug: Fallbacks not working occasionally. - Upgrade dependency: core to 1.2.5 - Feat: User table added to config store. - Chore: using core 1.2.5 and framework 1.1.5 - Feat: Added provider routing TransportInterceptor. - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Upgrade dependency: core to 1.2.6 and framework to 1.1.6 - Feat: Added First Token and Inter Token latency metrics for streaming requests.