-
Notifications
You must be signed in to change notification settings - Fork 23
release v0.9.3 #255
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.3 #255
Conversation
|
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 updates the OpenFGA Java SDK version from 0.9.2 to 0.9.3 across documentation, build configuration, and source code constants. Changes include version numbers in CHANGELOG, README, Gradle build files, and hardcoded SDK version constants. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes All changes are repetitive, homogeneous version number updates with no logic modifications or behavioral changes. Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
CHANGELOG.md(1 hunks)README.md(2 hunks)examples/basic-examples/build.gradle(1 hunks)publish.gradle(1 hunks)src/main/java/dev/openfga/sdk/constants/FgaConstants.java(1 hunks)
⏰ 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). (8)
- GitHub Check: CodeQL analysis (java)
- GitHub Check: Test and Build OpenFGA (21)
- GitHub Check: Test and Build OpenFGA (17)
- GitHub Check: Test and Build OpenFGA (11)
- GitHub Check: Analyze (java)
- GitHub Check: Test and Build OpenFGA (17)
- GitHub Check: Test and Build OpenFGA (11)
- GitHub Check: Test and Build OpenFGA (21)
🔇 Additional comments (5)
examples/basic-examples/build.gradle (1)
26-26: LGTM! Dependency version updated correctly.The dependency version has been updated to 0.9.3, consistent with the release version.
publish.gradle (1)
9-9: LGTM! Maven publication version updated correctly.The Maven publication version has been updated to 0.9.3, ensuring the correct version will be published.
CHANGELOG.md (1)
4-11: Verify the release date.The changelog shows the release date as 2025-11-10 (today). Since the PR is still open, confirm this is the intended release date.
src/main/java/dev/openfga/sdk/constants/FgaConstants.java (1)
22-25: LGTM! SDK version constants updated correctly.Both SDK_VERSION and USER_AGENT constants have been updated to 0.9.3, maintaining consistency between the version number and user agent string.
README.md (1)
85-119: LGTM! Installation instructions updated correctly.All package manager examples (Gradle, Maven, Ivy, SBT, and Leiningen) have been updated to reference version 0.9.3 consistently.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=========================================
Coverage 36.47% 36.47%
Complexity 1144 1144
=========================================
Files 188 188
Lines 7192 7192
Branches 824 824
=========================================
Hits 2623 2623
Misses 4462 4462
Partials 107 107 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 version from 0.9.2 to 0.9.3, updating version references across configuration files, code constants, and documentation.
Key Changes:
- Version updated from 0.9.2 to 0.9.3 in SDK constants and build configuration
- Documentation updated to reflect new version in dependency examples
- CHANGELOG.md updated with v0.9.3 release notes
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/main/java/dev/openfga/sdk/constants/FgaConstants.java | Updated SDK_VERSION and USER_AGENT constants to 0.9.3 |
| publish.gradle | Updated version in publishing configuration to 0.9.3 |
| examples/basic-examples/build.gradle | Updated dependency version to 0.9.3 |
| README.md | Updated all installation examples to reference version 0.9.3 |
| CHANGELOG.md | Added release notes for v0.9.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rhamzeh
left a 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.
Can you also update the version in build.gradle?
Line 22 in 65d874b
| version = '0.9.2' |
Description
0.9.3 (2025-11-10)
Fixed
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
Bug Fixes
Documentation & Chores