63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
---
|
|
title: "v1.4.0-prerelease9"
|
|
description: "v1.4.0-prerelease9 changelog - 2026-01-11"
|
|
---
|
|
<Tabs>
|
|
<Tab title="NPX">
|
|
```bash
|
|
npx -y @maximhq/bifrost --transport-version v1.4.0-prerelease9
|
|
```
|
|
</Tab>
|
|
<Tab title="Docker">
|
|
```bash
|
|
docker pull maximhq/bifrost:v1.4.0-prerelease9
|
|
docker run -p 8080:8080 maximhq/bifrost:v1.4.0-prerelease9
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
<Update label="Bifrost(HTTP)" description="1.4.0-prerelease9">
|
|
- fix: handles client disconnects and server timeouts gracefully for streaming responses
|
|
|
|
</Update>
|
|
<Update label="Core" description="1.3.8">
|
|
- fix: adds timeout and connection disconnect handling for streaming responses
|
|
|
|
</Update>
|
|
<Update label="Framework" description="1.2.8">
|
|
- chore: updated core version to 1.3.8
|
|
|
|
</Update>
|
|
<Update label="governance" description="1.4.9">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="jsonparser" description="1.4.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="logging" description="1.4.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="maxim" description="1.5.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="mocker" description="1.4.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="otel" description="1.1.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="semantic_cache" description="1.4.8">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|
|
<Update label="telemetry" description="1.4.9">
|
|
- chore: updated core version to 1.3.8 and framework version to 1.2.8
|
|
|
|
</Update>
|