Skip to content

release: v0.9.7#416

Merged
SoulPancake merged 3 commits into
mainfrom
release-please--branches--release
May 11, 2026
Merged

release: v0.9.7#416
SoulPancake merged 3 commits into
mainfrom
release-please--branches--release

Conversation

@openfga-releaser-bot

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.9.7 (2026-05-11)

Added

  • add APIExecutor dedicated examples (#385) (e1faea8)
  • draft releases, version verification, and reusable workflows (#396) (83bf30e)

Fixed

  • correctly set default retry params (#394) (6b03882)
  • prevent token refresh thundering herd (#333) (025346f)
  • stop mutating token refresh errors into auth errors (#329) (d5cbccb)

Documentation

Miscellaneous


This PR was generated with Release Please. See documentation.

openfga-bot and others added 2 commits May 11, 2026 16:12
@openfga-releaser-bot
openfga-releaser-bot Bot requested a review from a team as a code owner May 11, 2026 16:12
@openfga-releaser-bot
openfga-releaser-bot Bot changed the base branch from release to main May 11, 2026 16:12
Copilot AI review requested due to automatic review settings May 11, 2026 16:14
@dosubot

dosubot Bot commented May 11, 2026

Copy link
Copy Markdown

Documentation Updates

2 document(s) were updated by changes in this PR:

Contextual Tuples Support
View 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.7) 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.7) 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 Strategy
View 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.7)  
 **[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.7+ 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.

How did I do? Any feedback?  Join Discord

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.74%. Comparing base (cf64c87) to head (279e70a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #416   +/-   ##
=======================================
  Coverage   85.74%   85.74%           
=======================================
  Files          25       25           
  Lines        1305     1305           
  Branches      241      241           
=======================================
  Hits         1119     1119           
  Misses        108      108           
  Partials       78       78           

☔ 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.

@SoulPancake
SoulPancake added this pull request to the merge queue May 11, 2026

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

This release PR bumps the SDK version to v0.9.7 across the package metadata and internal constants, and updates the changelog and release-please manifest accordingly.

Changes:

  • Bump version from 0.9.60.9.7 in package.json, package-lock.json, and constants/index.ts.
  • Update .release-please-manifest.json to track 0.9.7.
  • Update CHANGELOG.md with the 0.9.7 release header.

Reviewed changes

Copilot reviewed 4 out of 5 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.7.
package-lock.json Aligns lockfile package version metadata with 0.9.7.
constants/index.ts Updates internal SdkVersion constant to 0.9.7.
CHANGELOG.md Updates changelog release header for 0.9.7 (but currently has an inconsistent compare link / skips 0.9.6).
.release-please-manifest.json Updates release-please manifest to 0.9.7.

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

Comment thread CHANGELOG.md
Merged via the queue into main with commit 23c122a May 11, 2026
32 checks passed
@SoulPancake
SoulPancake deleted the release-please--branches--release branch May 11, 2026 16:21
@openfga-releaser-bot

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants