|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 22.2.0-alpha.6 - 2026-05-20 |
| 4 | +* [#2719](https://github.com/stripe/stripe-node/pull/2719) Update generated code for private-preview |
| 5 | + * Add support for new resource `PaymentLocationCapability` |
| 6 | + * Add support for `list`, `retrieve`, and `update` 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 `DelegatedCheckout.RequestedSessionUpdateParams.discounts.codes` from `array(string)` to `emptyable(array(string))` |
| 9 | + * ⚠️ Remove support for `credited_items` on `InvoiceItem.proration_details` |
| 10 | + * Add support for `balance_response` on `Issuing.Authorization` |
| 11 | + * Add support for `payment_evaluations` on `PaymentAttemptRecordReportCanceledParams`, `PaymentAttemptRecordReportFailedParams`, `PaymentRecordReportPaymentAttemptCanceledParams`, `PaymentRecordReportPaymentAttemptFailedParams`, `PaymentRecordReportPaymentAttemptParams.failed`, and `PaymentRecordReportPaymentParams.failed` |
| 12 | + * Add support for `enabled` on `PaymentIntentConfirmParams.payment_details.benefit.fr_meal_voucher`, `PaymentIntentCreateParams.payment_details.benefit.fr_meal_voucher`, `PaymentIntentUpdateParams.payment_details.benefit.fr_meal_voucher`, `SetupIntentConfirmParams.setup_details.benefit.fr_meal_voucher`, `SetupIntentCreateParams.setup_details.benefit.fr_meal_voucher`, and `SetupIntentUpdateParams.setup_details.benefit.fr_meal_voucher` |
| 13 | + * Add support for `advanced_feature_details` and `allowed_payment_method_types` on `PaymentIntent` |
| 14 | + * Change type of `PaymentLocationUpdateParams.address.city` from `string` to `emptyable(string)` |
| 15 | + * Change type of `PaymentLocationUpdateParams.address.line1` from `string` to `emptyable(string)` |
| 16 | + * Change type of `PaymentLocationUpdateParams.address.line2` from `string` to `emptyable(string)` |
| 17 | + * Change type of `PaymentLocationUpdateParams.address.postal_code` from `string` to `emptyable(string)` |
| 18 | + * Change type of `PaymentLocationUpdateParams.address.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 | + |
3 | 23 | ## 22.2.0-alpha.5 - 2026-05-13 |
4 | 24 | * [#2708](https://github.com/stripe/stripe-node/pull/2708) Update generated code for private-preview |
5 | 25 | * Add support for new resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, `V2.MoneyManagement.DebitDispute`, and `V2.MoneyManagement.FinancialAccountStatement` |
|
0 commit comments