Skip to content

release: v0.9.2-beta.1#313

Merged
SoulPancake merged 5 commits into
mainfrom
v0.9.2-beta.1
Feb 10, 2026
Merged

release: v0.9.2-beta.1#313
SoulPancake merged 5 commits into
mainfrom
v0.9.2-beta.1

Conversation

@SoulPancake

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

  • New Features

    • Added support for streamedListObjects.
  • Chores

    • Version bumped to v0.9.2-beta.1.

@SoulPancake
SoulPancake requested review from a team as code owners February 9, 2026 18:40
Copilot AI review requested due to automatic review settings February 9, 2026 18:40
@coderabbitai

coderabbitai Bot commented Feb 9, 2026

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.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Version bump to pre-release v0.9.2-beta.1 across the SDK, updating version strings in core files, package configurations, and documentation.

Changes

Cohort / File(s) Summary
Version Metadata
CHANGELOG.md, constants/index.ts, package.json
Updated SDK version from 0.9.1 to 0.9.2-beta.1 in package definitions and changelog with new feature entry for streamedListObjects support.
Example Dependencies
example/README.md, example/example1/package.json
Bumped @openfga/sdk dependency version references from ^0.9.1 to ^0.9.2-beta.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • release: v0.9.1 #283: Both PRs modify the same version constants (SdkVersion and UserAgent) and update release metadata.

Suggested reviewers

  • 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 pull request title 'release: v0.9.2-beta.1' directly and clearly summarizes the main change: bumping the SDK version to v0.9.2-beta.1 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 unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch v0.9.2-beta.1

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.

@dosubot

dosubot Bot commented Feb 9, 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

@codecov-commenter

codecov-commenter commented Feb 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.55%. Comparing base (528d606) to head (f6987cc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #313   +/-   ##
=======================================
  Coverage   89.55%   89.55%           
=======================================
  Files          25       25           
  Lines        1475     1475           
  Branches      254      254           
=======================================
  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.

Comment thread CHANGELOG.md

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

Release PR to cut v0.9.2-beta.1 of the @openfga/sdk JavaScript/Node SDK by bumping version identifiers across the package metadata, constants, examples, and changelog.

Changes:

  • Bump SDK version from 0.9.1 to 0.9.2-beta.1 in package.json / package-lock.json.
  • Update internal SDK version/user-agent constants to 0.9.2-beta.1.
  • Update example docs/dependencies and add a v0.9.2-beta.1 changelog entry.

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
package.json Bumps published package version to 0.9.2-beta.1.
package-lock.json Aligns lockfile package version metadata with 0.9.2-beta.1.
example/example1/package.json Updates example dependency to use ^0.9.2-beta.1.
example/README.md Updates the documented example dependency version to ^0.9.2-beta.1.
constants/index.ts Updates SdkVersion and UserAgent strings to 0.9.2-beta.1.
CHANGELOG.md Adds v0.9.2-beta.1 section and compare link/date.

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

Comment thread CHANGELOG.md Outdated
Comment thread example/README.md
@rhamzeh

rhamzeh commented Feb 9, 2026

Copy link
Copy Markdown
Member

@SoulPancake may I ask you to copy these from language to here.

The idea is that releasing the beta should not show it as latest

@SoulPancake
SoulPancake requested a review from rhamzeh February 10, 2026 11:21
@SoulPancake
SoulPancake added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit b777f6c Feb 10, 2026
20 checks passed
@SoulPancake
SoulPancake deleted the v0.9.2-beta.1 branch February 10, 2026 11:36
This was referenced Feb 10, 2026
@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.

4 participants