Skip to content

Commit 4dfdd55

Browse files
fix: openai use responses column migration added and minor fixes
1 parent ff00d06 commit 4dfdd55

File tree

19 files changed

+34
-30
lines changed

19 files changed

+34
-30
lines changed

core/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- The pattern we follow here is to keep the changelog for the latest version -->
22
<!-- Old changelogs are automatically attached to the GitHub releases -->
33

4-
- Feature: Adds dynamic reloads for plugins. This removes requirement of restarts on updating plugins.
4+
- Feature: Adds dynamic reloads for plugins. This removes the requirement for restarts when updating plugins.
5+
- Feature: Adds responses API support.
6+
- This release contains multiple breaking changes for Bifrost Core. These were necessary to ensure we incorporate responses without compromising on speed or architecture.

core/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.39
1+
1.2.0

framework/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<!-- Old changelogs are automatically attached to the GitHub releases -->
33

44
- Chore: Adds ctx to each function to gracefully shutdown ongoing tasks and bring better concurrency management
5-
- Fix: Fixes pricing sync to make sure latest updates are synced at every restart.
5+
- Fix: Fixes pricing sync to make sure latest updates are synced at every restart.
6+
- Feat: Adds new accumulator for accumulating all streaming responses from LLMs.

framework/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.25
1+
1.1.0

plugins/governance/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- The pattern we follow here is to keep the changelog for the latest version -->
22
<!-- Old changelogs are automatically attached to the GitHub releases -->
33

4-
- Upgrade dependency: core to 1.1.39
5-
- Upgrade dependency: framework to 1.0.25
4+
- Feat: Now Bifrost supports provider level fallbacks
5+
- Chore: Dependency upgrades

plugins/governance/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.18
1+
1.3.0

plugins/jsonparser/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- The pattern we follow here is to keep the changelog for the latest version -->
22
<!-- Old changelogs are automatically attached to the GitHub releases -->
33

4-
- Upgrade dependency: core to 1.1.39
5-
- Upgrade dependency: framework to 1.0.25
4+
- Upgrade dependency: core to 1.2.0

plugins/jsonparser/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.17
1+
1.3.0

plugins/logging/changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- The pattern we follow here is to keep the changelog for the latest version -->
22
<!-- Old changelogs are automatically attached to the GitHub releases -->
33

4-
- Fix: Fix capturing Bifrost-specific errors in logs (e.g. provider not configured)
5-
- Upgrade dependency: core to 1.1.39
6-
- Upgrade dependency: framework to 1.0.25
4+
- Fix: Captures Bifrost-specific errors in logs (e.g. provider not configured)
5+
- Fix: Fixes audio streaming captures
6+
- Upgrade dependency: core to 1.2.0
7+
- Upgrade dependency: framework to 1.1.0

plugins/logging/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.17
1+
1.3.0

0 commit comments

Comments
 (0)