|
| 1 | +--- |
| 2 | +title: "v1.4.4" |
| 3 | +description: "v1.4.4 changelog - 2026-02-02" |
| 4 | +--- |
| 5 | +<Tabs> |
| 6 | + <Tab title="NPX"> |
| 7 | + ```bash |
| 8 | + npx -y @maximhq/bifrost --transport-version v1.4.4 |
| 9 | + ``` |
| 10 | + </Tab> |
| 11 | + <Tab title="Docker"> |
| 12 | + ```bash |
| 13 | + docker pull maximhq/bifrost:v1.4.4 |
| 14 | + docker run -p 8080:8080 maximhq/bifrost:v1.4.4 |
| 15 | + ``` |
| 16 | + </Tab> |
| 17 | +</Tabs> |
| 18 | + |
| 19 | +<Update label="Bifrost(HTTP)" description="1.4.4"> |
| 20 | +- feat: added support for image editing and variations |
| 21 | +- fix: encode provider names in API URLs |
| 22 | +- fix: add finish reason to Gemini chat completion response |
| 23 | +- fix: fixes MCP server initialization issues |
| 24 | +- fix: fixes race condition while booting up server form config.json + mcp_server config |
| 25 | +- fix: adds virtual key support for container APIs |
| 26 | + |
| 27 | +</Update> |
| 28 | +<Update label="Core" description="1.4.0"> |
| 29 | +- feat: added support for image editing and variations |
| 30 | +- fix: skip OpenAI parameter filtering for custom providers |
| 31 | +- fix: add finish reason to Gemini chat completion response |
| 32 | +- fix: ensure ExtraParams are propagated into provider request body |
| 33 | +- docs: add supported headers reference documentation |
| 34 | + |
| 35 | +</Update> |
| 36 | +<Update label="Framework" description="1.2.18"> |
| 37 | +- feat: added tables for routing rules |
| 38 | +- fix: tracing race condition fixes |
| 39 | +- fix: handles token refresh worker initialization when config store is empty |
| 40 | + |
| 41 | +</Update> |
| 42 | +<Update label="governance" description="1.4.19"> |
| 43 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 44 | + |
| 45 | +</Update> |
| 46 | +<Update label="jsonparser" description="1.4.18"> |
| 47 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 48 | + |
| 49 | +</Update> |
| 50 | +<Update label="litellmcompat" description="0.0.8"> |
| 51 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 52 | + |
| 53 | +</Update> |
| 54 | +<Update label="logging" description="1.4.18"> |
| 55 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 56 | + |
| 57 | +</Update> |
| 58 | +<Update label="maxim" description="1.5.17"> |
| 59 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 60 | + |
| 61 | +</Update> |
| 62 | +<Update label="mocker" description="1.4.18"> |
| 63 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 64 | + |
| 65 | +</Update> |
| 66 | +<Update label="otel" description="1.1.18"> |
| 67 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 68 | + |
| 69 | +</Update> |
| 70 | +<Update label="semanticcache" description="1.4.17"> |
| 71 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 72 | + |
| 73 | +</Update> |
| 74 | +<Update label="telemetry" description="1.4.19"> |
| 75 | +- chore: upgrades core to v1.4.0 and framework to v1.2.18 |
| 76 | + |
| 77 | +</Update> |
0 commit comments