Skip to content

Commit 5a18bbc

Browse files
Adds changelog for v1.3.0-prerelease4 --skip-pipeline
1 parent 3873dfb commit 5a18bbc

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "v1.3.0-prerelease4"
3+
description: "v1.3.0-prerelease4 changelog"
4+
---
5+
<Update label="Bifrost(HTTP)" description="v1.3.0-prerelease4">
6+
7+
- Feat: A new config called `Enable LiteLLM Fallback` that enables text_completion calls to fall back to chat_completions calls for the Groq provider. This is an anti-pattern, but we are adding this to help users migrate from LiteLLM easily. Reach out to us if you want us to enable any other quirky patterns LiteLLM has.
8+
9+
</Update>
10+
<Update label="Core" description="v1.3.0-prerelease4">
11+
12+
- Feat: Adds litellm-specific fallbacks for text completion for Groq. This enables users with codebases stuck in this antipattern out-of-the-box.
13+
14+
</Update>
15+
<Update label="Framework" description="v1.3.0-prerelease4">
16+
17+
- Chore: core upgrades to 1.2.3
18+
19+
</Update>
20+
<Update label="governance" description="v1.3.0-prerelease4">
21+
22+
- Chore: core upgrades to 1.2.3
23+
24+
</Update>
25+
<Update label="jsonparser" description="v1.3.0-prerelease4">
26+
27+
- Chore: core upgrades to 1.2.3
28+
29+
</Update>
30+
<Update label="logging" description="v1.3.0-prerelease4">
31+
32+
- Chore: core upgrades to 1.2.3
33+
34+
</Update>
35+
<Update label="maxim" description="v1.3.0-prerelease4">
36+
37+
- Chore: core upgrades to 1.2.3
38+
39+
</Update>
40+
<Update label="mocker" description="v1.3.0-prerelease4">
41+
42+
- Chore: core upgrades to 1.2.3
43+
44+
</Update>
45+
<Update label="otel" description="v1.3.0-prerelease4">
46+
47+
- Chore: core upgrades to 1.2.3
48+
49+
</Update>
50+
<Update label="semanticcache" description="v1.3.0-prerelease4">
51+
52+
- Chore: core upgrades to 1.2.3
53+
54+
</Update>
55+
<Update label="telemetry" description="v1.3.0-prerelease4">
56+
57+
- Chore: core upgrades to 1.2.3
58+
59+
</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-prerelease4",
172173
"changelogs/v1.3.0-prerelease3",
173174
"changelogs/v1.3.0-prerelease2",
174175
"changelogs/v1.3.0-prerelease1",

0 commit comments

Comments
 (0)