Conversation
Greptile OverviewGreptile SummaryThis PR promotes the WorkOS Node SDK from release candidate Changes MadeThe version string has been consistently updated across all three locations:
VerificationAll version references have been updated consistently. No other references to ContextThis is a standard version promotion after the RC period. The v8 release includes significant changes like Node 20+ requirement, ESM-first package structure, and PKCE support, all documented in the V8_MIGRATION_GUIDE.md. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as PR #1446
participant Package as package.json
participant Lock as package-lock.json
participant Source as src/workos.ts
participant NPM as NPM Registry
participant API as WorkOS API
Dev->>PR: Create release PR
PR->>Package: Update version: 8.0.0-rc.10 → 8.0.0
PR->>Lock: Update version: 8.0.0-rc.10 → 8.0.0
PR->>Source: Update VERSION: '8.0.0-rc.10' → '8.0.0'
Note over Package,Source: All version strings<br/>updated consistently
Dev->>PR: Merge to main
PR->>NPM: Trigger release workflow
NPM->>NPM: npm publish --tag latest
Note over NPM: v8.0.0 now available<br/>as stable release
NPM-->>API: SDK makes requests with<br/>User-Agent: workos-node/8.0.0
|
Description
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.