Skip to content

release v0.9.2#240

Merged
ewanharris merged 1 commit intomainfrom
release/092
Oct 23, 2025
Merged

release v0.9.2#240
ewanharris merged 1 commit intomainfrom
release/092

Conversation

@ewanharris
Copy link
Member

@ewanharris ewanharris commented Oct 23, 2025

Description

### [0.9.2](https://github.com/openfga/java-sdk/compare/v0.9.1...v0.9.2) (2025-10-23)

### Added

- Add support for write conflict options (#234)
  - The SDK now supports setting setting a `onDuplicate` for writing tuples (`ClientWriteOptions` or `ClientWriteTuplesOptions`) and `onMissing` (`ClientWriteOptions` or `ClientDeleteTuplesOptions`) for deleting tuples. See the [documentation](https://github.com/openfga/java-sdk#conflict-options-for-write-operations) for more details.
- Add support for `name` filter on `ListStores` (#237)

References

Generated from openfga/sdk-generator#649

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 write conflict options (onDuplicate for writing tuples and onMissing for deleting tuples).
    • Added support for name filter on ListStores.
  • Documentation

    • Updated installation examples to reference the latest SDK version.
  • Chores

    • Version bump to v0.9.2.

Copilot AI review requested due to automatic review settings October 23, 2025 11:09
@ewanharris ewanharris requested review from a team as code owners October 23, 2025 11:09
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 23, 2025

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.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Walkthrough

Release version bump from 0.9.1 to 0.9.2 across the entire OpenFGA Java SDK project. Version strings updated in build configuration, source code constants, test files, documentation, and package manifests. Changelog documents two new features: write conflict options and name filter support for ListStores.

Changes

Cohort / File(s) Summary
Changelog and Documentation
CHANGELOG.md, README.md
Updated version references from 0.9.1 to 0.9.2; changelog adds entries for write conflict options and ListStores name filter support.
Build Configuration
build.gradle, examples/basic-examples/build.gradle, publish.gradle
Bumped project and dependency versions from 0.9.1 to 0.9.2 in Gradle and Maven publishing configurations.
Version Constants
src/main/java/dev/openfga/sdk/api/configuration/Configuration.java
Updated VERSION and DEFAULT_USER_AGENT constants from 0.9.1 to 0.9.2.
Configuration Tests
src/test/java/dev/openfga/sdk/api/configuration/ConfigurationTest.java
Updated default user agent test constant to reflect version 0.9.2.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • #233: Coordinated release version bump with identical changes to Configuration constants and build files.
  • #180: Prior version bump release following the same pattern of updating VERSION, DEFAULT_USER_AGENT, and build configuration files.

Suggested reviewers

  • rhamzeh
  • jimmyjames

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "release v0.9.2" is directly related to the primary change in the changeset. The raw summary confirms that all modifications are centered on releasing version 0.9.2, including version bumps across build configuration files (build.gradle, publish.gradle), CHANGELOG updates documenting new features, documentation updates (README.md), and source code version constants. The title is concise, clear, and specific enough that a teammate scanning the repository history would immediately understand this PR is for releasing version 0.9.2 of the SDK. The title avoids vague terms, emojis, or file lists, making it both readable and informative.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

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.

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

This PR updates the Java SDK version from 0.9.1 to 0.9.2, releasing new features including write conflict options and name filtering for ListStores.

  • Version number updated across all configuration and build files
  • CHANGELOG.md updated with release notes for v0.9.2
  • Documentation updated with new version references

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/main/java/dev/openfga/sdk/api/configuration/Configuration.java Updated VERSION constant and DEFAULT_USER_AGENT to reflect v0.9.2
src/test/java/dev/openfga/sdk/api/configuration/ConfigurationTest.java Updated test expectations for DEFAULT_USER_AGENT to match v0.9.2
publish.gradle Updated published artifact version to 0.9.2
examples/basic-examples/build.gradle Updated SDK dependency version in example project
README.md Updated all installation examples to reference v0.9.2
CHANGELOG.md Added v0.9.2 release notes and updated unreleased comparison link

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov-commenter
Copy link

codecov-commenter commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.33%. Comparing base (3800138) to head (dc6d397).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #240   +/-   ##
=========================================
  Coverage     36.33%   36.33%           
  Complexity     1140     1140           
=========================================
  Files           187      187           
  Lines          7174     7174           
  Branches        822      822           
=========================================
  Hits           2607     2607           
  Misses         4462     4462           
  Partials        105      105           

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

@ewanharris ewanharris added this pull request to the merge queue Oct 23, 2025
Merged via the queue into main with commit 7cb4c43 Oct 23, 2025
25 checks passed
@ewanharris ewanharris deleted the release/092 branch October 23, 2025 11:55
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.

3 participants