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.75.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.75.1
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 2, 2025

  1. Add randomUUID to CryptoProvider for edge runtime compatibility (#1404)

    ## Summary
    
    Fixes #1403
    
    - Adds `randomUUID()` abstract method to `CryptoProvider` interface
    - Implements in `NodeCryptoProvider` using Node's `crypto.randomUUID()`
    - Implements in `SubtleCryptoProvider` using `randomBytes(16)` with UUID
    v4 bit manipulation
    - Updates `AuditLogs` to use `getCryptoProvider().randomUUID()` instead
    of direct Node crypto import
    
    This ensures the audit-logs idempotency key generation works across all
    supported runtimes including edge environments (Convex, Cloudflare
    Workers) that cannot import the Node "crypto" package.
    nicknisi authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    0658b5e View commit details
    Browse the repository at this point in the history
  2. v7.75.1 (#1407)

    ## Description
    
    - #1404 
    
    ## 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 Dec 2, 2025
    Configuration menu
    Copy the full SHA
    3a637d2 View commit details
    Browse the repository at this point in the history
Loading