Skip to content

Commit 40849c1

Browse files
Adds changelog for v1.3.59 --skip-pipeline
1 parent 40e56ad commit 40849c1

File tree

13 files changed

+69
-17
lines changed

13 files changed

+69
-17
lines changed

core/changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- feat: added support for multiple types in gemini and anthropic structured outputs properties
2-
- fix: ensure request ID is consistently set in context before PreHooks are executed
3-
- fix: correct conversion of thinking level to thinking budget and vice versa in gemini

docs/changelogs/v1.3.59.mdx

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: "v1.3.59"
3+
description: "v1.3.59 changelog - 2026-01-05"
4+
---
5+
<Tabs>
6+
<Tab title="NPX">
7+
```bash
8+
npx -y @maximhq/bifrost --transport-version v1.3.59
9+
```
10+
</Tab>
11+
<Tab title="Docker">
12+
```bash
13+
docker pull maximhq/bifrost:v1.3.59
14+
docker run -p 8080:8080 maximhq/bifrost:v1.3.59
15+
```
16+
</Tab>
17+
</Tabs>
18+
19+
<Update label="Bifrost(HTTP)" description="1.3.59">
20+
- feat: added support for multiple types in gemini and anthropic structured outputs properties
21+
- fix: added missing logs filter checks in ui for live updates
22+
- fix: ensure request ID is consistently set in context before PreHooks are executed
23+
- docs: updated docs for xai provider
24+
- fix: correct conversion of thinking level to thinking budget and vice versa in gemini
25+
26+
</Update>
27+
<Update label="Core" description="1.2.47">
28+
- feat: added support for multiple types in gemini and anthropic structured outputs properties
29+
- fix: ensure request ID is consistently set in context before PreHooks are executed
30+
- fix: correct conversion of thinking level to thinking budget and vice versa in gemini
31+
32+
</Update>
33+
<Update label="Framework" description="1.1.58">
34+
- chore: upgrades core to 1.2.47
35+
36+
</Update>
37+
<Update label="governance" description="1.3.59">
38+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
39+
40+
</Update>
41+
<Update label="jsonparser" description="1.3.59">
42+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
43+
44+
</Update>
45+
<Update label="logging" description="1.3.59">
46+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
47+
48+
</Update>
49+
<Update label="maxim" description="1.4.60">
50+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
51+
52+
</Update>
53+
<Update label="mocker" description="1.3.58">
54+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
55+
56+
</Update>
57+
<Update label="otel" description="1.0.58">
58+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
59+
60+
</Update>
61+
<Update label="semanticcache" description="1.3.58">
62+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
63+
64+
</Update>
65+
<Update label="telemetry" description="1.3.58">
66+
- chore: upgrades core to 1.2.47 and framework to 1.1.58
67+
68+
</Update>

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@
352352
"icon": "bolt",
353353
"pages": [
354354
"changelogs/v1.4.0-prerelease3",
355+
"changelogs/v1.3.59",
355356
"changelogs/v1.3.58",
356357
"changelogs/v1.3.57",
357358
"changelogs/v1.3.56",

framework/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47

plugins/governance/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

plugins/jsonparser/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

plugins/logging/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

plugins/maxim/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

plugins/mocker/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

plugins/otel/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to 1.2.47 and framework to 1.1.58

0 commit comments

Comments
 (0)