60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
---
|
|
title: "v1.3.34"
|
|
description: "v1.3.34 changelog - 2025-11-21"
|
|
---
|
|
<Tabs>
|
|
<Tab title="NPX">
|
|
```bash
|
|
npx -y @maximhq/bifrost --transport-version v1.3.34
|
|
```
|
|
</Tab>
|
|
<Tab title="Docker">
|
|
```bash
|
|
docker pull maximhq/bifrost:v1.3.34
|
|
docker run -p 8080:8080 maximhq/bifrost:v1.3.34
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
<Update label="Bifrost(HTTP)" description="1.3.34">
|
|
- feat: Log view is enabled even if config_store is disabled
|
|
- fix: Add missing cache and batch pricing columns to ensure we compute costs for those operations accurately.
|
|
|
|
</Update>
|
|
<Update label="Framework" description="1.1.37">
|
|
hotfix: Adds missing batch and cache token pricing columns in config_store
|
|
|
|
</Update>
|
|
<Update label="governance" description="1.3.38">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="jsonparser" description="1.3.38">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="logging" description="1.3.38">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="maxim" description="1.4.37">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="mocker" description="1.3.37">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="otel" description="1.0.37">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="semantic_cache" description="1.3.37">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|
|
<Update label="telemetry" description="1.3.37">
|
|
- chore: upgrades framework version to 1.1.37
|
|
|
|
</Update>
|