|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 32.2.0-alpha.6 - 2026-05-20 |
| 4 | +* [#2217](https://github.com/stripe/stripe-java/pull/2217) 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 `creditedItems` on `InvoiceItem.proration_details` |
| 10 | + * Add support for `balanceResponse` on `issuing.Authorization` |
| 11 | + * Add support for `paymentEvaluations` 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 `advancedFeatureDetails` and `allowedPaymentMethodTypes` 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.postalCode` 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 `paymentBehavior` on `SubscriptionResumeParams` |
| 21 | + * ⚠️ Remove support for `statusDetails` on `Subscription` |
| 22 | + |
3 | 23 | ## 32.2.0-alpha.5 - 2026-05-13 |
4 | 24 | * [#2216](https://github.com/stripe/stripe-java/pull/2216) 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