chore: bad release: v0.9.7#415
Closed
openfga-releaser-bot[bot] wants to merge 2 commits into
Closed
Conversation
|
Related Knowledge 1 document with suggested updates is ready for review. OpenFGA's Space 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.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. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Updated version number and fixed links in changelog.
Contributor
There was a problem hiding this comment.
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.
|
|
||
| ## [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) |
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.7 (2026-05-11)
Added
Fixed
Documentation
This PR was generated with Release Please. See documentation.