chore: bad release: v0.9.8#417
Closed
openfga-releaser-bot[bot] wants to merge 1 commit into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #417 +/- ##
=======================================
Coverage 85.74% 85.74%
=======================================
Files 25 25
Lines 1305 1305
Branches 265 265
=======================================
Hits 1119 1119
Misses 108 108
Partials 78 78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Related Knowledge 2 documents with suggested updates are ready for review. 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.6) 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.8) 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.6) for contextual tuples in assertions and Expand (requires server v1.8.0+).
+- **JS SDK**: v0.8.0+ (latest: v0.9.8) 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.6)
+**Version Introduced:** v0.9.1 (Current version: v0.9.8)
**[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.6+ for the latest features and fixes.
+- Upgrade to v0.9.8+ 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. |
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.8 (2026-05-11)
Added
Fixed
Documentation
This PR was generated with Release Please. See documentation.