-
Notifications
You must be signed in to change notification settings - Fork 39
chore: bump OpenFGA to v1.10.4 & other direct dependencies #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughDependencies updated across go.mod, with OpenFGA bumped from v1.10.3 to v1.10.4 and related packages (protobuf API, language package, and indirect dependencies like gRPC, telemetry, and standard library packages) also updated to compatible versions. Changelog entry added to document the OpenFGA version bump. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates multiple dependencies in the Go project, with the primary focus being the upgrade of the bundled OpenFGA to v1.10.4. The changes consist of updating both direct and indirect dependencies to their latest versions.
Key changes:
- Updates OpenFGA core dependency from v1.10.3 to v1.10.4
- Updates various direct dependencies (API proto, language package)
- Updates numerous indirect dependencies across gRPC, OpenTelemetry, golang.org/x, and other libraries
- Documents the OpenFGA version update in the CHANGELOG
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates direct dependencies (OpenFGA packages) and indirect dependencies (grpc-gateway, mango-pflag, locafero, auto/sdk, golang.org/x packages, google.golang.org packages) |
| go.sum | Adds checksums for new dependency versions and updates existing dependency checksums |
| CHANGELOG.md | Documents the OpenFGA v1.10.4 update in a new "Changed" section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
What problem is being solved?
This bumps OpenFGA to the newly released v1.10.4 and bumps the other direct dependencies
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit