-
Notifications
You must be signed in to change notification settings - Fork 23
release v0.9.4 #267
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.4 #267
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 is a version bump release preparation that updates the SDK version from 0.9.3 to 0.9.4 across build configurations, documentation, constants, and changelog files. No functional or logic changes are introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes All changes are homogeneous version string replacements with no logic modifications, control flow changes, or new functionality introduced. Possibly related PRs
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (36.59%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
=========================================
Coverage 36.59% 36.59%
Complexity 1182 1182
=========================================
Files 194 194
Lines 7504 7504
Branches 865 865
=========================================
Hits 2746 2746
Misses 4633 4633
Partials 125 125 ☔ 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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (6)
CHANGELOG.md(1 hunks)README.md(2 hunks)build.gradle(1 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). (7)
- GitHub Check: CodeQL analysis (java)
- GitHub Check: Test and Build OpenFGA (17)
- GitHub Check: Test and Build OpenFGA (11)
- GitHub Check: Test and Build OpenFGA (21)
- GitHub Check: Analyze (java)
- GitHub Check: Test and Build OpenFGA (21)
- GitHub Check: Test and Build OpenFGA (11)
🔇 Additional comments (8)
examples/basic-examples/build.gradle (1)
26-26: LGTM!The dependency version has been correctly updated to 0.9.4, consistent with the release version bump.
build.gradle (1)
22-22: LGTM!The project version has been correctly updated to 0.9.4 for the release.
README.md (1)
85-119: LGTM!All installation snippets across different build systems (Gradle Groovy, Gradle Kotlin, Maven, Ivy, SBT, Leiningen) have been consistently updated to version 0.9.4.
publish.gradle (1)
9-9: LGTM!The Maven publication version has been correctly updated to 0.9.4.
CHANGELOG.md (3)
3-6: LGTM!The Unreleased section header has been correctly updated to compare v0.9.4...HEAD, and the new v0.9.4 section header is properly added.
10-10: LGTM!The changelog entry accurately documents the changes for v0.9.4.
14-14: LGTM!The v0.9.3 section link formatting has been corrected.
src/main/java/dev/openfga/sdk/constants/FgaConstants.java (1)
22-25: LGTM!Both SDK_VERSION and USER_AGENT constants have been correctly updated to reflect version 0.9.4.
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 is a release PR that updates the version from 0.9.3 to 0.9.4 across the codebase. The release includes improved error handling and integration test coverage for FgaError and related classes.
- Version constants updated in Java source files, build configurations, and documentation
- CHANGELOG.md updated to reflect the new release
- README.md updated with new version in all dependency manager examples
Reviewed changes
Copilot reviewed 5 out of 6 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 from 0.9.3 to 0.9.4 |
| publish.gradle | Updated version from 0.9.3 to 0.9.4 in publishing configuration |
| examples/basic-examples/build.gradle | Updated implementation dependency from 0.9.3 to 0.9.4 |
| build.gradle | Updated project version from 0.9.3 to 0.9.4 |
| README.md | Updated version references from 0.9.3 to 0.9.4 in all dependency manager examples (Gradle, Maven, Ivy, SBT, Leiningen) |
| CHANGELOG.md | Added v0.9.4 section with release notes, updated Unreleased comparison link, and fixed extra parenthesis in v0.9.3 link |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.