Files
bifrost/docs/changelogs/v1.3.60.mdx
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

57 lines
1.4 KiB
Plaintext

---
title: "v1.3.60"
description: "v1.3.60 changelog - 2026-01-07"
---
<Tabs>
<Tab title="NPX">
```bash
npx -y @maximhq/bifrost --transport-version v1.3.60
```
</Tab>
<Tab title="Docker">
```bash
docker pull maximhq/bifrost:v1.3.60
docker run -p 8080:8080 maximhq/bifrost:v1.3.60
```
</Tab>
</Tabs>
<Update label="Bifrost(HTTP)" description="1.3.60">
- feat: remove restart required for auth config changes
- fix: resolved issue where new auth configs were not being created
- ci: added workflow to auto-generate openapi.json documentation when openapi yaml files change
</Update>
<Update label="Framework" description="1.1.59">
- feat: added flush session functionality to config store to clear all existing sessions
</Update>
<Update label="governance" description="1.3.60">
- chore: update framework version to 1.1.59
</Update>
<Update label="jsonparser" description="1.3.60">
- chore: update framework version to 1.1.59
</Update>
<Update label="logging" description="1.3.60">
- chore: update framework version to 1.1.59
</Update>
<Update label="maxim" description="1.4.61">
- chore: update framework version to 1.1.59
</Update>
<Update label="otel" description="1.0.59">
- chore: update framework version to 1.1.59
</Update>
<Update label="semantic_cache" description="1.3.59">
- chore: update framework version to 1.1.59
</Update>
<Update label="telemetry" description="1.3.59">
- chore: update framework version to 1.1.59
</Update>