release: v0.9.3 - #342
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR bumps the OpenFGA JavaScript SDK version from 0.9.2 to 0.9.3 across all relevant files including the changelog, package manifests, and example dependencies. No functional or logic changes are introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #342 +/- ##
==========================================
- Coverage 86.27% 85.80% -0.48%
==========================================
Files 26 26
Lines 1268 1268
Branches 225 249 +24
==========================================
- Hits 1094 1088 -6
- Misses 100 110 +10
+ Partials 74 70 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This is a standard version bump release PR that updates the OpenFGA JavaScript SDK from version 0.9.2 to 0.9.3. The release includes a new feature for calling arbitrary API endpoints using APIExecutor, contributed by @Abishek-Newar in PR #298.
Changes:
- Bumped version from 0.9.2 to 0.9.3 across all package files and constants
- Updated CHANGELOG.md with v0.9.3 release notes dated 2026-02-25
- Updated example dependencies to reference the new version
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 | Updated SDK version to 0.9.3 |
| package-lock.json | Updated lockfile version references to 0.9.3 |
| example/example1/package.json | Updated example dependency to ^0.9.3 |
| example/README.md | Updated documentation example to reference ^0.9.3 |
| constants/index.ts | Updated SdkVersion and UserAgent constants to 0.9.3 |
| CHANGELOG.md | Added v0.9.3 release section and updated Unreleased comparison link |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Will reopen once #341 is done |
Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
New Features
Chores