Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next major release changes #1608

Merged
merged 35 commits into from
Nov 16, 2022
Merged

Next major release changes #1608

merged 35 commits into from
Nov 16, 2022

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    ca93340 View commit details
    Browse the repository at this point in the history
  2. Build

    anniel-stripe committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f9bc027 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 12, 2022

  1. Merge pull request #1578 from stripe/anniel-webhooks-error

    Split StripeSignatureVerificationError detail field into header and payload
    anniel-stripe committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    52bcfd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf9eb3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1579 from stripe/anniel-runtime-versions

    Update supported runtime versions
    anniel-stripe committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    cb2c079 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1580 from stripe/anniel-generate-major

    Generate files for next major branch
    anniel-stripe committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4886f04 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Remove SKU resource

    anniel-stripe committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    16ff04f View commit details
    Browse the repository at this point in the history
  2. Remove SKUs.spec.js

    anniel-stripe committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3e9785b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Merge pull request #1583 from stripe/anniel-remove-skus

    Remove SKU resource
    anniel-stripe committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f0400cf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    3b6db62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1594 from stripe/anniel/merge-master-into-next-major

    Bring next major branch up to date with master
    anniel-stripe committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    47effcf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Remove deprecated configuration setter methods (#1597)

    * Remove deprecated config properties
    
    * Update test and remove config properties from types/
    
    * Remove setProtocol from types, refactor old tests
    
    * Replace more require('../lib/stripe') with Stripe
    
    * Remove global stripe from EphemeralKeys test
    
    * Rename local stripe to newStripe in stripe.spec.js
    
    * Refactor EphemeralKeys.spec.js
    anniel-stripe committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    71f615b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    abf6659 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1601 from stripe/anniel-merge-master

    Bring next major branch up to date with master
    anniel-stripe committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    58e625c View commit details
    Browse the repository at this point in the history
  3. Remove more deprecated items (#1600)

    Remove remaining deprecated items
    anniel-stripe committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    651324b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Generate files for next major (#1603)

    * Generate next major
    
    * Deprecate StripeResource.path and related interfaces (#1604)
    
    * Deprecate path
    
    * More fully deprecate
    
    * Fix linting errors
    
    * Revert "Fix linting errors"
    
    This reverts commit 68ac772.
    
    * Revert "Deprecate StripeResource.path and related interfaces (#1604)"
    
    This reverts commit 9c9de9e.
    
    * fix tests to work without Invoices defining fullPAth
    
    Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com>
    Co-authored-by: Richard Marmorstein <richardm@stripe.com>
    3 people committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    20f978f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31c07e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Merge remote-tracking branch 'origin/sdk-release/next-major' into ann…

    …iel-update-types-reference
    anniel-stripe committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8c844fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c26c02b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    825ac15 View commit details
    Browse the repository at this point in the history
  2. Regenerate

    anniel-stripe committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    009b592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ab3a5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1614 from stripe/anniel-merge-master

    Update sdk-release/next-major with latest changes
    anniel-stripe committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1356531 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge branch 'master' into sdk-release/next-major

    # Conflicts:
    #	lib/StripeResource.js
    #	src/StripeResource.ts
    #	src/stripe.ts
    #	src/utils.ts
    pakrym-stripe committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    425fe47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1617 from stripe/pakrym/merge-master-sdk-release/…

    …next-major
    
    Merge master to sdk-release/next-major
    pakrym-stripe committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3a93844 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    139c3d0 View commit details
    Browse the repository at this point in the history
  2. Latest API version

    anniel-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5287260 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into sdk-release/next-major

    # Conflicts:
    #	lib/StripeResource.js
    #	src/StripeResource.ts
    pakrym-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c3da6d6 View commit details
    Browse the repository at this point in the history
  4. fix tests

    pakrym-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    92c6218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34eb135 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1621 from stripe/pakrym/Merge_type_changes_from_m…

    …aster_to_sdk-release_next-major
    
    Merge type changes from master to sdk release next major
    pakrym-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    664bd7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5571ef5 View commit details
    Browse the repository at this point in the history
  8. Format

    anniel-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6c64bbf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1620 from stripe/anniel-latest-api-version

    Update sdk-release/next-major with latest API changes
    anniel-stripe committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    07c7892 View commit details
    Browse the repository at this point in the history