60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
---
|
|
title: "v1.3.57"
|
|
description: "v1.3.57 changelog - 2026-01-01"
|
|
---
|
|
<Tabs>
|
|
<Tab title="NPX">
|
|
```bash
|
|
npx -y @maximhq/bifrost --transport-version v1.3.57
|
|
```
|
|
</Tab>
|
|
<Tab title="Docker">
|
|
```bash
|
|
docker pull maximhq/bifrost:v1.3.57
|
|
docker run -p 8080:8080 maximhq/bifrost:v1.3.57
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
<Update label="Bifrost(HTTP)" description="1.3.57">
|
|
- fix: fixes allowed_keys parsing from config.json as a string array
|
|
- chore: removes some extra debug logs
|
|
|
|
</Update>
|
|
<Update label="Framework" description="1.1.56">
|
|
- fix: fixes allowed_keys parsing from config.json as a string array
|
|
|
|
</Update>
|
|
<Update label="governance" description="1.3.57">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="jsonparser" description="1.3.57">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="logging" description="1.3.57">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="maxim" description="1.4.57">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="mocker" description="1.3.56">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="otel" description="1.0.56">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="semantic_cache" description="1.3.56">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|
|
<Update label="telemetry" description="1.3.56">
|
|
- chore: upgrades framework to 1.1.56
|
|
|
|
</Update>
|