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.4.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.5.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 13, 2026

  1. Add dedicated event types for organisation role deserialisation (#1485)

    ## Summary
    
    - Introduces `OrganizationRoleEvent` / `OrganizationRoleEventResponse`
    interfaces that match the actual Events API response shape for
    `organization_role.*` events
    - Adds `deserializeOrganizationRoleEvent` serialiser that correctly
    preserves `organization_id` and `resource_type_slug` from the event data
    - Updates event interfaces and the event serialiser to use the new
    event-specific types instead of reusing REST API types
    
    The Events API returns a different shape for organisation role data
    compared to the REST API (e.g. `object: "organization_role"` vs
    `"role"`, includes `organization_id` and `resource_type_slug`).
    Previously, the shared `OrganizationRole` / `OrganizationRoleResponse`
    types silently dropped these fields during deserialisation.
    
    Closes #1484
    
    ## Test plan
    
    - [x] TypeScript type check passes (`npx tsc --noEmit`)
    - [x] All existing tests pass (`npm test`)
    - [x] Linter and formatter pass
    smorimoto authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    d709837 View commit details
    Browse the repository at this point in the history
  2. Version bump to 8.4.1 (#1489)

    ## Description
    Includes #1485
    
    ## 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.
    csrbarber authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    bf52941 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/setup-node action to v6 (#1444)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/setup-node](https://redirect.github.com/actions/setup-node) |
    action | major | `v4` → `v6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/setup-node (actions/setup-node)</summary>
    
    ###
    [`v6`](https://redirect.github.com/actions/setup-node/compare/v5...v6)
    
    [Compare
    Source](https://redirect.github.com/actions/setup-node/compare/v5...v6)
    
    ###
    [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5)
    
    [Compare
    Source](https://redirect.github.com/actions/setup-node/compare/v4...v5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/workos/workos-node).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    1168694 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/checkout action to v6 (#1390)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/checkout](https://redirect.github.com/actions/checkout) |
    action | major | `v4` → `v6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/checkout (actions/checkout)</summary>
    
    ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6)
    
    [Compare
    Source](https://redirect.github.com/actions/checkout/compare/v5...v6)
    
    ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5)
    
    [Compare
    Source](https://redirect.github.com/actions/checkout/compare/v4...v5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/workos/workos-node).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    4893398 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. v8.5.0 (#1493)

    ## Description
    
    This pull request updates the package version for the WorkOS Node SDK
    from 8.4.1 to 8.5.0. The version constant in the code and the version
    field in `package.json` have both been updated to reflect this change.
    
    Version update:
    
    * Bumped the package version to 8.5.0 in both `package.json` and the
    `VERSION` constant in `src/workos.ts`.
    [[1]](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L2-R2)
    [[2]](diffhunk://#diff-43fae42284da1898f98b43b56a7bc6f5fb979e271bca59f4670751ba2c0020efL50-R50)
    
    ## 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.
    nicknisi authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    61684a3 View commit details
    Browse the repository at this point in the history
Loading