release: v0.9.5#378
Conversation
Release-As: 0.9.5
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #378 +/- ##
=======================================
Coverage 85.79% 85.79%
=======================================
Files 26 26
Lines 1267 1267
Branches 249 225 -24
=======================================
Hits 1087 1087
Misses 110 110
Partials 70 70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Removed miscellaneous section and release note for version 0.9.5 from CHANGELOG.
|
Documentation Updates 2 document(s) were updated by changes in this PR: Contextual Tuples SupportView Changes@@ -8,7 +8,7 @@
- **Write Assertions**: Supported from OpenFGA server v1.5.8+.
- **ListUsers**: Supported from OpenFGA server v1.5.4+ (experimental, enable with `OPENFGA_EXPERIMENTALS=enable-list-users`).
- **BatchCheck, ListObjects, ListRelations**: Supported in recent OpenFGA versions; see SDK and server documentation for details.
-- **JS SDK**: Contextual tuple support for assertions and Expand is available from v0.8.0+ (latest: v0.9.4) and requires OpenFGA server v1.8.0+ for full compatibility.
+- **JS SDK**: Contextual tuple support for assertions and Expand is available from v0.8.0+ (latest: v0.9.5) and requires OpenFGA server v1.8.0+ for full compatibility.
## Data Model Changes
@@ -115,7 +115,7 @@
- **Expand**: OpenFGA server v1.8.0+.
- **Write Assertions**: OpenFGA server v1.5.8+.
- **ListUsers**: OpenFGA server v1.5.4+ (experimental, enable with `OPENFGA_EXPERIMENTALS=enable-list-users`).
-- **JS SDK**: v0.8.0+ (latest: v0.9.4) for contextual tuples in assertions and Expand (requires server v1.8.0+).
+- **JS SDK**: v0.8.0+ (latest: v0.9.5) for contextual tuples in assertions and Expand (requires server v1.8.0+).
- **Conditional relationships (ABAC)**: Officially supported from OpenFGA v1.4.0+; enable with `enable-conditions` flag in earlier versions.
- **Tuple validation constraints**: OpenFGA server v1.12.0+ (validation of Unicode control characters and null bytes in tuple fields).
Retry-After Header and Retry StrategyView Changes@@ -18,7 +18,7 @@
## SDK-Specific Details
### JavaScript SDK (`@openfga/sdk`)
-**Version Introduced:** v0.9.1 (Current version: v0.9.4)
+**Version Introduced:** v0.9.1 (Current version: v0.9.5)
**[Changelog](https://github.com/openfga/js-sdk/blob/ca4b9fcf9eaed35170d44a4b3697f439b81187f6/CHANGELOG.md#L8-L10)**
#### Node.js Version Support (JavaScript SDK)
@@ -61,7 +61,7 @@
The SDK adds `executeApiRequest` and `executeStreamedApiRequest` methods to `OpenFgaClient` for calling arbitrary API endpoints with full SDK support (authentication, retries, telemetry, error handling).
#### Migration Guidance
-- Upgrade to v0.9.4+ for the latest features and fixes.
+- Upgrade to v0.9.5+ for the latest features and fixes.
- If you previously relied on custom retry logic, review the new defaults and configuration.
- The minimum supported Node.js version is **v20.19.0** (v16 and v18 are no longer supported). Update your runtime accordingly.
- The maximum allowed `maxRetry` is now enforced at 15. |
There was a problem hiding this comment.
Pull request overview
Release-please generated release PR to publish @openfga/sdk v0.9.5 and propagate the version bump across package metadata, constants, and examples.
Changes:
- Bump SDK version to
0.9.5inpackage.json,package-lock.json, and.release-please-manifest.json - Update
SdkVersionconstant to0.9.5 - Update example packages to depend on
@openfga/sdk@^0.9.5 - Add v0.9.5 entry to
CHANGELOG.md
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps published package version to 0.9.5 |
| package-lock.json | Syncs lockfile package version to 0.9.5 |
| constants/index.ts | Updates SdkVersion constant to 0.9.5 |
| CHANGELOG.md | Adds release notes for 0.9.5 |
| .release-please-manifest.json | Updates release-please manifest version to 0.9.5 |
| example/example1/package.json | Updates example dependency to @openfga/sdk@^0.9.5 |
| example/streamed-list-objects/package.json | Updates example dependency to @openfga/sdk@^0.9.5 |
Comments suppressed due to low confidence (1)
example/streamed-list-objects/package.json:16
- The example still declares
engines.nodeas >=16.x, but it now depends on@openfga/sdk@^0.9.5whosepackage.jsonrequires Node >=20.19.0. This mismatch can mislead users into running the example on unsupported Node versions; please align the example'sengines.nodewith the SDK's minimum supported Node version.
"dependencies": {
"@openfga/sdk": "^0.9.5",
"@openfga/syntax-transformer": "^0.2.0"
},
"engines": {
"node": ">=16.15.0"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rhamzeh
left a comment
There was a problem hiding this comment.
Even though https://github.com/openfga/js-sdk/releases/tag/v0.9.5 is out, we mistakenly published it not from the main branch.
This PR backports that to main.
We're working on understanding why that happened and making sure it does not happen in the future
🤖 I have created a release beep boop
0.9.5 (2026-04-10)
Fixed
Miscellaneous
This PR was generated with Release Please. See documentation.