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

79 lines
2.0 KiB
Plaintext

---
title: "v1.3.13"
description: "v1.3.13 changelog"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.13
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.13
docker run -p 8080:8080 maximhq/bifrost:v1.3.13
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="v1.3.13">
- chore: version update framework to 1.1.18 and core to 1.2.16
- Adds env variable support for postgres config
- feat: standardize finish reason and single response handling across providers
- feat: provider config hot reloading added (no need to restart Bifrost after updating provider configs now)
</Update>
<Update label="Core" description="v1.3.13">
- feat: standardize finish reason and single response handling across providers
- feat: provider config hot reloading added
</Update>
<Update label="Framework" description="v1.3.13">
- Adds env variable resolution for postgres config
- chore: Upgrades core to 1.2.16
</Update>
<Update label="governance" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="jsonparser" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="logging" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="maxim" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="mocker" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="otel" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="semantic_cache" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>
<Update label="telemetry" description="v1.3.13">
- chore: version update core to 1.2.16 and framework to 1.1.18
</Update>