release: v0.9.8#334
Conversation
Release-As: 0.9.8
Updated the changelog to reflect new features and fixes, including the addition of a counter metric for HTTP requests and acknowledgment for contributions.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (38.48%) 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 #334 +/- ##
=========================================
Coverage 38.48% 38.48%
Complexity 1268 1268
=========================================
Files 198 198
Lines 7704 7704
Branches 900 900
=========================================
Hits 2965 2965
Misses 4591 4591
Partials 148 148 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Release-please generated release PR to publish OpenFGA Java SDK v0.9.8, updating version references across build files and documentation and adding the corresponding changelog entry.
Changes:
- Bump SDK version from 0.9.7 → 0.9.8 across the library, examples, and README.
- Add the 0.9.8 release notes to
CHANGELOG.md. - Update release-please manifest to reflect the new version.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/main/java/dev/openfga/sdk/constants/FgaConstants.java |
Updates SDK_VERSION constant to 0.9.8 for user-agent/version reporting. |
build.gradle |
Updates project version to 0.9.8 for publishing/build outputs. |
README.md |
Updates badges and dependency snippets to reference 0.9.8. |
CHANGELOG.md |
Adds the 0.9.8 section describing changes included in the release. |
.release-please-manifest.json |
Updates manifest version to 0.9.8 for release automation state. |
examples/basic-examples/build.gradle |
Updates example dependency to dev.openfga:openfga-sdk:0.9.8. |
examples/opentelemetry/build.gradle |
Updates fgaSdkVersion to 0.9.8 for the OTel example. |
examples/streamed-list-objects/build.gradle |
Updates local jar reference to openfga-sdk-0.9.8.jar. |
examples/api-executor/build.gradle |
Updates local jar reference to openfga-sdk-0.9.8.jar. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.9.8 (2026-04-30)
Added
Fixed
This PR was generated with Release Please. See documentation.