79 lines
2.9 KiB
Plaintext
79 lines
2.9 KiB
Plaintext
---
|
||
title: "v1.3.25"
|
||
description: "v1.3.25 changelog - 2025-11-14"
|
||
---
|
||
<Tabs>
|
||
<Tab title="NPX">
|
||
```bash
|
||
npx -y @maximhq/bifrost --transport-version v1.3.25
|
||
```
|
||
</Tab>
|
||
<Tab title="Docker">
|
||
```bash
|
||
docker pull maximhq/bifrost:v1.3.25
|
||
docker run -p 8080:8080 maximhq/bifrost:v1.3.25
|
||
```
|
||
</Tab>
|
||
</Tabs>
|
||
|
||
<Update label="Bifrost(HTTP)" description="1.3.25">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
- feat: added unified streaming lifecycle events across all providers to fully align with OpenAI’s streaming response types.
|
||
- chore: shift from `alpha/responses` to `v1/responses` in openrouter provider for responses API
|
||
- feat: send back pricing data for models in list models response
|
||
- fix: add support for keyless providers in list models request
|
||
- feat: add support for custom fine-tuned models in vertex provider
|
||
- feat: send deployment aliases in list models response for supported providers
|
||
- feat: support for API Key auth in vertex provider
|
||
- feat: support for system account in environment for vertex provider
|
||
|
||
</Update>
|
||
<Update label="Core" description="1.2.23">
|
||
- feat: added unified streaming lifecycle events across all providers to fully align with OpenAI’s streaming response types.
|
||
- chore: shift from `alpha/responses` to `v1/responses` in openrouter provider for responses API
|
||
- fix: add support for keyless providers in list models request
|
||
- feat: add support for custom fine-tuned models in vertex provider
|
||
- fix: vertex provider list models now correctly returns the custom fine-tuned model ids in the response
|
||
- feat: send deployment aliases in list models response for supported providers
|
||
- feat: support for API Key auth in vertex provider
|
||
|
||
</Update>
|
||
<Update label="Framework" description="1.1.28">
|
||
- chore: update core version to 1.2.23
|
||
- feat: expose method to get pricing data for a model in model catalog
|
||
- feat: add project number and deployments to vertex key config
|
||
|
||
</Update>
|
||
<Update label="governance" description="1.3.29">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="jsonparser" description="1.3.29">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="logging" description="1.3.29">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="maxim" description="1.4.28">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="mocker" description="1.3.28">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="otel" description="1.0.28">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="semantic_cache" description="1.3.28">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|
||
<Update label="telemetry" description="1.3.28">
|
||
- chore: update core version to 1.2.23 and framework version to 1.1.28
|
||
|
||
</Update>
|