Thanks to visit codestin.com
Credit goes to github.com

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: v7.69.1
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: v7.69.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 25, 2025

  1. Fix GetTokenOptions[scopes] type (#1348)

    ## Description
    
    This was accidentally typed as a single-item tuple, so passing multiple
    scopes currently results in a type error.
    
    ## 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.
    chaance authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a221189 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Add timeout to http client requests (#1351)

    ## Description
    `fetch` does not have a default timeout, so there is a non-zero chance
    of our HTTP requests to WorkOS servers hanging indefinitely. This PR
    introduces `timeout` as an optional parameter while initializing WorkOS
    client to terminate the request if its taking longer than `timeout`
    milliseconds.
    
    ## 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.
    nave91 authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    85f379b View commit details
    Browse the repository at this point in the history
  2. Bump version to 7.69.2 (#1353)

    ## Summary
    Version bump to 7.69.2
    
    ## Changes
    - Bump version to 7.69.2 in package.json, package-lock.json, and
    src/workos.ts
    - Update snapshot tests with new version
    
    ## Recent additions in this version
    - #1351
    nave91 authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4aac0b1 View commit details
    Browse the repository at this point in the history
Loading