|
| 1 | +## 10.3.0 - 2024-07-11 |
| 2 | +* [#1358](https://github.com/stripe/stripe-python/pull/1358) Update generated code |
| 3 | + * Add support for `payment_method_options` on resource `stripe.ConfirmationToken` |
| 4 | + * Add support for `payment_element` on resource class `stripe.CustomerSession.Components` and parameter class `stripe.CustomerSession.CreateParamsComponents` |
| 5 | + * Add support for `address_validation` on parameter class `stripe.issuing.Card.CreateParamsShipping` and resource class `stripe.issuing.Card.Shipping` |
| 6 | + * Add support for `shipping` on parameter class `stripe.issuing.Card.ModifyParams` |
| 7 | + * Remove support for `billing_policy_remote_function_response_invalid` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` |
| 8 | + * Remove support for `billing_policy_remote_function_timeout` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` |
| 9 | + * Remove support for `billing_policy_remote_function_unexpected_status_code` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` |
| 10 | + * Remove support for `billing_policy_remote_function_unreachable` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` |
| 11 | + * Remove support for `payment_intent_fx_quote_invalid` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` |
| 12 | +* [#1357](https://github.com/stripe/stripe-python/pull/1357) don't auto-organize imports |
| 13 | + |
1 | 14 | ## 10.2.0 - 2024-07-05 |
2 | 15 | * [#1354](https://github.com/stripe/stripe-python/pull/1354) Update generated code |
3 | 16 | * Add support for `_cls_add_lines`, `_cls_remove_lines`, `_cls_update_lines`, `add_lines`, `remove_lines`, `update_lines` on resource `stripe.Invoice` |
|
0 commit comments