|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 32.3.0-alpha.1 - 2026-05-27 |
| 4 | +This release changes the pinned API version to 2026-05-27.private. |
| 5 | + |
| 6 | +* [#2221](https://github.com/stripe/stripe-java/pull/2221) Update generated code for private-preview |
| 7 | + * Change type of `billing.AlertCreateParams.spend_threshold.groupBy` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')` |
| 8 | + * ⚠️ Change type of `billing.Alert.spend_threshold.groupBy` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')` |
| 9 | + * Add support for `wechatPay` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `QuotePreviewInvoice.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options` |
| 10 | + * Add support for `giftCard` on `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, and `PaymentIntentUpdateParams.payment_method_options` |
| 11 | + * Add support for `paymentDetails` on `PaymentIntentCreateParams.payments_orchestration` |
| 12 | + * Add support for `enabled` on `PaymentIntent.payment_details.benefit.fr_meal_voucher` and `SetupIntent.setup_details.benefit.fr_meal_voucher` |
| 13 | + * ⚠️ Remove support for `loginFailed`, `registrationFailed`, `registrationSuccess`, and `type` on `radar.CustomerEvaluationUpdateParams` |
| 14 | + * ⚠️ Remove support for `latestVersion` on `v2.billing.LicenseFee`, `v2.billing.PricingPlan`, and `v2.billing.RateCard` |
| 15 | + * ⚠️ Remove support for `serviceIntervalCount` and `serviceInterval` on `v2.billing.LicenseFee` and `v2.billing.RateCard` |
| 16 | + * Add support for `debitAgreement` on `v2.moneymanagement.ReceivedCredit.stripe_balance_payment` |
| 17 | + * Add support for new value `chaps` on enum `v2.FinancialAddressCreditSimulationCreditParams.network` |
| 18 | + * Add support for `canonicalPath` on `EventsV2CoreHealthTrafficVolumeDropFiringEvent.impact` and `EventsV2CoreHealthTrafficVolumeDropResolvedEvent.impact` |
| 19 | + * Add support for snapshot event `payment_intent.expired` with resource `PaymentIntent` |
| 20 | + * Add support for event notifications `V2CoreHealthElementsErrorFiringEvent`, `V2CoreHealthElementsErrorResolvedEvent`, `V2CoreHealthInvoiceCountDroppedFiringEvent`, and `V2CoreHealthInvoiceCountDroppedResolvedEvent` |
| 21 | + |
3 | 22 | ## 32.2.0-alpha.6 - 2026-05-20 |
4 | 23 | * [#2217](https://github.com/stripe/stripe-java/pull/2217) Update generated code for private-preview |
5 | 24 | * Add support for new resource `PaymentLocationCapability` |
|
0 commit comments