Skip to content

release: v0.9.5#274

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

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

Conversation

@SoulPancake
Copy link
Member

@SoulPancake SoulPancake commented Jan 26, 2026

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 owner January 26, 2026 18:02
Copilot AI review requested due to automatic review settings January 26, 2026 18:02
@SoulPancake SoulPancake requested review from a team as code owners January 26, 2026 18:02
@dosubot
Copy link

dosubot bot commented Jan 26, 2026

Related Documentation

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

How did I do? Any feedback?  Join Discord

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

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 name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The 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 ✅ Passed No 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.

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.06%. Comparing base (57c4720) to head (d2f4399).

❌ 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.

Copy link
Contributor

Copilot AI left a comment

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
File Description
src/main/java/dev/openfga/sdk/constants/FgaConstants.java Bumps SDK_VERSION and USER_AGENT to 0.9.5.
publish.gradle Updates POM version to 0.9.5 for publishing metadata.
examples/basic-examples/build.gradle Updates example dependency to 0.9.5.
build.gradle Updates project version to 0.9.5.
README.md Updates dependency snippets to 0.9.5.
CHANGELOG.md Adds v0.9.5 release section and compare link.

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

@SoulPancake SoulPancake requested a review from rhamzeh January 27, 2026 05:44
@Siddhant-K-code
Copy link
Member

@copilot review it again with the new updated changes

Copy link

Copilot AI commented Jan 27, 2026

@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.

Copy link
Contributor

Copilot AI left a comment

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.

@SoulPancake SoulPancake added this pull request to the merge queue Jan 27, 2026
Merged via the queue into main with commit 68211ed Jan 27, 2026
24 checks passed
@SoulPancake SoulPancake deleted the release/095 branch January 27, 2026 07:02
Sign up for free to 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.

6 participants