release: v0.9.5#374
Merged
SoulPancake merged 2 commits intoApr 10, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release #374 +/- ##
========================================
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:
|
|
Related Documentation 2 document(s) may need updating based on files changed in this PR: OpenFGA's Space Contextual Tuples SupportView Suggested 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 Suggested 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.✅ Accepted Note: You must be authenticated to accept/decline updates. |
openfga-releaser-bot
Bot
force-pushed
the
release
branch
from
April 10, 2026 07:33
9f9e2ab to
ac0eb84
Compare
openfga-releaser-bot
Bot
force-pushed
the
release-please--branches--release--components--sdk
branch
from
April 10, 2026 07:33
2846925 to
c63f55f
Compare
SoulPancake
approved these changes
Apr 10, 2026
Removed miscellaneous section and release note for version 0.9.5 from CHANGELOG.
rhamzeh
approved these changes
Apr 10, 2026
SoulPancake
deleted the
release-please--branches--release--components--sdk
branch
April 10, 2026 07:40
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.9.5 (2026-04-10)
Fixed
Miscellaneous
This PR was generated with Release Please. See documentation.