Skip to content

chore: bad release: v0.9.8#417

Closed
openfga-releaser-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: bad release: v0.9.8#417
openfga-releaser-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@openfga-releaser-bot

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.9.8 (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


This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings May 11, 2026 16:22
@openfga-releaser-bot openfga-releaser-bot Bot requested a review from a team as a code owner May 11, 2026 16:22
@openfga-releaser-bot openfga-releaser-bot Bot removed the request for review from Copilot May 11, 2026 16:22
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.74%. Comparing base (23c122a) to head (69582d7).

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

@dosubot

dosubot Bot commented May 11, 2026

Copy link
Copy Markdown

Related Knowledge

2 documents with suggested updates are ready for review.

OpenFGA's Space

Contextual Tuples Support
View 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).
 

[Accept] [Edit] [Decline]

Retry-After Header and Retry Strategy
View 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.

[Accept] [Edit] [Decline]

How did I do? Any feedback?  Join Discord

@SoulPancake SoulPancake changed the title release: v0.9.8 chore: bad release: v0.9.8 May 11, 2026
@SoulPancake SoulPancake deleted the release-please--branches--main branch May 11, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants