first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:52:23 +03:00
commit 880f412e2c
2662 changed files with 866266 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
---
title: "v1.3.63"
description: "v1.3.63 changelog - 2026-01-07"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.63
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.63
docker run -p 8080:8080 maximhq/bifrost:v1.3.63
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.63">
- fix: disable auth on inference routes not working correctly
- fix: fixes Anthropic to Azure/OpenAI for input_text/output_text
</Update>
<Update label="Core" description="1.2.49">
- fix: fixes Anthropic to Azure/OpenAI for input_text/output_text
</Update>
<Update label="Framework" description="1.1.61">
- chore: updates core to 1.2.49
</Update>
<Update label="governance" description="1.3.62">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="jsonparser" description="1.3.62">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="logging" description="1.3.62">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="maxim" description="1.4.63">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="mocker" description="1.3.60">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="otel" description="1.0.61">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="semantic_cache" description="1.3.61">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>
<Update label="telemetry" description="1.3.61">
- chore: updates core to 1.2.49 and framework to 1.1.61
</Update>