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

65 lines
1.7 KiB
Plaintext

---
title: "v1.3.26"
description: "v1.3.26 changelog - 2025-11-16"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.26
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.26
docker run -p 8080:8080 maximhq/bifrost:v1.3.26
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.26">
- feat: adds support for elevenlabs provider
- fix: fixes security settings form submission with empty cors domains.
- chore: minor ui enhancements
</Update>
<Update label="Core" description="1.2.24">
- feat: Added Elevenlabs provider
</Update>
<Update label="Framework" description="1.1.29">
- chore: update core version to 1.2.24
</Update>
<Update label="governance" description="1.3.30">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="jsonparser" description="1.3.30">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="logging" description="1.3.30">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="maxim" description="1.4.29">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="mocker" description="1.3.29">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="otel" description="1.0.29">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="semantic_cache" description="1.3.29">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>
<Update label="telemetry" description="1.3.29">
- chore: update core version to 1.2.24 and framework version to 1.1.29
</Update>