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

66 lines
1.8 KiB
Plaintext

---
title: "v1.3.56"
description: "v1.3.56 changelog - 2026-01-01"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.56
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.56
docker run -p 8080:8080 maximhq/bifrost:v1.3.56
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.56">
- fix: handles overwriting of key values in case of collision between config.json and db
- fix: fixes support for referring allowed keys in virtual_keys when setting up Bifrost using config.json
</Update>
<Update label="Core" description="1.2.45">
- feat: adds hashing support for provider keys
</Update>
<Update label="Framework" description="1.1.55">
- feat: adds config_hash columns for provider keys
- chore: adds CRUD testcases for config store
- chore: upgrade core to 1.2.45
</Update>
<Update label="governance" description="1.3.56">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="jsonparser" description="1.3.56">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="logging" description="1.3.56">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="maxim" description="1.4.56">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="mocker" description="1.3.55">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="otel" description="1.0.55">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="semantic_cache" description="1.3.55">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>
<Update label="telemetry" description="1.3.55">
- chore: upgrade core to 1.2.45 and framework to 1.1.55
</Update>