Skip to content

Commit c90ec02

Browse files
Adds changelog for v1.3.0-prerelease2 --skip-pipeline
1 parent 5cd0c0b commit c90ec02

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "v1.3.0-prerelease2"
3+
description: "v1.3.0-prerelease2 changelog"
4+
---
5+
<Update label="Bifrost(HTTP)" description="v1.3.0-prerelease2">
6+
7+
- Added specific error handling for timeout scenarios (context.Canceled, context.DeadlineExceeded, fasthttp.ErrTimeout) across all providers
8+
- Created a dedicated error message for timeouts that guides users to adjust the timeout setting
9+
- Fixed validation in HTTP handlers for embeddings, speech, and text completion requests
10+
- Improved CORS wildcard pattern matching to support domain patterns like *.example.com
11+
- Fixed issues in the logging plugin to properly handle text completion responses
12+
- Enhanced UI form handling for network configuration with proper default values
13+
- Feat: Adds Text Completion Streaming support
14+
15+
</Update>
16+
<Update label="Core" description="v1.3.0-prerelease2">
17+
18+
- Added specific error handling for timeout scenarios (context.Canceled, context.DeadlineExceeded, fasthttp.ErrTimeout) across all providers
19+
- Created a dedicated error message for timeouts that guides users to adjust the timeout setting
20+
- Added Text Completion Streaming support
21+
22+
</Update>
23+
<Update label="Framework" description="v1.3.0-prerelease2">
24+
25+
- Feat: Adds Text Completion Streaming support
26+
27+
</Update>
28+
<Update label="governance" description="v1.3.0-prerelease2">
29+
30+
- Chore: using core 1.2.1 and framework 1.1.1
31+
32+
</Update>
33+
<Update label="jsonparser" description="v1.3.0-prerelease2">
34+
35+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
36+
37+
</Update>
38+
<Update label="logging" description="v1.3.0-prerelease2">
39+
40+
- Feat: Adds Text Completion Streaming support
41+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
42+
43+
</Update>
44+
<Update label="maxim" description="v1.3.0-prerelease2">
45+
46+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
47+
48+
</Update>
49+
<Update label="mocker" description="v1.3.0-prerelease2">
50+
51+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
52+
53+
</Update>
54+
<Update label="otel" description="v1.3.0-prerelease2">
55+
56+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
57+
58+
</Update>
59+
<Update label="semanticcache" description="v1.3.0-prerelease2">
60+
61+
- Feat: Adds Text Completion Streaming support
62+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
63+
64+
</Update>
65+
<Update label="telemetry" description="v1.3.0-prerelease2">
66+
67+
- Upgrade dependency: core to 1.2.1 and framework to 1.1.1
68+
69+
</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.3.0-prerelease2",
172173
"changelogs/v1.3.0-prerelease1",
173174
"changelogs/v1.2.24",
174175
"changelogs/v1.2.23",

0 commit comments

Comments
 (0)