Skip to content

Commit ea5ac62

Browse files
Adds changelog for v1.3.58 --skip-pipeline
1 parent e3bc59b commit ea5ac62

File tree

13 files changed

+70
-18
lines changed

13 files changed

+70
-18
lines changed

core/changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests
2-
- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object
3-
- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider

docs/changelogs/v1.3.58.mdx

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "v1.3.58"
3+
description: "v1.3.58 changelog - 2026-01-02"
4+
---
5+
<Tabs>
6+
<Tab title="NPX">
7+
```bash
8+
npx -y @maximhq/bifrost --transport-version v1.3.58
9+
```
10+
</Tab>
11+
<Tab title="Docker">
12+
```bash
13+
docker pull maximhq/bifrost:v1.3.58
14+
docker run -p 8080:8080 maximhq/bifrost:v1.3.58
15+
```
16+
</Tab>
17+
</Tabs>
18+
19+
<Update label="Bifrost(HTTP)" description="1.3.58">
20+
- chore: added max_tokens -> max_completion_tokens mapping for chat completions
21+
- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests
22+
- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object
23+
- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider
24+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
25+
26+
</Update>
27+
<Update label="Core" description="1.2.46">
28+
- fix: empty string handling in Anthropic provider to prevent sending empty content blocks in chat requests
29+
- fix: Gemini/Vertex tool conversion to append all function declarations to a single Tool object
30+
- feat: added Azure Entra ID (Service Principal) authentication support to the Azure provider
31+
32+
</Update>
33+
<Update label="Framework" description="1.1.57">
34+
- chore: upgrades core to 1.2.46
35+
36+
</Update>
37+
<Update label="governance" description="1.3.58">
38+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
39+
40+
</Update>
41+
<Update label="jsonparser" description="1.3.58">
42+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
43+
44+
</Update>
45+
<Update label="logging" description="1.3.58">
46+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
47+
48+
</Update>
49+
<Update label="maxim" description="1.4.59">
50+
- chore: upgraded maxim-go to v0.1.15
51+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
52+
53+
</Update>
54+
<Update label="mocker" description="1.3.57">
55+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
56+
57+
</Update>
58+
<Update label="otel" description="1.0.57">
59+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
60+
61+
</Update>
62+
<Update label="semanticcache" description="1.3.57">
63+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
64+
65+
</Update>
66+
<Update label="telemetry" description="1.3.57">
67+
- chore: upgrades core to 1.2.46 and framework to 1.1.57
68+
69+
</Update>

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
"tab": "Changelogs",
351351
"icon": "bolt",
352352
"pages": [
353+
"changelogs/v1.3.58",
353354
"changelogs/v1.3.57",
354355
"changelogs/v1.3.56",
355356
{

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.46

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.46 and framework to 1.1.57

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.46 and framework to 1.1.57

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.46 and framework to 1.1.57

plugins/maxim/changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
- chore: upgraded maxim-go to v0.1.15
2-
- chore: upgrades core to 1.2.46 and framework to 1.1.57

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.46 and framework to 1.1.57

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.46 and framework to 1.1.57

0 commit comments

Comments
 (0)