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

stripe-python v8 release #1206

Merged
merged 7 commits into from
Jan 25, 2024
Merged

stripe-python v8 release #1206

merged 7 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. Add StripeClient (#1200)

    * Generated files
    
    * Non-generated files
    
    * Tests
    
    * Inline one-off methods
    
    * _ prefix for private APIRequestor methods and attributes, remove extra _Proxy
    
    * Handle None options and tests fixes
    
    * Don't accept api_mode in methods that don't use it
    
    * Allow setting api_key, stripe_version, and stripe_account on StripeObject (#1201)
    
    * Allow setting api_key, stripe_version, and stripe_account on StripeObject
    
    * refactor
    
    * fmt
    
    * Don't mutate APIRequestor
    
    * Update README with StripeClient examples (#1202)
    
    * Update README with StripeClient examples
    
    * from stripe import StripeClient
    
    * fix test
    
    * fix test
    
    * Move _default_proxy to APIRequestor
    
    * Don't copy twice, rtype params with Unpack[RequestOptions]
    
    * More feedback
    
    * Test service exports
    anniel-stripe authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    48fe17e View commit details
    Browse the repository at this point in the history
  2. Deprecate StripeObject.request (#1203)

    * Remove StripeObject.request
    
    * Change to deprecated
    anniel-stripe authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5c68774 View commit details
    Browse the repository at this point in the history
  3. Remove more deprecated methods (#1204)

    * Remove some deprecated methods
    
    * Add back ListObject and SearchResultObect request sending methods
    anniel-stripe authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f131bf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Un-deprecate ListObject methods (#1205)

    * Un-deprecate ListObject methods
    
    * lint
    anniel-stripe authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    93c5c63 View commit details
    Browse the repository at this point in the history
  2. Remove APIRequestor from public API (#1207)

    * Remove APIRequestor from public API
    
    * fmt
    
    * lint
    anniel-stripe authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e1e7408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959919a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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