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: stripe/stripe-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.1.1
Choose a base ref
...
head repository: stripe/stripe-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.2.0
Choose a head ref
  • 7 commits
  • 90 files changed
  • 7 contributors

Commits on May 12, 2026

  1. Exported types for nested param classes (#2712)

    Exported namespaces for nested param classes
    prathmesh-stripe authored May 12, 2026
    Configuration menu
    Copy the full SHA
    0a91ffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185f336 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Configuration menu
    Copy the full SHA
    044c68e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Add V2List and V2ListPromise types for v2 list endpoints (#2717)

    * Add V2List and V2ListPromise types for v2 list endpoints
    
    V2 list API responses return {data, next_page_url, previous_page_url}
    but the SDK typed them as ApiList<T> which has v1-only fields
    {object, data, has_more, url}. This adds correct types so users can
    access v2 pagination fields without type assertions.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Committed-By-Agent: claude
    
    * temporarily extend V2List from ApiList to not break existing type
    checks; this enables type support for v2 pagination urls without
    changing behavior around incorrect v1 list fields
    
    * added link to v2 list pagination docs and auto pagination, and spruced
    up TODO
    
    * added V2List and V2ListPromise export to stripe.esm.node.ts
    fixerd issues in test code and white space in comments
    
    * removed temporary inheritence and instead copied properties from ApiList
    into V2List; marked them deprecated and moved the TODO to remove them
    
    * Update lib.ts
    
    * added type tests for V2List and backwards compatible list
    
    * regenerate v2 apis with lists
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    jar-stripe and claude authored May 20, 2026
    Configuration menu
    Copy the full SHA
    6daca1e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Emit warning when stripe-notify header is present in response (#2723)

    * Warn when stripe-notify header is present
    
    * tweak test
    xavdid authored May 27, 2026
    Configuration menu
    Copy the full SHA
    c684957 View commit details
    Browse the repository at this point in the history
  2. Update generated code (#2710)

    * Update generated code for v2256 and
    
    * Update generated code for v2261 and
    
    * Update generated code for v2273 and ea60c0bad3fff53dd94f6a45e2790bb499c65c42
    
    * Update generated code for v2276 and 9e9ef9ec9df30a59ccafb74c27b81311fa2896d5
    
    * Update generated code for v2277 and d59a1f4bdea3032b8e282d40badc032cb021fc60
    
    ---------
    
    Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
    Co-authored-by: Michael Broshi <94012587+mbroshi-stripe@users.noreply.github.com>
    stripe-openapi[bot] and mbroshi-stripe authored May 27, 2026
    Configuration menu
    Copy the full SHA
    312514c View commit details
    Browse the repository at this point in the history
  3. Bump version to 22.2.0

    mbroshi-stripe committed May 27, 2026
    Configuration menu
    Copy the full SHA
    22c7136 View commit details
    Browse the repository at this point in the history
Loading