|
| 1 | +--- |
| 2 | +title: "v1.3.59" |
| 3 | +description: "v1.3.59 changelog - 2026-01-05" |
| 4 | +--- |
| 5 | +<Tabs> |
| 6 | + <Tab title="NPX"> |
| 7 | + ```bash |
| 8 | + npx -y @maximhq/bifrost --transport-version v1.3.59 |
| 9 | + ``` |
| 10 | + </Tab> |
| 11 | + <Tab title="Docker"> |
| 12 | + ```bash |
| 13 | + docker pull maximhq/bifrost:v1.3.59 |
| 14 | + docker run -p 8080:8080 maximhq/bifrost:v1.3.59 |
| 15 | + ``` |
| 16 | + </Tab> |
| 17 | +</Tabs> |
| 18 | + |
| 19 | +<Update label="Bifrost(HTTP)" description="1.3.59"> |
| 20 | +- feat: added support for multiple types in gemini and anthropic structured outputs properties |
| 21 | +- fix: added missing logs filter checks in ui for live updates |
| 22 | +- fix: ensure request ID is consistently set in context before PreHooks are executed |
| 23 | +- docs: updated docs for xai provider |
| 24 | +- fix: correct conversion of thinking level to thinking budget and vice versa in gemini |
| 25 | + |
| 26 | +</Update> |
| 27 | +<Update label="Core" description="1.2.47"> |
| 28 | +- feat: added support for multiple types in gemini and anthropic structured outputs properties |
| 29 | +- fix: ensure request ID is consistently set in context before PreHooks are executed |
| 30 | +- fix: correct conversion of thinking level to thinking budget and vice versa in gemini |
| 31 | + |
| 32 | +</Update> |
| 33 | +<Update label="Framework" description="1.1.58"> |
| 34 | +- chore: upgrades core to 1.2.47 |
| 35 | + |
| 36 | +</Update> |
| 37 | +<Update label="governance" description="1.3.59"> |
| 38 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 39 | + |
| 40 | +</Update> |
| 41 | +<Update label="jsonparser" description="1.3.59"> |
| 42 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 43 | + |
| 44 | +</Update> |
| 45 | +<Update label="logging" description="1.3.59"> |
| 46 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 47 | + |
| 48 | +</Update> |
| 49 | +<Update label="maxim" description="1.4.60"> |
| 50 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 51 | + |
| 52 | +</Update> |
| 53 | +<Update label="mocker" description="1.3.58"> |
| 54 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 55 | + |
| 56 | +</Update> |
| 57 | +<Update label="otel" description="1.0.58"> |
| 58 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 59 | + |
| 60 | +</Update> |
| 61 | +<Update label="semanticcache" description="1.3.58"> |
| 62 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 63 | + |
| 64 | +</Update> |
| 65 | +<Update label="telemetry" description="1.3.58"> |
| 66 | +- chore: upgrades core to 1.2.47 and framework to 1.1.58 |
| 67 | + |
| 68 | +</Update> |
0 commit comments