chore: update bifrost/core dependency to v1.1.5#116
Conversation
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
Summary by CodeRabbit
WalkthroughThis update modifies dependency management across several Go modules, upgrading Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant PrometheusPlugin
participant Context
Client->>PrometheusPlugin: PreHook(ctx, req)
PrometheusPlugin->>Context: Set start time and method type
PrometheusPlugin-->>Client: (*BifrostRequest, *PluginShortCircuit, error)
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (4)
✨ Finishing Touches
🧪 Generate Unit Tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
# Update Bifrost Core to v1.1.5 This PR updates the Bifrost Core dependency from v1.1.4 to v1.1.5 across multiple test modules and transports. The update includes: - Replaced `metoro-io/mcp-golang` with `mark3labs/mcp-go v0.32.0` - Added new dependencies like `google/uuid`, `spf13/cast`, and `yosida95/uritemplate/v3` - Removed several unused dependencies including Gin framework components - Updated the `PrometheusPlugin.PreHook` method signature in `tracking/plugin.go` to use `*schemas.PluginShortCircuit` instead of `*schemas.BifrostResponse` - Updated the Maxim plugin from v1.0.5 to v1.0.6 These changes align the codebase with the latest core functionality while reducing dependency bloat.

Update Bifrost Core to v1.1.5
This PR updates the Bifrost Core dependency from v1.1.4 to v1.1.5 across multiple test modules and transports. The update includes:
metoro-io/mcp-golangwithmark3labs/mcp-go v0.32.0google/uuid,spf13/cast, andyosida95/uritemplate/v3PrometheusPlugin.PreHookmethod signature intracking/plugin.goto use*schemas.PluginShortCircuitinstead of*schemas.BifrostResponseThese changes align the codebase with the latest core functionality while reducing dependency bloat.