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. WalkthroughRelease version bump from 0.9.1 to 0.9.2 across the entire OpenFGA Java SDK project. Version strings updated in build configuration, source code constants, test files, documentation, and package manifests. Changelog documents two new features: write conflict options and name filter support for ListStores. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 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 |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Java SDK version from 0.9.1 to 0.9.2, releasing new features including write conflict options and name filtering for ListStores.
- Version number updated across all configuration and build files
- CHANGELOG.md updated with release notes for v0.9.2
- Documentation updated with new version references
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/main/java/dev/openfga/sdk/api/configuration/Configuration.java | Updated VERSION constant and DEFAULT_USER_AGENT to reflect v0.9.2 |
| src/test/java/dev/openfga/sdk/api/configuration/ConfigurationTest.java | Updated test expectations for DEFAULT_USER_AGENT to match v0.9.2 |
| publish.gradle | Updated published artifact version to 0.9.2 |
| examples/basic-examples/build.gradle | Updated SDK dependency version in example project |
| README.md | Updated all installation examples to reference v0.9.2 |
| CHANGELOG.md | Added v0.9.2 release notes and updated unreleased comparison link |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #240 +/- ##
=========================================
Coverage 36.33% 36.33%
Complexity 1140 1140
=========================================
Files 187 187
Lines 7174 7174
Branches 822 822
=========================================
Hits 2607 2607
Misses 4462 4462
Partials 105 105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d6b66bc to
dc6d397
Compare
Description
References
Generated from openfga/sdk-generator#649
Review Checklist
mainSummary by CodeRabbit
New Features
Documentation
Chores