Skip to content

chore: bad release: v0.9.7#415

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

chore: bad release: v0.9.7#415
openfga-releaser-bot[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main

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


This PR was generated with Release Please. See documentation.

@openfga-releaser-bot openfga-releaser-bot Bot requested a review from a team as a code owner May 11, 2026 15:59
@openfga-releaser-bot openfga-releaser-bot Bot requested review from Copilot and removed request for Copilot May 11, 2026 15:59
@dosubot

dosubot Bot commented May 11, 2026

Copy link
Copy Markdown

Related Knowledge

1 document with suggested updates is ready for review.

OpenFGA's Space

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.5)  
+**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.5+ 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.

[Accept] [Edit] [Decline]

How did I do? Any feedback?  Join Discord

@codecov-commenter

codecov-commenter commented May 11, 2026

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 (1558e12).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #415   +/-   ##
=======================================
  Coverage   85.74%   85.74%           
=======================================
  Files          25       25           
  Lines        1305     1305           
  Branches      241      265   +24     
=======================================
  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.

Updated version number and fixed links in changelog.
Copilot AI review requested due to automatic review settings May 11, 2026 16:04

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 Please PR bumps the SDK to v0.9.7 and updates release metadata files so the published package and generated user-agent/version constants match the new release.

Changes:

  • Bump version from 0.9.6 → 0.9.7 across package.json, package-lock.json, constants, and the release manifest.
  • Update CHANGELOG.md with the 0.9.7 release entry.

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 Updates the published package version to 0.9.7.
package-lock.json Keeps lockfile package versions in sync with 0.9.7.
constants/index.ts Updates SdkVersion constant used for telemetry/user-agent/versioning.
CHANGELOG.md Adds the 0.9.7 changelog entry (needs corrections per review comments).
.release-please-manifest.json Updates release-please manifest version to 0.9.7.
Comments suppressed due to low confidence (1)

CHANGELOG.md:10

  • PR description for 0.9.7 lists “Added” and “Documentation” items, but the CHANGELOG 0.9.7 section currently only contains “Fixed”. Please ensure the changelog entry includes the added/documentation items that are part of this release, so the published release notes match the PR metadata.
### Fixed

* correctly set default retry params ([#394](https://github.com/openfga/js-sdk/issues/394)) ([6b03882](https://github.com/openfga/js-sdk/commit/6b03882)) , Thanks @kamilogorek
* prevent token refresh thundering herd ([#333](https://github.com/openfga/js-sdk/issues/333)) ([025346f](https://github.com/openfga/js-sdk/commit/025346f))
* stop mutating token refresh errors into auth errors ([#329](https://github.com/openfga/js-sdk/issues/329)) ([d5cbccb](https://github.com/openfga/js-sdk/commit/d5cbccb))

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

Comment thread CHANGELOG.md

## [0.9.6](https://github.com/openfga/js-sdk/compare/v0.9.5...v0.9.6) (2026-05-11)

## [0.9.7](https://github.com/openfga/js-sdk/compare/v0.9.5...v0.9.7) (2026-05-11)
@SoulPancake SoulPancake changed the title release: v0.9.7 chore: bad release: v0.9.7 May 11, 2026
@SoulPancake SoulPancake deleted the release-please--branches--main branch May 11, 2026 16:11
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.

3 participants