|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 15.2.0a6 - 2026-05-20 |
| 4 | +* [#1809](https://github.com/stripe/stripe-python/pull/1809) Update generated code for private-preview |
| 5 | + * Add support for new resource `PaymentLocationCapability` |
| 6 | + * Add support for `list`, `modify`, and `retrieve` methods on resource `PaymentLocationCapability` |
| 7 | + * Add support for `close` and `simulate_network_lifecycle_dispute_response` test helper methods on resource `issuing.Dispute` |
| 8 | + * Change type of `delegated_checkout.RequestedSessionModifyParamsDiscount.codes` from `array(string)` to `emptyable(array(string))` |
| 9 | + * ⚠️ Remove support for `credited_items` on `InvoiceItem.ProrationDetail` |
| 10 | + * Add support for `balance_response` on `Issuing.Authorization` |
| 11 | + * Add support for `payment_evaluations` on `PaymentAttemptRecordReportCanceledParams`, `PaymentAttemptRecordReportFailedParams`, `PaymentRecordReportPaymentAttemptCanceledParams`, `PaymentRecordReportPaymentAttemptFailedParams`, `PaymentRecordReportPaymentAttemptParamsFailed`, and `PaymentRecordReportPaymentParamsFailed` |
| 12 | + * Add support for `enabled` on `PaymentIntentConfirmParamsPaymentDetailBenefitFrMealVoucher`, `PaymentIntentCreateParamsPaymentDetailBenefitFrMealVoucher`, `PaymentIntentModifyParamsPaymentDetailBenefitFrMealVoucher`, `SetupIntentConfirmParamsSetupDetailBenefitFrMealVoucher`, `SetupIntentCreateParamsSetupDetailBenefitFrMealVoucher`, and `SetupIntentModifyParamsSetupDetailBenefitFrMealVoucher` |
| 13 | + * Add support for `advanced_feature_details` and `allowed_payment_method_types` on `PaymentIntent` |
| 14 | + * Change type of `PaymentLocationModifyParamsAddress.city` from `string` to `emptyable(string)` |
| 15 | + * Change type of `PaymentLocationModifyParamsAddress.line1` from `string` to `emptyable(string)` |
| 16 | + * Change type of `PaymentLocationModifyParamsAddress.line2` from `string` to `emptyable(string)` |
| 17 | + * Change type of `PaymentLocationModifyParamsAddress.postal_code` from `string` to `emptyable(string)` |
| 18 | + * Change type of `PaymentLocationModifyParamsAddress.state` from `string` to `emptyable(string)` |
| 19 | + * Change `SubscriptionPauseParams.type` to be optional |
| 20 | + * ⚠️ Remove support for `payment_behavior` on `SubscriptionResumeParams` |
| 21 | + * ⚠️ Remove support for `status_details` on `Subscription` |
| 22 | +* [#1811](https://github.com/stripe/stripe-python/pull/1811) remove unnecessary cast |
| 23 | + |
3 | 24 | ## 15.2.0a5 - 2026-05-13 |
4 | 25 | * [#1807](https://github.com/stripe/stripe-python/pull/1807) Update generated code for private-preview |
5 | 26 | * Add support for new resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, `v2.money_management.DebitDispute`, and `v2.money_management.FinancialAccountStatement` |
|
0 commit comments