Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps dev.openfga:openfga-sdk from 0.8.3 to 0.9.0.

Release notes

Sourced from dev.openfga:openfga-sdk's releases.

v0.9.0

0.9.0 (2025-08-15)

Added

  • RFC 9110 compliant Retry-After header support with exponential backoff and jitter
  • Retry-After header value exposed in error objects for better observability
  • FgaError now exposes Retry-After header value via getRetryAfterHeader() method

ChangeD

  • Enhanced retry strategy with delay calculation
  • BREAKING: Maximum allowable retry count is now enforced at 15 (default remains 3)
  • BREAKING: Configuration.minimumRetryDelay() now requires non-null values and validates input, throwing IllegalArgumentException for null or negative values
  • Migration Guide:%0A%0A - Update error handling code if using FgaError properties - new getRetryAfterHeader() method available
  • Note: Maximum allowable retries is now enforced at 15 (validation added to prevent exceeding this limit)
  • IMPORTANT: Configuration.minimumRetryDelay() now requires non-null values and validates input - ensure you're not passing null or negative Duration values, as this will now throw IllegalArgumentException. Previously null values were silently accepted and would fall back to default behavior at runtime

Fixed

  • Fixed issue where telemetry metrics are not being exported correctly #590
  • Fixed issue with non-transactional write error handling #573
  • Implements feature to improve the retry strategy #155
Changelog

Sourced from dev.openfga:openfga-sdk's changelog.

v0.9.0

0.9.0 (2025-08-15)

Added

  • RFC 9110 compliant Retry-After header support with exponential backoff and jitter
  • Retry-After header value exposed in error objects for better observability
  • FgaError now exposes Retry-After header value via getRetryAfterHeader() method

Changed

  • Enhanced retry strategy with delay calculation
  • BREAKING: Maximum allowable retry count is now enforced at 15 (default remains 3)
  • BREAKING: Configuration.minimumRetryDelay() now requires non-null values and validates input, throwing IllegalArgumentException for null or negative values

Migration Guide:

  • Update error handling code if using FgaError properties - new getRetryAfterHeader() method available
  • Note: Maximum allowable retries is now enforced at 15 (validation added to prevent exceeding this limit)
  • IMPORTANT: Configuration.minimumRetryDelay() now requires non-null values and validates input - ensure you're not passing null or negative Duration values, as this will now throw IllegalArgumentException. Previously null values were silently accepted and would fall back to default behavior at runtime.

Fixed

  • Fixed issue where telemetry metrics are not being exported correctly #590
  • Fixed issue with non-transactional write error handling openfga/sdk-generator#573
Commits
  • ecef92e release: v0.9.0 (#207)
  • 36c22b4 feat: non-transaction write fix, retry improvements, telemetry export (#206)
  • 7de8899 chore(deps): bump org.jetbrains.kotlin.jvm (#205)
  • 5467c63 chore(deps): bump the dependencies group with 2 updates (#203)
  • 51c74c9 chore(deps): bump the dependencies group with 4 updates (#204)
  • 6e7d468 ci: update dependabot config (#202)
  • 3491b03 Create scorecard.yml (#199)
  • 17c34db fix: retry improvements (#198)
  • 160ac46 chore(ci): remove semgrep workflow (#197)
  • 05e8b0e Potential fix for code scanning alert no. 4: Workflow does not contain permis...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2025 22:51
@dependabot dependabot bot added the java Pull requests that update Java code label Aug 19, 2025
@eddumelendez
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/modules/openfga/dev.openfga-openfga-sdk-0.9.0 branch 2 times, most recently from 8adf2c5 to 9e62aae Compare August 20, 2025 16:39
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [dev.openfga:openfga-sdk](https://github.com/openfga/java-sdk) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/openfga/java-sdk/releases)
- [Changelog](https://github.com/openfga/java-sdk/blob/main/CHANGELOG.md)
- [Commits](openfga/java-sdk@v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: dev.openfga:openfga-sdk
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/openfga/dev.openfga-openfga-sdk-0.9.0 branch from 9e62aae to 7f8acdd Compare August 26, 2025 03:20
@eddumelendez eddumelendez merged commit 6e1335f into main Aug 26, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/openfga/dev.openfga-openfga-sdk-0.9.0 branch August 26, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/openfga

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants