-
Notifications
You must be signed in to change notification settings - Fork 20
release: v0.9.1 #233
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.1 #233
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
=========================================
Coverage 35.97% 35.97%
Complexity 1116 1116
=========================================
Files 187 187
Lines 7096 7096
Branches 806 806
=========================================
Hits 2553 2553
Misses 4438 4438
Partials 105 105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WalkthroughVersion bump to 0.9.1 across build and configuration files, repository example assets reorganized from example/ to examples/basic-examples/, documentation expanded for BatchCheck and Read APIs, CHANGELOG updated for v0.9.1, and README badges/links adjusted. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 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: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (10)
.openapi-generator/FILES
(1 hunks)CHANGELOG.md
(1 hunks)README.md
(5 hunks)build.gradle
(1 hunks)docs/OpenFgaApi.md
(4 hunks)examples/basic-examples/build.gradle
(1 hunks)publish.gradle
(1 hunks)src/main/java/dev/openfga/sdk/api/OpenFgaApi.java
(4 hunks)src/main/java/dev/openfga/sdk/api/configuration/Configuration.java
(1 hunks)src/test/java/dev/openfga/sdk/api/configuration/ConfigurationTest.java
(1 hunks)
🔇 Additional comments (11)
build.gradle (1)
22-22
: LGTM! Version bump is correct.The version update to 0.9.1 aligns with the release objectives and is consistent with other version references across the project.
examples/basic-examples/build.gradle (1)
26-26
: LGTM! Dependency version is correctly updated.The SDK dependency version matches the project version being released (0.9.1).
src/main/java/dev/openfga/sdk/api/configuration/Configuration.java (1)
33-36
: LGTM! Version constants are correctly updated.Both the
VERSION
constant andDEFAULT_USER_AGENT
string have been updated consistently to reflect the 0.9.1 release.src/test/java/dev/openfga/sdk/api/configuration/ConfigurationTest.java (1)
25-25
: LGTM! Test expectation is correctly updated.The test constant matches the updated
DEFAULT_USER_AGENT
value in the Configuration class.publish.gradle (1)
9-9
: LGTM! Maven publication version is correctly updated.The POM version has been updated to 0.9.1, consistent with the project version.
CHANGELOG.md (1)
3-13
: LGTM! Changelog is correctly updated.The changelog properly documents the v0.9.1 release with:
- Updated unreleased comparison URL
- New v0.9.1 section dated 2025-10-07
- Three fixed items that align with the PR description (all referencing #226)
README.md (4)
11-11
: LGTM! Badge updated to reflect platform rename.The badge has been correctly updated from Twitter to X, reflecting the platform's rebranding.
69-69
: LGTM! Link text updated consistently.The resources section now correctly references X instead of Twitter.
85-119
: LGTM! All dependency version references are correctly updated.Version 0.9.1 has been consistently applied across all package manager examples (Gradle Groovy, Gradle Kotlin, Maven, Ivy, SBT, and Leiningen).
303-303
: LGTM! Formatting improvement.The added blank line improves the document structure and readability.
.openapi-generator/FILES (1)
103-113
: LGTM! Manifest correctly reflects project reorganization.The manifest has been updated to reflect the reorganization of example assets from
example/
toexamples/basic-examples/
, including a more complete set of example-related files (Gradle wrappers, settings, and source files).
Description
Cuts a release of the java sdk with header fixes and copies across some minor updates from the generated code
References
Review Checklist
main
Summary by CodeRabbit