release: v0.9.9#340
Merged
SoulPancake merged 3 commits intomainfrom May 4, 2026
Merged
Conversation
Release-As: 0.9.9
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
============================================
- Coverage 38.48% 38.47% -0.02%
+ Complexity 1268 1267 -1
============================================
Files 198 198
Lines 7704 7704
Branches 900 900
============================================
- Hits 2965 2964 -1
Misses 4591 4591
- Partials 148 149 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Added new features and fixed issues in release 0.9.9. This includes oauth2 scopes for authentication and a new counter metric for HTTP requests.
Contributor
There was a problem hiding this comment.
Pull request overview
Release-please generated patch release v0.9.9, updating the SDK/package version across build artifacts and documentation so published coordinates and examples point to the new release.
Changes:
- Bump SDK/package version from
0.9.8to0.9.9across Gradle configuration and constants. - Update README dependency snippets and the Socket badge to reference
0.9.9. - Add the
0.9.9entry toCHANGELOG.mdand update the release-please manifest.
Reviewed changes
Copilot reviewed 9 out of 10 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.9 for runtime user-agent/version reporting. |
| README.md | Updates badges and installation snippets to reference 0.9.9. |
| publish.gradle | Updates published POM version metadata to 0.9.9. |
| examples/streamed-list-objects/build.gradle | Updates local jar reference to openfga-sdk-0.9.9.jar. |
| examples/opentelemetry/build.gradle | Updates fgaSdkVersion to 0.9.9. |
| examples/basic-examples/build.gradle | Updates dependency version to 0.9.9. |
| examples/api-executor/build.gradle | Updates local jar reference to openfga-sdk-0.9.9.jar. |
| CHANGELOG.md | Adds 0.9.9 release notes (noting it as a re-release). |
| build.gradle | Updates project version to 0.9.9. |
| .release-please-manifest.json | Updates manifest version to 0.9.9. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
curfew-marathon
approved these changes
May 4, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.9.9 (2026-05-04)
Miscellaneous
This PR was generated with Release Please. See documentation.