-
Notifications
You must be signed in to change notification settings - Fork 36
release: v0.7.4 #563
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
release: v0.7.4 #563
Conversation
WalkthroughAdds changelog entry for v0.7.4 with updated release anchors and bumps OpenFGA dependency from v1.9.4 to v1.9.5 in go.mod. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
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
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. 🪧 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 (
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
10-14
: Changelog entry for 0.7.4 is clear; optional enhancement: link to upstream release notesThe “Changed: Update OpenFGA to v1.9.5” line reads well. Consider adding a link to the upstream release notes for quick context.
-Changed: -- Update OpenFGA to v1.9.5 +Changed: +- Update OpenFGA to v1.9.5 ([release notes](https://github.com/openfga/openfga/releases/tag/v1.9.5))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
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)
go.sum
is excluded by!**/*.sum
📒 Files selected for processing (2)
CHANGELOG.md
(2 hunks)go.mod
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[grammar] ~12-~12: There might be a mistake here.
Context: ...ased] ## [0.7.4] - 2025-08-15 Changed: - Update OpenFGA to v1.9.5 Fixed: - Remov...
(QB_NEW_EN)
⏰ 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). (3)
- GitHub Check: Test Release Process
- GitHub Check: Tests
- GitHub Check: Analyze (go)
🔇 Additional comments (2)
go.mod (1)
18-18
: OpenFGA bump to v1.9.5 looks good; ensure module graph/go.sum are up to dateNo issues spotted with the version bump. Please verify:
- go.sum reflects this upgrade (run go mod tidy) and commit any changes.
- Any integration paths that embed/run the server (e.g., model test) still pass with v1.9.5.
CHANGELOG.md (1)
322-324
: Anchors updated correctly for Unreleased and 0.7.4The compare links look correct:
- [Unreleased] → v0.7.4...HEAD
- [0.7.4] → v0.7.3...v0.7.4
- [0.7.3] → v0.7.2...v0.7.3
If you haven’t already, double-check that the tag v0.7.4 exists (post-merge) so these links render properly on GitHub.
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
main
Summary by CodeRabbit