release: v0.9.8#333
Conversation
Release-As: 0.9.8
Updated CHANGELOG to include thanks for contributions and removed the Miscellaneous section.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (38.44%) 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 #333 +/- ##
============================================
- Coverage 38.45% 38.44% -0.02%
+ Complexity 1266 1265 -1
============================================
Files 198 198
Lines 7705 7705
Branches 900 900
============================================
- Hits 2963 2962 -1
Misses 4594 4594
- Partials 148 149 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Release PR for v0.9.8, updating the SDK’s published version references and changelog to match the new release.
Changes:
- Bump SDK version from
0.9.7→0.9.8across build config, constants, README, and examples. - Add
0.9.8release notes toCHANGELOG.md. - Update release-please manifest to
0.9.8.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 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. |
| examples/streamed-list-objects/build.gradle | Updates local SDK jar reference to 0.9.8. |
| examples/opentelemetry/build.gradle | Updates example’s fgaSdkVersion to 0.9.8. |
| examples/basic-examples/build.gradle | Updates dependency on dev.openfga:openfga-sdk to 0.9.8. |
| build.gradle | Bumps project version to 0.9.8. |
| README.md | Updates installation snippets and badge URL to 0.9.8. |
| CHANGELOG.md | Adds release notes for 0.9.8. |
| .release-please-manifest.json | Updates manifest version to 0.9.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * attach Authorization header to streaming and ApiExecutor requests ([#330](https://github.com/openfga/java-sdk/issues/330)) ([#331](https://github.com/openfga/java-sdk/issues/331)) ([b09ca16](https://github.com/openfga/java-sdk/commit/b09ca167e9fd9fbbe8d8f83c1fa8af8fd054c84d)), thanks @cportcvent | ||
|
|
||
|
|
||
| ## [Unreleased](https://github.com/openfga/java-sdk/compare/v0.9.7...HEAD) |
There was a problem hiding this comment.
The "Unreleased" compare link still points to v0.9.7...HEAD. After releasing 0.9.8, this should be updated to compare from v0.9.8 so the Unreleased section reflects changes since the latest release.
| ## [Unreleased](https://github.com/openfga/java-sdk/compare/v0.9.7...HEAD) | |
| ## [Unreleased](https://github.com/openfga/java-sdk/compare/v0.9.8...HEAD) |
| ### Added | ||
|
|
||
| * release automation configs ([#312](https://github.com/openfga/java-sdk/issues/312)) ([dbd003f](https://github.com/openfga/java-sdk/commit/dbd003fff357a31d65f6cff19f6ae7622d6da4c5)) | ||
| * report a per call http metric ([#310](https://github.com/openfga/java-sdk/issues/310)) ([cc3a5f2](https://github.com/openfga/java-sdk/commit/cc3a5f26ce78fe0796dc1acf57bc9f2829c2e534)) |
There was a problem hiding this comment.
Changelog entry text uses "http" in a user-facing context. Consider capitalizing to "HTTP" (and optionally hyphenating "per-call") for consistency/readability in the release notes.
| * report a per call http metric ([#310](https://github.com/openfga/java-sdk/issues/310)) ([cc3a5f2](https://github.com/openfga/java-sdk/commit/cc3a5f26ce78fe0796dc1acf57bc9f2829c2e534)) | |
| * report a per-call HTTP metric ([#310](https://github.com/openfga/java-sdk/issues/310)) ([cc3a5f2](https://github.com/openfga/java-sdk/commit/cc3a5f26ce78fe0796dc1acf57bc9f2829c2e534)) |
🤖 I have created a release beep boop
0.9.8 (2026-04-30)
Added
Fixed
Miscellaneous
This PR was generated with Release Please. See documentation.