Skip to content

release: v0.9.2#321

Merged
SoulPancake merged 3 commits into
mainfrom
release/092
Feb 10, 2026
Merged

release: v0.9.2#321
SoulPancake merged 3 commits into
mainfrom
release/092

Conversation

@SoulPancake

@SoulPancake SoulPancake commented Feb 10, 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

Release v0.9.2

  • New Features

    • Added per-HTTP call metrics reporting capability.
  • Chores

    • Updated SDK version from beta to stable release.
    • Updated all related dependencies to stable version.

Copilot AI review requested due to automatic review settings February 10, 2026 16:36
@SoulPancake
SoulPancake requested review from a team as code owners February 10, 2026 16:36
@dosubot

dosubot Bot commented Feb 10, 2026

Copy link
Copy Markdown

Related Documentation

Checked 7 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@coderabbitai

coderabbitai Bot commented Feb 10, 2026

Copy link
Copy Markdown

Walkthrough

This PR is a version bump from 0.9.2-beta.3 to stable 0.9.2, updating version strings in constants, package manifests, changelog, and example dependencies.

Changes

Cohort / File(s) Summary
Version & Metadata
CHANGELOG.md, constants/index.ts, package.json
Updated version references from 0.9.2-beta.3 to 0.9.2; added changelog entry for per-http call metric feature.
Example Dependencies
example/README.md, example/example1/package.json
Updated @openfga/sdk dependency from ^0.9.2-beta.3 to ^0.9.2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openfga/js-sdk#283: Updates release metadata across the same configuration files (constants, package.json, examples, and CHANGELOG) as part of v0.9.2 release process.
  • openfga/js-sdk#313: Modifies identical release-related files for v0.9.2 version bumps.
  • openfga/js-sdk#318: Updates SdkVersion and UserAgent constants in constants/index.ts to reflect SDK version changes.

Suggested reviewers

  • rhamzeh
  • ttrzeng
🚥 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.2' directly and clearly summarizes the main change—a version release bump from 0.9.2-beta.3 to 0.9.2 across all relevant files (package.json, constants, examples, and CHANGELOG).
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.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/092

No actionable comments were generated in the recent review. 🎉


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
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.55%. Comparing base (e995666) to head (6a22337).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #321   +/-   ##
=======================================
  Coverage   89.55%   89.55%           
=======================================
  Files          25       25           
  Lines        1475     1475           
  Branches      277      254   -23     
=======================================
  Hits         1321     1321           
  Misses         93       93           
  Partials       61       61           

☔ 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 prepares the JavaScript SDK for the v0.9.2 release by moving from the 0.9.2-beta.3 prerelease version to the stable 0.9.2 across publishing metadata, examples, and the changelog.

Changes:

  • Bump root package version from 0.9.2-beta.3 to 0.9.2 (and sync lockfile).
  • Update example dependency/docs to reference ^0.9.2.
  • Update CHANGELOG.md “Unreleased” compare link and release section to v0.9.2.

Reviewed changes

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

Show a summary per file
File Description
package.json Updates published package version to 0.9.2.
package-lock.json Aligns lockfile’s package version entries with 0.9.2.
example/example1/package.json Updates example to depend on the stable ^0.9.2.
example/README.md Updates documentation snippet to reference ^0.9.2.
CHANGELOG.md Updates “Unreleased” compare link and adds/renames the v0.9.2 release entry.

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

Comment thread package.json
@SoulPancake
SoulPancake requested a review from rhamzeh February 10, 2026 16:59
Comment thread CHANGELOG.md
@SoulPancake
SoulPancake added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit 48fd781 Feb 10, 2026
26 checks passed
@SoulPancake
SoulPancake deleted the release/092 branch February 10, 2026 17:06
@coderabbitai coderabbitai Bot mentioned this pull request Feb 25, 2026
4 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Mar 31, 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.

5 participants