76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
---
|
|
title: "v1.3.5"
|
|
description: "v1.3.5 changelog"
|
|
---
|
|
<Tabs>
|
|
<Tab title="NPX">
|
|
```bash
|
|
npx -y @maximhq/bifrost --transport-version v1.3.5
|
|
```
|
|
</Tab>
|
|
<Tab title="Docker">
|
|
```bash
|
|
docker pull maximhq/bifrost:v1.3.5
|
|
docker run -p 8080:8080 maximhq/bifrost:v1.3.5
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
<Update label="Bifrost(HTTP)" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
- fix: added missing migration for `cost` and `cache_debug` columns in logs table for old databases.
|
|
|
|
</Update>
|
|
<Update label="Core" description="v1.3.5">
|
|
|
|
- Feat: Added key name field to account schema for external key management
|
|
- Feat: Simplified MCP client management by removing toolsToSkip field, allowing wildcard (*) for all tools, and better tool filtering logic.
|
|
|
|
</Update>
|
|
<Update label="Framework" description="v1.3.5">
|
|
|
|
- Fix: Added missing migration for `cost` and `cache_debug` columns in logs table for old databases.
|
|
|
|
</Update>
|
|
<Update label="governance" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="jsonparser" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="logging" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="maxim" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="mocker" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="otel" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="semantic_cache" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|
|
<Update label="telemetry" description="v1.3.5">
|
|
|
|
- chore: version update framework to 1.1.11
|
|
|
|
</Update>
|