Skip to content

release: v0.9.1#283

Merged
rhamzeh merged 1 commit into
mainfrom
release/v0.9.1
Nov 5, 2025
Merged

release: v0.9.1#283
rhamzeh merged 1 commit into
mainfrom
release/v0.9.1

Conversation

@rhamzeh

@rhamzeh rhamzeh commented Nov 5, 2025

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

Release v0.9.1

  • New Features
    • Added support for handling the Retry-After header to improve rate limit management.
    • Added support for conflict options with Write operations to handle concurrent updates (requires server v1.10.0 or later).

Copilot AI review requested due to automatic review settings November 5, 2025 20:38
@rhamzeh
rhamzeh requested review from a team as code owners November 5, 2025 20:38
@coderabbitai

coderabbitai Bot commented Nov 5, 2025

Copy link
Copy Markdown

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

Patch version release (0.9.1) that updates package version constants across manifests, SDK constants, example dependencies, and changelog documentation. Includes a new .gitignore rule and documents two new features in the changelog.

Changes

Cohort / File(s) Change Summary
Version Updates
package.json, constants/index.ts, example/README.md, example/example1/package.json
Patch version bump from 0.9.0 to 0.9.1 across package version, SDK constants (SdkVersion and UserAgent), and example dependencies
Release Documentation
CHANGELOG.md
Added v0.9.1 release section documenting two new features: Retry-After header support and conflict options for Write operations with server v1.10.0 requirement
Build Configuration
.gitignore
Added new ignore rule for example/**/package-lock.json

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Repetitive version string updates across multiple files following consistent pattern
  • Documentation and changelog additions with no logic implications
  • Simple configuration rule addition

Pre-merge checks and finishing touches

✅ Passed checks (2 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.1' clearly and concisely summarizes the main change—a version bump to v0.9.1 across the SDK and related files.

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

codecov-commenter commented Nov 5, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.45%. Comparing base (b365647) to head (fac3b1c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #283   +/-   ##
=======================================
  Coverage   89.45%   89.45%           
=======================================
  Files          24       24           
  Lines        1299     1299           
  Branches      234      213   -21     
=======================================
  Hits         1162     1162           
  Misses         81       81           
  Partials       56       56           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI 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

This PR bumps the SDK version from 0.9.0 to 0.9.1, updating all version references across package files, constants, examples, and documentation.

  • Version updated from 0.9.0 to 0.9.1 in package configuration files
  • Constants updated to reflect new SDK version and user agent string
  • Changelog updated with v0.9.1 release information and date
  • Added package-lock.json files to gitignore for example directories

Reviewed Changes

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

Show a summary per file
File Description
package.json Bumped SDK version to 0.9.1
package-lock.json Updated locked version to 0.9.1
example/example1/package.json Updated dependency reference to 0.9.1
example/README.md Updated example version in documentation
constants/index.ts Updated SdkVersion and UserAgent constants
CHANGELOG.md Added v0.9.1 release entry with date and feature list
.gitignore Added example package-lock.json files to gitignore

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

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
@rhamzeh
rhamzeh added this pull request to the merge queue Nov 5, 2025
Merged via the queue into main with commit 9163587 Nov 5, 2025
21 checks passed
@rhamzeh
rhamzeh deleted the release/v0.9.1 branch November 5, 2025 21:00
@coderabbitai coderabbitai Bot mentioned this pull request Feb 25, 2026
4 tasks
@coderabbitai coderabbitai Bot mentioned this pull request May 6, 2026
4 tasks
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.

4 participants