-
Notifications
You must be signed in to change notification settings - Fork 33
release: v0.9.9 #247
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.9.9 #247
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughThis PR bumps the SDK version from 0.9.8 to 0.9.9 across the entire project, updating version constants, manifest files, documentation, changelog entries, and example dependencies. No functional changes or new features are introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–10 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
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 bumps the OpenFGA Python SDK version from 0.9.8 to 0.9.9, updating all version references across the codebase in preparation for release. The changes include updating the package version, SDK constants, example dependencies, and documentation.
Key Changes
- Version number updated from 0.9.8 to 0.9.9 across all relevant files
- CHANGELOG.md updated with new release entry and comparison link
- Example dependencies updated to require the new version
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updated package version in lock file from 0.9.8 to 0.9.9 |
| pyproject.toml | Updated project version metadata from 0.9.8 to 0.9.9 |
| openfga_sdk/constants.py | Updated SDK_VERSION and USER_AGENT constants to reflect 0.9.9 |
| example/example1/setup.py | Updated minimum required SDK version to 0.9.9 |
| example/example1/requirements.txt | Updated SDK dependency requirement to 0.9.9 |
| VERSION.txt | Updated version file content from 0.9.8 to 0.9.9 |
| README.md | Updated Socket Badge URL to reference version 0.9.9 |
| CHANGELOG.md | Added new release entry for v0.9.9 with updated comparison links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #247 +/- ##
=======================================
Coverage 71.17% 71.17%
=======================================
Files 137 137
Lines 11100 11100
=======================================
Hits 7900 7900
Misses 3200 3200 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.