-
Notifications
You must be signed in to change notification settings - Fork 51
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: workos/workos-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: workos/workos-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 21 files changed
- 5 contributors
Commits on Jan 12, 2026
-
docs: fix inconsistencies in V8 migration guide (#1449)
## Summary - Fix method name corrections (`sendMagicCode` → `createMagicAuth`, `sendPasswordResetEmail` → `createPasswordReset`) - Fix `refreshAndSealSessionData` migration example to use `loadSealedSession` pattern - Fix `verifyFactor` example to use `authenticationChallengeId` instead of `authenticationFactorId` - Add blank lines before code blocks for consistent markdown formatting
Configuration menu - View commit details
-
Copy full SHA for 0c5405e - Browse repository at this point
Copy the full SHA 0c5405eView commit details
Commits on Feb 3, 2026
-
Add custom_attributes field to OrganizationMembership (#1458)
## Summary Adds `custom_attributes` field to `OrganizationMembership` model to expose custom attributes from identity providers. ## Changes - Added `custom_attributes` field to OrganizationMembership type/model - Field type: Record/Map/Dictionary of string keys to any values - Always present, defaults to empty object `{}` - Updated fixtures and tests ## API Field Details The field will be present in: - REST API responses - Webhook events - Events API responses JSON field name: `custom_attributes` (snake_case) --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for faf58bd - Browse repository at this point
Copy the full SHA faf58bdView commit details -
feat: Add
localeparam to send/resend invitation methods (#1460)## Description This PR adds node SDK support for the `locale` prop in `sendInvitation()` and `resendInvitation()` user management methods. This recently landed in the API [here](workos/workos#51040). ## Documentation Docs are ready to go here: workos/workos#51227
Configuration menu - View commit details
-
Copy full SHA for ff2e816 - Browse repository at this point
Copy the full SHA ff2e816View commit details -
fix: exclude organizationId from autoPagination params in listOrganiz…
…ationFeatureFlags (#1461) ## Description The organizationId was being passed to AutoPaginatable constructor which caused it to be included as a query parameter in subsequent pagination requests. The API rejects this because organizationId is already part of the URL path. Fixes #1459 ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
Configuration menu - View commit details
-
Copy full SHA for 8dfbd71 - Browse repository at this point
Copy the full SHA 8dfbd71View commit details -
## Description This release has two new features: * #1458 * #1460 and one bug fix: * #1461 ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
Configuration menu - View commit details
-
Copy full SHA for 6d1bd1d - Browse repository at this point
Copy the full SHA 6d1bd1dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.0...v8.1.0