Files
bifrost/docs/changelogs/v1.3.30.mdx
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

63 lines
1.5 KiB
Plaintext

---
title: "v1.3.30"
description: "v1.3.30 changelog - 2025-11-18"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.30
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.30
docker run -p 8080:8080 maximhq/bifrost:v1.3.30
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.30">
- feat: adds migration for missing provider column in key table
<Warning>
"keys" in "provider_config" in `config.json` file requires unique name. If there is any collision, Bifrost wont be able to boot.
</Warning>
</Update>
<Update label="Framework" description="1.1.33">
feat: add migration for missing provider column in key table
</Update>
<Update label="governance" description="1.3.34">
chore: update framework version to 1.1.33
</Update>
<Update label="jsonparser" description="1.3.34">
chore: update framework version to 1.1.33
</Update>
<Update label="logging" description="1.3.34">
chore: update framework version to 1.1.33
</Update>
<Update label="maxim" description="1.4.33">
chore: update framework version to 1.1.33
</Update>
<Update label="mocker" description="1.3.33">
chore: update framework version to 1.1.33
</Update>
<Update label="otel" description="1.0.33">
chore: update framework version to 1.1.33
</Update>
<Update label="semantic_cache" description="1.3.33">
chore: update framework version to 1.1.33
</Update>
<Update label="telemetry" description="1.3.33">
chore: update framework version to 1.1.33
</Update>