chore: update bifrost/core dependency to v1.1.22#297
Conversation
Summary by CodeRabbit
WalkthroughUpdates transports/go.mod to bump github.com/maximhq/bifrost/core from v1.1.21 to v1.1.22; no other require entries or public APIs changed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–10 minutes Possibly related PRs
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ 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. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
transports/go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
transports/go.mod(1 hunks)
Merge activity
|
## Summary Update the Bifrost core dependency from v1.1.21 to v1.1.22 in the transports module. ## Changes - Upgraded `github.com/maximhq/bifrost/core` from v1.1.21 to v1.1.22 - Updated corresponding go.sum entries ## Type of change - [x] Chore/CI ## Affected areas - [ ] Core (Go) - [x] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (Next.js) - [ ] Docs ## How to test Verify that the transports module works correctly with the updated core dependency: ```sh # Core/Transports cd transports go mod tidy go test ./... ``` ## Breaking changes - [x] No ## Security considerations This is a routine dependency update with no direct security implications. ## Checklist - [x] I verified builds succeed (Go and UI) - [x] I verified the CI pipeline passes locally if applicable

Summary
Update the Bifrost core dependency from v1.1.21 to v1.1.22 in the transports module.
Changes
github.com/maximhq/bifrost/corefrom v1.1.21 to v1.1.22Type of change
Affected areas
How to test
Verify that the transports module works correctly with the updated core dependency:
Breaking changes
Security considerations
This is a routine dependency update with no direct security implications.
Checklist