Skip to content

Commit 5cca2ce

Browse files
Adds changelog for v1.2.22 --skip-pipeline
1 parent 6d988fc commit 5cca2ce

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

docs/changelogs/v1.2.22.mdx

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: "v1.2.22"
3+
description: "v1.2.22 changelog"
4+
---
5+
<Update label="Bifrost(HTTP)" description="v1.2.22">
6+
7+
- Fix: Users can now delete custom providers from the UI
8+
- Fix: Token count no longer displays as N/A in certain streaming response cases
9+
- Fix: Streaming responses now properly display errors on the UI instead of getting stuck in processing state
10+
11+
</Update>
12+
<Update label="Core" description="v1.2.22">
13+
14+
- Fix: Updates token calculation for streaming responses. #520
15+
16+
</Update>
17+
<Update label="Framework" description="v1.2.22">
18+
19+
- upgrade: core upgrades to 1.1.38
20+
21+
</Update>
22+
<Update label="governance" description="v1.2.22">
23+
24+
- upgrade: core to 1.1.38
25+
- upgrade: framework to 1.0.24
26+
27+
</Update>
28+
<Update label="jsonparser" description="v1.2.22">
29+
30+
- upgrade: core to 1.1.38
31+
- upgrade: framework to 1.0.24
32+
33+
</Update>
34+
<Update label="logging" description="v1.2.22">
35+
36+
- fix: fixes error logging for streaming and non-streaming responses.
37+
- upgrade: core to 1.1.38
38+
- upgrade: framework to 1.0.24
39+
40+
</Update>
41+
<Update label="maxim" description="v1.2.22">
42+
43+
- upgrade: core to 1.1.38
44+
- upgrade: framework to 1.0.24
45+
46+
</Update>
47+
<Update label="mocker" description="v1.2.22">
48+
49+
- upgrade: core to 1.1.38
50+
- upgrade: framework to 1.0.24
51+
52+
</Update>
53+
<Update label="semanticcache" description="v1.2.22">
54+
55+
- upgrade: core to 1.1.38
56+
- upgrade: framework to 1.0.24
57+
58+
</Update>
59+
<Update label="telemetry" description="v1.2.22">
60+
61+
- upgrade: core to 1.1.38
62+
- upgrade: framework to 1.0.24
63+
64+
</Update>

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"tab": "Changelogs",
170170
"icon": "bolt",
171171
"pages": [
172+
"changelogs/v1.2.22",
172173
"changelogs/v1.2.21"
173174
]
174175
}

0 commit comments

Comments
 (0)