Skip to content

Commit f52ad18

Browse files
Adds changelog for v1.4.4 --skip-pipeline
1 parent 0b2e3a2 commit f52ad18

File tree

14 files changed

+103
-43
lines changed

14 files changed

+103
-43
lines changed

core/changelog.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- feat: added support for image editing and variations
2-
- fix: skip OpenAI parameter filtering for custom providers
3-
- fix: add finish reason to Gemini chat completion response
4-
- fix: ensure ExtraParams are propagated into provider request body
5-
- docs: add supported headers reference documentation

docs/changelogs/v1.4.4.mdx

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: "v1.4.4"
3+
description: "v1.4.4 changelog - 2026-02-02"
4+
---
5+
<Tabs>
6+
<Tab title="NPX">
7+
```bash
8+
npx -y @maximhq/bifrost --transport-version v1.4.4
9+
```
10+
</Tab>
11+
<Tab title="Docker">
12+
```bash
13+
docker pull maximhq/bifrost:v1.4.4
14+
docker run -p 8080:8080 maximhq/bifrost:v1.4.4
15+
```
16+
</Tab>
17+
</Tabs>
18+
19+
<Update label="Bifrost(HTTP)" description="1.4.4">
20+
- feat: added support for image editing and variations
21+
- fix: encode provider names in API URLs
22+
- fix: add finish reason to Gemini chat completion response
23+
- fix: fixes MCP server initialization issues
24+
- fix: fixes race condition while booting up server form config.json + mcp_server config
25+
- fix: adds virtual key support for container APIs
26+
27+
</Update>
28+
<Update label="Core" description="1.4.0">
29+
- feat: added support for image editing and variations
30+
- fix: skip OpenAI parameter filtering for custom providers
31+
- fix: add finish reason to Gemini chat completion response
32+
- fix: ensure ExtraParams are propagated into provider request body
33+
- docs: add supported headers reference documentation
34+
35+
</Update>
36+
<Update label="Framework" description="1.2.18">
37+
- feat: added tables for routing rules
38+
- fix: tracing race condition fixes
39+
- fix: handles token refresh worker initialization when config store is empty
40+
41+
</Update>
42+
<Update label="governance" description="1.4.19">
43+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
44+
45+
</Update>
46+
<Update label="jsonparser" description="1.4.18">
47+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
48+
49+
</Update>
50+
<Update label="litellmcompat" description="0.0.8">
51+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
52+
53+
</Update>
54+
<Update label="logging" description="1.4.18">
55+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
56+
57+
</Update>
58+
<Update label="maxim" description="1.5.17">
59+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
60+
61+
</Update>
62+
<Update label="mocker" description="1.4.18">
63+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
64+
65+
</Update>
66+
<Update label="otel" description="1.1.18">
67+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
68+
69+
</Update>
70+
<Update label="semanticcache" description="1.4.17">
71+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
72+
73+
</Update>
74+
<Update label="telemetry" description="1.4.19">
75+
- chore: upgrades core to v1.4.0 and framework to v1.2.18
76+
77+
</Update>

docs/docs.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -380,26 +380,32 @@
380380
"tab": "Changelogs",
381381
"icon": "bolt",
382382
"pages": [
383-
"changelogs/v1.4.3",
384-
"changelogs/v1.4.2",
385-
"changelogs/v1.4.1",
386-
"changelogs/v1.4.0",
387-
"changelogs/v1.4.0-prerelease10",
388-
"changelogs/v1.4.0-prerelease9",
389-
"changelogs/v1.4.0-prerelease8",
390-
"changelogs/v1.4.0-prerelease7",
391-
"changelogs/v1.4.0-prerelease6",
392-
"changelogs/v1.4.0-prerelease5",
393-
"changelogs/v1.4.0-prerelease4",
394-
"changelogs/v1.4.0-prerelease3",
395-
"changelogs/v1.3.63",
396-
"changelogs/v1.3.62",
397-
"changelogs/v1.3.61",
398-
"changelogs/v1.3.60",
399-
"changelogs/v1.3.59",
400-
"changelogs/v1.3.58",
401-
"changelogs/v1.3.57",
402-
"changelogs/v1.3.56",
383+
"changelogs/v1.4.4",
384+
{
385+
"group": "January 2026",
386+
"pages": [
387+
"changelogs/v1.4.3",
388+
"changelogs/v1.4.2",
389+
"changelogs/v1.4.1",
390+
"changelogs/v1.4.0",
391+
"changelogs/v1.4.0-prerelease10",
392+
"changelogs/v1.4.0-prerelease9",
393+
"changelogs/v1.4.0-prerelease8",
394+
"changelogs/v1.4.0-prerelease7",
395+
"changelogs/v1.4.0-prerelease6",
396+
"changelogs/v1.4.0-prerelease5",
397+
"changelogs/v1.4.0-prerelease4",
398+
"changelogs/v1.4.0-prerelease3",
399+
"changelogs/v1.3.63",
400+
"changelogs/v1.3.62",
401+
"changelogs/v1.3.61",
402+
"changelogs/v1.3.60",
403+
"changelogs/v1.3.59",
404+
"changelogs/v1.3.58",
405+
"changelogs/v1.3.57",
406+
"changelogs/v1.3.56"
407+
]
408+
},
403409
{
404410
"group": "December 2025",
405411
"pages": [

framework/changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- feat: added tables for routing rules
2-
- fix: tracing race condition fixes
3-
- fix: handles token refresh worker initialization when config store is empty

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 v1.4.0 and framework to v1.2.18

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 v1.4.0 and framework to v1.2.18

plugins/litellmcompat/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- chore: upgrades core to v1.4.0 and framework to v1.2.18

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 v1.4.0 and framework to v1.2.18

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 v1.4.0 and framework to v1.2.18

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 v1.4.0 and framework to v1.2.18

0 commit comments

Comments
 (0)