first commit
This commit is contained in:
65
docs/changelogs/v1.3.56.mdx
Normal file
65
docs/changelogs/v1.3.56.mdx
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user