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.72.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: v7.72.1
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 29, 2025

  1. Use retryable HTTP requests for Vault API (#1375)

    ## Description
    
    By default API requests will immediately fail. FGA endpoints are the
    exception that use a wrapper to retry some failures. This adds Vault
    paths to the same retry logic. It also adds `408` response codes to the
    list of retryable codes - `408` is set by the SDK when
    catching/rethrowing a [request
    timeout](https://github.com/workos/workos-node/blob/main/src/common/net/fetch-client.ts#L251).
    
    ## 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.
    hexedpackets authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    bfe17e3 View commit details
    Browse the repository at this point in the history
  2. Bump to v7.72.1 (#1376)

    ## Description
    
    ## 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.
    hexedpackets authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d479197 View commit details
    Browse the repository at this point in the history
Loading