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

72 lines
2.0 KiB
Plaintext

---
title: "v1.3.35"
description: "v1.3.35 changelog - 2025-11-24"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.35
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.35
docker run -p 8080:8080 maximhq/bifrost:v1.3.35
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.35">
- feat: Qdrant Vector Search Support (#893)
- fix: bedrock responses streaming last chunk indicator fixes
- fix: gemini nil content check fixes
- fix: handle responses.incomplete event in openai responses streaming
- fix: stream accumulator nil content check fixes
</Update>
<Update label="Core" description="1.2.30">
- fix: bedrock responses streaming last chunk indicator fixes
- fix: gemini nil content check fixes
- fix: handle responses.incomplete event in openai responses streaming
- enhancements: provider tests enhancements
</Update>
<Update label="Framework" description="1.1.38">
- feat: Qdrant Vector Search Support (#893)
- fix: stream accumulator nil content check fixes
- enhancement: added transactions on provider config updates
</Update>
<Update label="governance" description="1.3.39">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="jsonparser" description="1.3.39">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="logging" description="1.3.39">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="maxim" description="1.4.38">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="mocker" description="1.3.38">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="otel" description="1.0.38">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="semantic_cache" description="1.3.38">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>
<Update label="telemetry" description="1.3.38">
- chore: upgrades core to 1.2.30 and framework to 1.1.38
</Update>