chore: update bifrost/core dependency to v1.1.21#293
Conversation
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
WalkthroughBumps the dependency Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 (
|
Merge activity
|
## Summary Update the Bifrost core dependency from v1.1.20 to v1.1.21 in the transports module. ## Changes - Upgraded `github.com/maximhq/bifrost/core` from v1.1.20 to v1.1.21 - 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.20 to v1.1.21 in the transports module.
Changes
github.com/maximhq/bifrost/corefrom v1.1.20 to v1.1.21Type 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