chore: revert release & notes for v0.9.7#418
Conversation
This reverts commit 23c122a.
WalkthroughThis PR updates four configuration and version declaration files to release version 0.9.6 of the JavaScript SDK. The release manifest, package metadata, SDK constants, and changelog are all bumped consistently from the prior 0.9.7 version. ChangesVersion 0.9.6 Release Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #418 +/- ##
=======================================
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:
|
|
Documentation Updates 1 document(s) were updated by changes in this PR: Retry-After Header and Retry StrategyView Changes@@ -18,7 +18,7 @@
## SDK-Specific Details
### JavaScript SDK (`@openfga/sdk`)
-**Version Introduced:** v0.9.1 (Current version: v0.9.7)
+**Version Introduced:** v0.9.1 (Current version: v0.9.6)
**[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.7+ for the latest features and fixes.
+- Upgrade to v0.9.6+ 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. |
There was a problem hiding this comment.
Pull request overview
Reverts the repository’s release metadata from v0.9.7 back to v0.9.6 so package/version identifiers remain consistent across npm manifests, SDK constants, the changelog, and release-please state.
Changes:
- Downgrade package versions in
package.jsonandpackage-lock.jsonto0.9.6. - Update
SdkVersioninconstants/index.tsto0.9.6. - Adjust
CHANGELOG.mdand.release-please-manifest.jsonto reflect0.9.6.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Reverts published package version to 0.9.6. |
| package-lock.json | Keeps lockfile’s top-level/package entry versions aligned to 0.9.6. |
| constants/index.ts | Reverts SDK version constant used for user-agent/telemetry to 0.9.6. |
| CHANGELOG.md | Updates the latest release header/link to 0.9.6. |
| .release-please-manifest.json | Reverts release-please manifest version to 0.9.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit 23c122a.
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
Bug Fixes
Chores