|
| 1 | +--- |
| 2 | +title: "v1.3.58" |
| 3 | +description: "v1.3.58 changelog - 2026-01-02" |
| 4 | +--- |
| 5 | +<Tabs> |
| 6 | + <Tab title="NPX"> |
| 7 | + ```bash |
| 8 | + npx -y @maximhq/bifrost --transport-version v1.3.58 |
| 9 | + ``` |
| 10 | + </Tab> |
| 11 | + <Tab title="Docker"> |
| 12 | + ```bash |
| 13 | + docker pull maximhq/bifrost:v1.3.58 |
| 14 | + docker run -p 8080:8080 maximhq/bifrost:v1.3.58 |
| 15 | + ``` |
| 16 | + </Tab> |
| 17 | +</Tabs> |
| 18 | + |
| 19 | +<Update label="Bifrost(HTTP)" description="1.3.58"> |
| 20 | +- chore: added max_tokens -> max_completion_tokens mapping for chat completions |
| 21 | +- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests |
| 22 | +- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object |
| 23 | +- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider |
| 24 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 25 | + |
| 26 | +</Update> |
| 27 | +<Update label="Core" description="1.2.46"> |
| 28 | +- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests |
| 29 | +- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object |
| 30 | +- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider |
| 31 | + |
| 32 | +</Update> |
| 33 | +<Update label="Framework" description="1.1.57"> |
| 34 | +- chore: upgrades core to 1.2.46 |
| 35 | + |
| 36 | +</Update> |
| 37 | +<Update label="governance" description="1.3.58"> |
| 38 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 39 | + |
| 40 | +</Update> |
| 41 | +<Update label="jsonparser" description="1.3.58"> |
| 42 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 43 | + |
| 44 | +</Update> |
| 45 | +<Update label="logging" description="1.3.58"> |
| 46 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 47 | + |
| 48 | +</Update> |
| 49 | +<Update label="maxim" description="1.4.59"> |
| 50 | +- chore: upgraded maxim-go to v0.1.15 |
| 51 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 52 | + |
| 53 | +</Update> |
| 54 | +<Update label="mocker" description="1.3.57"> |
| 55 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 56 | + |
| 57 | +</Update> |
| 58 | +<Update label="otel" description="1.0.57"> |
| 59 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 60 | + |
| 61 | +</Update> |
| 62 | +<Update label="semanticcache" description="1.3.57"> |
| 63 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 64 | + |
| 65 | +</Update> |
| 66 | +<Update label="telemetry" description="1.3.57"> |
| 67 | +- chore: upgrades core to 1.2.46 and framework to 1.1.57 |
| 68 | + |
| 69 | +</Update> |
0 commit comments