first commit
This commit is contained in:
75
docs/changelogs/v1.3.11.mdx
Normal file
75
docs/changelogs/v1.3.11.mdx
Normal file
@@ -0,0 +1,75 @@
|
||||
---
|
||||
title: "v1.3.11"
|
||||
description: "v1.3.11 changelog"
|
||||
---
|
||||
<Tabs>
|
||||
<Tab title="NPX">
|
||||
```bash
|
||||
npx -y @maximhq/bifrost --transport-version v1.3.11
|
||||
```
|
||||
</Tab>
|
||||
<Tab title="Docker">
|
||||
```bash
|
||||
docker pull maximhq/bifrost:v1.3.11
|
||||
docker run -p 8080:8080 maximhq/bifrost:v1.3.11
|
||||
```
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
<Update label="Bifrost(HTTP)" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
- feat: added `/v1/models` endpoint to list models of configured providers
|
||||
|
||||
</Update>
|
||||
<Update label="Core" description="v1.3.11">
|
||||
|
||||
- feat: added ListModels method to Provider interface
|
||||
- feat: enabled provider tracking in Bifrost core for API exposure
|
||||
|
||||
</Update>
|
||||
<Update label="Framework" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14
|
||||
|
||||
</Update>
|
||||
<Update label="governance" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="jsonparser" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="logging" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="maxim" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="mocker" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="otel" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="semantic_cache" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
<Update label="telemetry" description="v1.3.11">
|
||||
|
||||
- chore: version update core to 1.2.14 and framework to 1.1.16
|
||||
|
||||
</Update>
|
||||
Reference in New Issue
Block a user