release: v0.10.1 - #393
release: v0.10.1#393openfga-releaser-bot[bot] wants to merge 3 commits into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 (39.34%) 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 #393 +/- ##
=========================================
Coverage 39.34% 39.34%
Complexity 1336 1336
=========================================
Files 202 202
Lines 7791 7791
Branches 912 912
=========================================
Hits 3065 3065
Misses 4579 4579
Partials 147 147 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Added deprecation notice for Jackson 2 types and provided guidance on using new SDK features.
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Deprecation metadata reports the unreleased version 0.11.0, and two changelog statements inaccurately describe the public API and exception behavior.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 2
Open (2)
What changed in this PR
Prepares the Java SDK v0.10.1 release containing the JSON serialization bridge from #387.
Changes:
- Bumps SDK, publication, documentation, and example versions.
- Adds release notes for new serialization APIs and deprecated Jackson APIs.
- Updates the Release Please manifest.
| File | Description |
|---|---|
.release-please-manifest.json |
Advances release version. |
build.gradle |
Updates project version. |
publish.gradle |
Updates publication version. |
CHANGELOG.md |
Adds v0.10.1 release notes. |
README.md |
Updates dependency examples and badge. |
FgaConstants.java |
Updates runtime SDK version. |
examples/basic-examples/build.gradle |
Updates SDK dependency. |
examples/opentelemetry/build.gradle |
Updates SDK version property. |
examples/api-executor/build.gradle |
Updates local SDK JAR path. |
examples/streamed-list-objects/build.gradle |
Updates local SDK JAR path. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Clarified deprecation notice for Jackson 2 types and updated serialization failure reporting details. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

🤖 I have created a release beep boop
0.10.1 (2026-09-19)
Added
This PR was generated with Release Please. See documentation.