65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
---
|
|
title: "v1.3.54"
|
|
description: "v1.3.54 changelog - 2025-12-29"
|
|
---
|
|
<Tabs>
|
|
<Tab title="NPX">
|
|
```bash
|
|
npx -y @maximhq/bifrost --transport-version v1.3.54
|
|
```
|
|
</Tab>
|
|
<Tab title="Docker">
|
|
```bash
|
|
docker pull maximhq/bifrost:v1.3.54
|
|
docker run -p 8080:8080 maximhq/bifrost:v1.3.54
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
<Update label="Bifrost(HTTP)" description="1.3.54">
|
|
- feat: add document/file support for Anthropic, Bedrock, and Gemini
|
|
- feat: adds support for allowlist and denylist in config for forward or block headers from forwarding it to providers
|
|
|
|
</Update>
|
|
<Update label="Core" description="1.2.43">
|
|
- feat: add document/file support for Anthropic, Bedrock, and Gemini
|
|
- feat: adds support for allow-list and deny-list for custom and built-in headers
|
|
|
|
</Update>
|
|
<Update label="Framework" description="1.1.53">
|
|
- feat: adds support for HeaderFilterConfig in configstore
|
|
|
|
</Update>
|
|
<Update label="governance" description="1.3.54">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="jsonparser" description="1.3.54">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="logging" description="1.3.54">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="maxim" description="1.4.54">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="mocker" description="1.3.53">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="otel" description="1.0.53">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="semantic_cache" description="1.3.53">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|
|
<Update label="telemetry" description="1.3.53">
|
|
- chore: upgrade core to 1.2.43 and framework to 1.1.53
|
|
|
|
</Update>
|