Skip to content

release: v0.9.5 - #274

Merged
SoulPancake merged 6 commits into
mainfrom
release/095
Jan 27, 2026
Merged

release: v0.9.5#274
SoulPancake merged 6 commits into
mainfrom
release/095

Conversation

@SoulPancake

@SoulPancakeSoulPancake commented Jan 26, 2026

Copy link
Copy Markdown
Member

Description

What problem is being solved?

How is it being solved?

What changes are made to solve it?

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

Summary by CodeRabbit

  • New Features

    • Added support for streamed list objects.
  • Documentation

    • Updated examples and documentation for v0.9.5.
  • Chores

    • Version bumped to 0.9.5.

✏️ Tip: You can customize this high-level summary in your review settings.

@SoulPancake
SoulPancake requested a review from a team as a code ownerJanuary 26, 2026 18:02
CopilotAI review requested due to automatic review settings January 26, 2026 18:02
@SoulPancake
SoulPancake requested review from a team as code ownersJanuary 26, 2026 18:02
@dosubot

dosubotBot commented Jan 26, 2026

Copy link
Copy Markdown

Related Documentation

Checked 5 published document(s) in 0 knowledge base(s). No updates required.

How did I do? Any feedback?Join Discord

@coderabbitai

coderabbitaiBot commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Walkthrough

This pull request bumps the SDK version from 0.9.4 to 0.9.5 across all build configurations, documentation, and constant declarations. No functional changes or new code are introduced.

Changes

Cohort / File(s)Summary
Build and Publishing Configuration
build.gradle, publish.gradle, examples/basic-examples/build.gradle
Version bumped from 0.9.4 to 0.9.5 in project and dependency declarations.
Documentation and Changelog
CHANGELOG.md, README.md
Version references updated to 0.9.5 in changelog entry and all build tool examples (Gradle, Maven, Ivy, SBT, Leiningen).
SDK Constants
src/main/java/dev/openfga/sdk/constants/FgaConstants.java
Public constants SDK_VERSION and USER_AGENT updated to reflect version 0.9.5.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • release v0.9.3 #255: Updates the same version-related files and constants (FgaConstants.java, build files) to bump SDK_VERSION and USER_AGENT.
  • release v0.9.4 #267: Performs similar release-version updates across CHANGELOG, README, build configurations, and FgaConstants for a subsequent version bump.

Suggested reviewers

  • rhamzeh
  • jimmyjames
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title 'release: v0.9.5' clearly and concisely identifies the main change—a version release bump—which is confirmed by changes across all version references and documentation files in the changeset.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment threadCHANGELOG.md Outdated
@codecov-commenter

codecov-commenter commented Jan 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.06%. Comparing base (57c4720) to head (d2f4399).
⚠️ Report is 23 commits behind head on main.

❌ Your project status has failed because the head coverage (37.06%) 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 #274 +/- ##
=========================================
Coverage 37.06% 37.06% Complexity 1200 1200 =========================================
Files 194 194 Lines 7504 7504 Branches 865 865 =========================================
Hits 2781 2781 Misses 4593 4593 Partials 130 130 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the OpenFGA Java SDK release from v0.9.4 to v0.9.5 across build metadata and documentation.

Changes:

  • Updated SDK/library version strings to 0.9.5 (Gradle build + SDK constants).
  • Updated installation docs and example dependency to reference 0.9.5.
  • Added a v0.9.5 entry to the changelog.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
src/main/java/dev/openfga/sdk/constants/FgaConstants.javaBumps SDK_VERSION and USER_AGENT to 0.9.5.
publish.gradleUpdates POM version to 0.9.5 for publishing metadata.
examples/basic-examples/build.gradleUpdates example dependency to 0.9.5.
build.gradleUpdates project version to 0.9.5.
README.mdUpdates dependency snippets to 0.9.5.
CHANGELOG.mdAdds v0.9.5 release section and compare link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadCHANGELOG.md Outdated
Comment threadexamples/basic-examples/build.gradle
curfew-marathon
curfew-marathon previously approved these changes Jan 26, 2026
Comment threadCHANGELOG.md Outdated
Comment threadCHANGELOG.md Outdated
Comment threadexamples/basic-examples/build.gradle
Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
@Siddhant-K-code

Copy link
Copy Markdown
Member

@copilot review it again with the new updated changes

CopilotAI commented Jan 27, 2026

Copy link
Copy Markdown

@Siddhant-K-code I've opened a new pull request, #276, to work on those changes. Once the pull request is ready, I'll request review from you.

Siddhant-K-code
Siddhant-K-code previously approved these changes Jan 27, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadsrc/main/java/dev/openfga/sdk/constants/FgaConstants.java Outdated
Comment threadpublish.gradle
Comment threadexamples/streamed-list-objects/build.gradle
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@SoulPancake
SoulPancake added this pull request to the merge queueJan 27, 2026
Merged via the queue into main with commit 68211edJan 27, 2026
24 checks passed
@SoulPancake
SoulPancake deleted the release/095 branch January 27, 2026 07:02
@coderabbitaicoderabbitaiBot mentioned this pull request Mar 17, 2026
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@SoulPancake@codecov-commenter@Siddhant-K-code@rhamzeh@curfew-marathon