Skip to content
Permalink

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
Choose a base ref
...
head repository: workos/workos-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 12, 2026

  1. 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
    nicknisi authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    0c5405e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. 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>
    ajworkos and claude authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    faf58bd View commit details
    Browse the repository at this point in the history
  2. feat: Add locale param 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
    jasonbarry authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ff2e816 View commit details
    Browse the repository at this point in the history
  3. 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.
    gjtorikian authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    8dfbd71 View commit details
    Browse the repository at this point in the history
  4. Release v8.1.0 (#1462)

    ## 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.
    gjtorikian authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    6d1bd1d View commit details
    Browse the repository at this point in the history
Loading