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

82 lines
2.1 KiB
Plaintext

---
title: "v1.3.4"
description: "v1.3.4 changelog"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.4
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.4
docker run -p 8080:8080 maximhq/bifrost:v1.3.4
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="v1.3.4">
- Upgrade dependency: core to 1.2.10 and framework to 1.1.10
- Feat: Added virtual key level support for MCP tools to execute
- Feat: Added names to keys
- Fix: provider selection from url params
</Update>
<Update label="Core" description="v1.3.4">
- 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.4">
- Upgrade dependency: core to 1.2.10
- Feat: Added key name column to config keys table
- Feat: Removed tools_to_skip field from MCP client config table
- Feat: Added virtual_key_mcp_config table to store MCP client configs for virtual keys along with its relationships
</Update>
<Update label="governance" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
- feat: added virtual key level support for MCP tools to execute
</Update>
<Update label="jsonparser" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>
<Update label="logging" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>
<Update label="maxim" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>
<Update label="mocker" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>
<Update label="otel" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>
<Update label="semantic_cache" description="v1.3.4">
- chore: version update core to 1.2.10
</Update>
<Update label="telemetry" description="v1.3.4">
- chore: version update core to 1.2.10 and framework to 1.1.10
</Update>