Skip to content

Framework v1.5.7

Choose a tag to compare

@akshaydeo akshaydeo released this 07 Aug 21:31
· 52 commits to dev since this release

Framework Release v1.5.7

  • feat: expose SetSupportedParamsForTest on the datasheet Store and plumb supports_service_tier through it, so packages outside the datasheet package can seed capability data (#5928)
  • fix: UpdateBudget and UpdateRateLimit now carry live runtime counters (current_usage, last_reset, token_current_usage, token_last_reset, request_current_usage, request_last_reset) forward from the existing row instead of overwriting them, and mergeGovernanceConfig adopts the persisted counters on config force-sync (#5932)
  • fix: concurrent requests sharing a W3C trace id no longer lose log rows in the tracing store (#5356) @AdityaPainuli
  • fix: normalize tool_search_tool_* on the Responses path (#5891)

Installation

go get github.com/maximhq/bifrost/framework@v1.5.7

This release was automatically created and uses core version: v1.7.7