Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (9)
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughThis PR updates dependencies across multiple Go modules and documentation. Weaviate, weaviate-go-client, and Google genproto API dependencies are upgraded to newer versions across the plugins and transports packages. The enterprise changelog is also updated to document these new dependency requirements. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Merge activity
|
🧪 Test Suite AvailableThis PR can be tested by a repository admin. |
|
|

Dependency Updates
Updates Weaviate and Google genproto dependencies across all plugins and transports to their latest versions.
Changes
github.com/weaviate/weaviatefrom v1.34.5 to v1.36.5github.com/weaviate/weaviate-go-client/v5from v5.6.0 to v5.7.1google.golang.org/genproto/googleapis/apifrom v0.0.0-20260128011058-8636f8732409 to v0.0.0-20260203192932-546029d2fa20google.golang.org/genproto/googleapis/rpcfrom v0.0.0-20260128011058-8636f8732409 to v0.0.0-20260203192932-546029d2fa20golang.org/x/expfrom v0.0.0-20250408133849-7e4ce0ab07d0 to v0.0.0-20251113190631-e25ba8c21ef6Type of change
Affected areas
How to test
Verify that all dependencies resolve correctly and builds succeed:
Screenshots/Recordings
N/A
Breaking changes
Related issues
N/A
Security considerations
These are routine dependency updates that should not introduce security concerns. The updates include newer versions of Weaviate components and Google protocol buffers.
Checklist
docs/contributing/README.mdand followed the guidelines