first commit
This commit is contained in:
60
docs/changelogs/v1.3.36.mdx
Normal file
60
docs/changelogs/v1.3.36.mdx
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "v1.3.36"
|
||||
description: "v1.3.36 changelog - 2025-11-25"
|
||||
---
|
||||
<Tabs>
|
||||
<Tab title="NPX">
|
||||
```bash
|
||||
npx -y @maximhq/bifrost --transport-version v1.3.36
|
||||
```
|
||||
</Tab>
|
||||
<Tab title="Docker">
|
||||
```bash
|
||||
docker pull maximhq/bifrost:v1.3.36
|
||||
docker run -p 8080:8080 maximhq/bifrost:v1.3.36
|
||||
```
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
<Update label="Bifrost(HTTP)" description="1.3.36">
|
||||
- feat: opus 4.5 is supported
|
||||
- chore: changelog structure update
|
||||
- fix: race conditions in stream accumulator
|
||||
|
||||
</Update>
|
||||
<Update label="Framework" description="1.1.39">
|
||||
- fix: Fixes race condition in accumulator
|
||||
|
||||
</Update>
|
||||
<Update label="governance" description="1.3.40">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="jsonparser" description="1.3.40">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="logging" description="1.3.40">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="maxim" description="1.4.39">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="mocker" description="1.3.39">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="otel" description="1.0.39">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="semantic_cache" description="1.3.39">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
<Update label="telemetry" description="1.3.39">
|
||||
- chore: upgrades framework version to 1.1.39
|
||||
|
||||
</Update>
|
||||
Reference in New Issue
Block a user