Skip to content

Commit 95a6e81

Browse files
committed
changelogs for 1.5.6
1 parent 7cbfd9b commit 95a6e81

26 files changed

Lines changed: 99 additions & 13 deletions

File tree

core/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
- feat: add direct API key header support (#3817)
2+
- feat: introduce MCPCredentialStore abstraction and per-user MCP credential reconciliation (#3656, #3702, #3705)
3+
- feat: add MCP per-user headers auth type with credential storage (#3703)
4+
- feat: add TLS configuration support for MCP HTTP/SSE client connections (#3779)
5+
- feat: propagate request context through MCP client connection (#3768)
6+
- feat: rotate keys on 401/402/403 and return 502 upstream_credentials_exhausted when all keys are permanently dead (#3491)
7+
- feat: add triggered_rotation to KeyAttemptRecord and tighten bifrost_key_rotation_events_total semantics (#3430)
8+
- feat: add OTel spec compatible metrics, backward compatible (#3865)
9+
- feat: add provider cache and semantic cache attributes in metrics export (#3816)
10+
- feat: add additional_attributes to model pricing rows (#3829)
11+
- feat: system messages handling for Opus 4.8 (#3878)
12+
- fix: Opus 4.8 compatibility (#3868)
13+
- fix: truncate Bedrock function/tool names to the provider length limit
14+
- fix: set guardrail config in Bedrock request from responses (#3862)
15+
- fix: default Anthropic tool_use input to {} when arguments are absent (#3880)
16+
- fix: responses stream events (#3838)
17+
- fix: missing parameter parsing on compat flow (#3881)
18+
- fix: set default api version in passthrough requests as a fallback (#3853)
19+
- fix: add prompt cache retention parameter on responses request (#3810)
20+
- fix: avoid overriding optional fields in virtual key update (#3855)
21+
- refactor: expose RunWithPluginPipeline on ClientManager and route Starlark nested tool calls through the canonical plugin gate (#3794)
22+
- refactor: rename staticHeadersResolver/serverOAuthResolver to sharedHeadersResolver/sharedOAuthResolver (#3840)
23+
- chore: upgrade to Go 1.26.3 (#3782)

core/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

framework/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- feat: add direct API key header support (#3817)
2+
- feat: add GetDimensionRankings API and ranking dimensions for team, customer, BU, and user (#3766)
3+
- feat: add additional_attributes to model pricing rows with management API (#3829)
4+
- feat: add filter/search/pagination to MCP sessions list API (#3824)
5+
- feat: add TLS configuration support for MCP HTTP/SSE client connections (#3779)
6+
- feat: add OTel spec compatible metrics, backward compatible (#3865)
7+
- feat: reconcile per-user MCP credentials on VK and MCP client changes (#3705)
8+
- feat: add MCP per-user headers auth type with credential storage (#3703)
9+
- feat: add metadata to hybrid store payload
10+
- feat: log database type when connecting in NewConfigStore (#3724)
11+
- feat: remove SSO gate check for temp token auth (#3814)
12+
- fix: add user_name to RankingDimensionUser column definition (#3869)
13+
- fix: gate user-mode flows on caller user_id and skip temp token mint (#3841)
14+
- fix: make MCP header temp token flow follow the UI toggle (#3836)
15+
- fix: increase matview sync interval to 1 min (#3886)
16+
- refactor: remove deferred-fill user-mode OAuth flow support (#3839)
17+
- chore: upgrade to Go 1.26.3 (#3782)

framework/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.13
1+
1.3.14

plugins/compat/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- chore: upgraded core to v1.5.14 and framework to v1.3.14

plugins/compat/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.12
1+
0.1.13

plugins/governance/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- feat: add MCP per-user headers auth type support (#3703)
2+
- chore: upgraded core to v1.5.14 and framework to v1.3.14

plugins/governance/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

plugins/jsonparser/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- chore: upgraded core to v1.5.14 and framework to v1.3.14

plugins/jsonparser/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

0 commit comments

Comments
 (0)